Class TIfcWindowType

Unit

Declaration

type TIfcWindowType = class(TIfcBuiltElementType)

Description

Commonly shared information for occurrences of windows.

Hierarchy

Overview

Properties

Published property PredefinedType: TIfcWindowTypeEnum read FPredefinedType write FPredefinedType default TIfcWindowTypeEnum.NotDefined;
Published property PartitioningType: TIfcWindowTypePartitioningEnum read FPartitioningType write FPartitioningType default TIfcWindowTypePartitioningEnum.NotDefined;
Published property ParameterTakesPrecedence: Boolean read FParameterTakesPrecedence write FParameterTakesPrecedence default false;
Published property UserDefinedPartitioningType: TIfcLabel read FUserDefinedPartitioningType write FUserDefinedPartitioningType;

Description

Properties

Published property PredefinedType: TIfcWindowTypeEnum read FPredefinedType write FPredefinedType default TIfcWindowTypeEnum.NotDefined;

Predefined types of a window element from which the type required may be set.

Published property PartitioningType: TIfcWindowTypePartitioningEnum read FPartitioningType write FPartitioningType default TIfcWindowTypePartitioningEnum.NotDefined;

Type defining the general layout of the window type in terms of the partitioning of panels.

Published property ParameterTakesPrecedence: Boolean read FParameterTakesPrecedence write FParameterTakesPrecedence default false;

Reflects, whether the parameter given in the attached lining and panel properties exactly define the geometry (TRUE), or whether the attached style shape take precedence (FALSE). In the last case the parameter have only informative value.

TODO: Should be an enum with 3 values? Since it is optional, and it seems "false" is not exactly equal to "not specified".

Published property UserDefinedPartitioningType: TIfcLabel read FUserDefinedPartitioningType write FUserDefinedPartitioningType;

Designator for the user defined partitioning type, shall only be provided, if the value of PartitioningType is set to UserDefined.


Generated by PasDoc 0.16.0-snapshot.