Class TIfcDoor

Unit

Declaration

type TIfcDoor = class(TIfcBuiltElement)

Description

Door.

Hierarchy

Overview

Properties

Published property OverallHeight: TIfcPositiveLengthMeasure read FOverallHeight write FOverallHeight;
Published property OverallWidth: TIfcPositiveLengthMeasure read FOverallWidth write FOverallWidth;
Published property PredefinedType: TIfcDoorTypeEnum read FPredefinedType write FPredefinedType;
Published property OperationType: TIfcDoorTypeOperationEnum read FOperationType write FOperationType;
Published property UserDefinedOperationType: TIfcLabel read FUserDefinedOperationType write FUserDefinedOperationType;

Description

Properties

Published 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 OverallHeight should be taken from the geometric representation of the IfcOpeningElement in which the door is inserted.

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 OverallHeight shall still be given as the door opening height, and not as the total height of the door lining.

Published 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 OverallWidth should be taken from the geometric representation of the IfcOpeningElement in which the door is inserted.

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 OverallWidth shall still be given as the door opening width, and not as the total width of the door lining.

Published 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.

Published 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 OperationType shall only be used, if no type object IfcDoorType is assigned, providing its own IfcDoorType.OperationType.

Published 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.