Class TIfcMaterialLayerSetUsage
Unit
Declaration
type TIfcMaterialLayerSetUsage = class(TIfcMaterialDefinition)
Description
Determines the usage of IfcMaterialLayerSet in terms of its location and orientation relative to the associated element geometry.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialDefinition
- TIfcMaterialLayerSetUsage
Overview
Properties
property ForLayerSet: TIfcMaterialLayerSet read FForLayerSet write FForLayerSet; |
|
property LayerSetDirection: TIfcLayerSetDirectionEnum read FLayerSetDirection write FLayerSetDirection; |
|
property DirectionSense: TIfcDirectionSenseEnum read FDirectionSense write FDirectionSense; |
|
property OffsetFromReferenceLine: TIfcLengthMeasure read FOffsetFromReferenceLine write FOffsetFromReferenceLine; |
|
property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
Description
Properties
property ForLayerSet: TIfcMaterialLayerSet read FForLayerSet write FForLayerSet; |
|
The IfcMaterialLayerSet set to which the usage is applied. |
property LayerSetDirection: TIfcLayerSetDirectionEnum read FLayerSetDirection write FLayerSetDirection; |
|
Orientation of the material layer set relative to element reference geometry. |
property DirectionSense: TIfcDirectionSenseEnum read FDirectionSense write FDirectionSense; |
|
Denotes whether the material layer set is oriented in positive or negative sense along the specified axis (defined by LayerSetDirection). |
property OffsetFromReferenceLine: TIfcLengthMeasure read FOffsetFromReferenceLine write FOffsetFromReferenceLine; |
|
Offset of the material layer set base line from reference geometry of element. |
property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
|
Extent of the extrusion of the elements body shape representation to which the IfcMaterialLayerSetUsage applies. |
Generated by PasDoc 0.16.0-snapshot.