Class TIfcOpeningElement
Unit
Declaration
type TIfcOpeningElement = class(TIfcFeatureElementSubtraction)
Description
Opening: a void within any element that has physical manifestation.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcOpeningElement.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3979).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcElement
- TIfcFeatureElement
- TIfcFeatureElementSubtraction
- TIfcOpeningElement
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property PredefinedType: TIfcOpeningElementTypeEnum read FPredefinedType write FPredefinedType
default TIfcOpeningElementTypeEnum.NotDefined; |
| Published | property HasFillings: TIfcRelFillsElementList read FHasFillings; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3984). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3985). | |
Properties
| Published | property PredefinedType: TIfcOpeningElementTypeEnum read FPredefinedType write FPredefinedType
default TIfcOpeningElementTypeEnum.NotDefined; |
|
By default NotDefined if not specified, we deliberately made NotDefined the enum value with memory representation 0 in Pascal. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3989). | |
| Published | property HasFillings: TIfcRelFillsElementList read FHasFillings; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3992). | |
Generated by PasDoc 0.17.0.snapshot.