Class TIfcBooleanResult
Unit
Declaration
type TIfcBooleanResult = class(TIfcGeometricRepresentationItem)
Description
Applying a Boolean operation to two operands being solids.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcBooleanResult.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcBooleanResult
Overview
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property Operator: TIfcBooleanOperator read FOperator write FOperator; |
![]() |
property FirstOperand: TIfcBooleanOperand read FFirstOperand write FFirstOperand; |
![]() |
property SecondOperand: TIfcBooleanOperand read FSecondOperand write FSecondOperand; |
Description
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.
Build a node to display this using Castle Game Engine. Returns
|
Properties
![]() |
property Operator: TIfcBooleanOperator read FOperator write FOperator; |
Boolean |
![]() |
property FirstOperand: TIfcBooleanOperand read FFirstOperand write FFirstOperand; |
The first operand of the Boolean operation. |
![]() |
property SecondOperand: TIfcBooleanOperand read FSecondOperand write FSecondOperand; |
The second operand of the Boolean operation. |
Generated by PasDoc 0.16.0-snapshot.