Class TIfcGeometricRepresentationSubContext

Unit

Declaration

type TIfcGeometricRepresentationSubContext = class(TIfcRepresentationContext)

Description

Context that applies to several shape representations of a product being a sub context, sharing the WorldCoordinateSystem, CoordinateSpaceDimension, Precision and TrueNorth attributes with the parent IfcGeometricRepresentationContext.

Hierarchy

Overview

Properties

Published property ParentContext: TIfcGeometricRepresentationContext read FParentContext write FParentContext;
Published property TargetScale: TIfcPositiveRatioMeasure read FTargetScale write FTargetScale;
Published property TargetView: TIfcGeometricProjectionEnum read FTargetView write FTargetView;
Published property UserDefinedTargetView: TIfcLabel read FUserDefinedTargetView write FUserDefinedTargetView;

Description

Properties

Published property ParentContext: TIfcGeometricRepresentationContext read FParentContext write FParentContext;

Parent context from which the sub context derives its world coordinate system, precision, space coordinate dimension and true north.

Published property TargetScale: TIfcPositiveRatioMeasure read FTargetScale write FTargetScale;

The target plot scale of the representation to which this representation context applies.

NOTE Scale indicates the target plot scale for the representation sub context, all annotation styles are given in plot dimensions according to this target plot scale. If multiple instances of IfcGeometricRepresentationSubContext are given having the same TargetView value, the target plot scale applies up to the next smaller scale, or up to unlimited small scale.

Published property TargetView: TIfcGeometricProjectionEnum read FTargetView write FTargetView;

Target view of the representation to which this representation context applies.

Published property UserDefinedTargetView: TIfcLabel read FUserDefinedTargetView write FUserDefinedTargetView;

User defined target view, this attribute value shall be given, if the TargetView attribute is set to TIfcGeometricProjectionEnum.UserDefined.


Generated by PasDoc 0.16.0-snapshot.