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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4308).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelVoidsElement
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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4313). | |
Properties
| Published | property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4315). | |
| Published | property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4316). | |
Generated by PasDoc 0.17.0.snapshot.