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.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5740).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialLayerSetUsage
Overview
Properties
| Published | property ForLayerSet: TIfcMaterialLayerSet read FForLayerSet write FForLayerSet; |
| Published | property LayerSetDirection: TIfcLayerSetDirectionEnum read FLayerSetDirection write FLayerSetDirection; |
| Published | property DirectionSense: TIfcDirectionSenseEnum read FDirectionSense write FDirectionSense; |
| Published | property OffsetFromReferenceLine: TIfcLengthMeasure read FOffsetFromReferenceLine write FOffsetFromReferenceLine; |
| Published | property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
Description
Properties
| Published | property ForLayerSet: TIfcMaterialLayerSet read FForLayerSet write FForLayerSet; |
|
The IfcMaterialLayerSet set to which the usage is applied. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5749). | |
| Published | property LayerSetDirection: TIfcLayerSetDirectionEnum read FLayerSetDirection write FLayerSetDirection; |
|
Orientation of the material layer set relative to element reference geometry. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5752). | |
| Published | 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). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5756). | |
| Published | property OffsetFromReferenceLine: TIfcLengthMeasure read FOffsetFromReferenceLine write FOffsetFromReferenceLine; |
|
Offset of the material layer set base line from reference geometry of element. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5759). | |
| Published | property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
|
Extent of the extrusion of the elements body shape representation to which the IfcMaterialLayerSetUsage applies. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5763). | |
Generated by PasDoc 0.17.0.snapshot.