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