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

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.

Published property LayerSetDirection: TIfcLayerSetDirectionEnum read FLayerSetDirection write FLayerSetDirection;

Orientation of the material layer set relative to element reference geometry.

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

Published property OffsetFromReferenceLine: TIfcLengthMeasure read FOffsetFromReferenceLine write FOffsetFromReferenceLine;

Offset of the material layer set base line from reference geometry of element.

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