Class TIfcDoor
Unit
Declaration
type TIfcDoor = class(TIfcBuiltElement)
Description
Door.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4059).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcElement
- TIfcBuiltElement
- TIfcDoor
Overview
Properties
![]() |
property OverallHeight: TIfcPositiveLengthMeasure read FOverallHeight write FOverallHeight; |
![]() |
property OverallWidth: TIfcPositiveLengthMeasure read FOverallWidth write FOverallWidth; |
![]() |
property PredefinedType: TIfcDoorTypeEnum read FPredefinedType write FPredefinedType; |
![]() |
property OperationType: TIfcDoorTypeOperationEnum read FOperationType write FOperationType; |
![]() |
property UserDefinedOperationType: TIfcLabel read FUserDefinedOperationType write FUserDefinedOperationType; |
Description
Properties
![]() |
property OverallHeight: TIfcPositiveLengthMeasure read FOverallHeight write FOverallHeight; |
|
Overall measure of the height, it reflects the Z Dimension of a bounding box, enclosing the body of the door opening. If omitted, the NOTE The body of the door might be taller then the door opening (e.g. in cases where the door lining includes a casing). In these cases the Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4076). | |
![]() |
property OverallWidth: TIfcPositiveLengthMeasure read FOverallWidth write FOverallWidth; |
|
Overall measure of the width, it reflects the X Dimension of a bounding box, enclosing the body of the door opening. If omitted, the NOTE The body of the door might be wider then the door opening (e.g. in cases where the door lining includes a casing). In these cases the Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4087). | |
![]() |
property PredefinedType: TIfcDoorTypeEnum read FPredefinedType write FPredefinedType; |
|
A list of types to further identify the object. Some property sets may be specifically applicable to one of these types. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4091). | |
![]() |
property OperationType: TIfcDoorTypeOperationEnum read FOperationType write FOperationType; |
|
Type defining the general layout and operation of the door type in terms of the partitioning of panels and panel operations. NOTE The Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4098). | |
![]() |
property UserDefinedOperationType: TIfcLabel read FUserDefinedOperationType write FUserDefinedOperationType; |
|
Designator for the user defined operation type, shall only be provided, if the value of OperationType is set to TIfcDoorTypeOperationEnum.UserDefined. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4102). | |
Generated by PasDoc 0.17.0.snapshot.
