Class TIfcDoor
Unit
Declaration
type TIfcDoor = class(TIfcBuiltElement)
Description
Door.
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 |
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 |
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. |
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 |
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. |
Generated by PasDoc 0.16.0-snapshot.