Class TIfcDoorType
Unit
Declaration
type TIfcDoorType = class(TIfcBuiltElementType)
Description
Shared information for occurrences of doors.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcDoorType.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
- TIfcTypeProduct
- TIfcElementType
- TIfcBuiltElementType
- TIfcDoorType
Overview
Properties
property PredefinedType: TIfcDoorTypeEnum read FPredefinedType write FPredefinedType default TIfcDoorTypeEnum.NotDefined; |
|
property OperationType: TIfcDoorTypeOperationEnum read FOperationType write FOperationType default TIfcDoorTypeOperationEnum.NotDefined; |
|
property ParameterTakesPrecedence: Boolean read FParameterTakesPrecedence write FParameterTakesPrecedence default false; |
|
property UserDefinedOperationType: TIfcLabel read FUserDefinedOperationType write FUserDefinedOperationType; |
Description
Properties
property PredefinedType: TIfcDoorTypeEnum read FPredefinedType write FPredefinedType default TIfcDoorTypeEnum.NotDefined; |
|
A list of types to further identify the object. |
property OperationType: TIfcDoorTypeOperationEnum read FOperationType write FOperationType default TIfcDoorTypeOperationEnum.NotDefined; |
|
Type defining the general layout and operation of the door type in terms of the partitioning of panels and panel operations. |
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.