Class TIfcRelVoidsElement

Unit

Declaration

type TIfcRelVoidsElement = class(TIfcRoot)

Description

Relationship between a building element and one opening element that creates a void in the element. It is a one-to-one relationship. This relationship implies a boolean operation of subtraction between the geometric bodies of the element and the opening.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelVoidsElement.htm

Hierarchy

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;
Published property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement;

Description

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

This item has no description.

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;

This item has no description.

Published property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.