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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4296).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelVoidsElement
Overview
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
Properties
![]() |
property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement; |
![]() |
property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement; |
Description
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4301). | |
Properties
![]() |
property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4303). | |
![]() |
property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4304). | |
Generated by PasDoc 0.17.0.snapshot.

