Class TIfcWindowType
Unit
Declaration
type TIfcWindowType = class(TIfcBuiltElementType)
Description
Commonly shared information for occurrences of windows.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
- TIfcTypeProduct
- TIfcElementType
- TIfcBuiltElementType
- TIfcWindowType
Overview
Properties
![]() |
property PredefinedType: TIfcWindowTypeEnum read FPredefinedType write FPredefinedType
default TIfcWindowTypeEnum.NotDefined; |
![]() |
property PartitioningType: TIfcWindowTypePartitioningEnum read FPartitioningType write FPartitioningType
default TIfcWindowTypePartitioningEnum.NotDefined; |
![]() |
property ParameterTakesPrecedence: Boolean read FParameterTakesPrecedence write FParameterTakesPrecedence default false; |
![]() |
property UserDefinedPartitioningType: TIfcLabel read FUserDefinedPartitioningType write FUserDefinedPartitioningType; |
Description
Properties
![]() |
property PredefinedType: TIfcWindowTypeEnum read FPredefinedType write FPredefinedType
default TIfcWindowTypeEnum.NotDefined; |
Predefined types of a window element from which the type required may be set. |
![]() |
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. |
![]() |
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". |
![]() |
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.