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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 468).

Hierarchy

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override;

Properties

Published property Operator: TIfcBooleanOperator read FOperator write FOperator;
Published property FirstOperand: TIfcBooleanOperand read FFirstOperand write FFirstOperand;
Published property SecondOperand: TIfcBooleanOperand read FSecondOperand write FSecondOperand;

Description

Methods

Public 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 Nil if not possible / not implemented.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 474).

Properties

Published property Operator: TIfcBooleanOperator read FOperator write FOperator;

Boolean operator used in the operation to create the result.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 479).

Published property FirstOperand: TIfcBooleanOperand read FFirstOperand write FFirstOperand;

The first operand of the Boolean operation.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 482).

Published property SecondOperand: TIfcBooleanOperand read FSecondOperand write FSecondOperand;

The second operand of the Boolean operation.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 485).


Generated by PasDoc 0.17.0.snapshot.