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

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.

Properties

Published property Operator: TIfcBooleanOperator read FOperator write FOperator;

Boolean operator used in the operation to create the result.

Published property FirstOperand: TIfcBooleanOperand read FFirstOperand write FFirstOperand;

The first operand of the Boolean operation.

Published property SecondOperand: TIfcBooleanOperand read FSecondOperand write FSecondOperand;

The second operand of the Boolean operation.


Generated by PasDoc 0.16.0-snapshot.