Class TIfcGeometricRepresentationContext

Unit

Declaration

type TIfcGeometricRepresentationContext = class(TIfcRepresentationContext)

Description

Context that applies to several shape representations of products within a project.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property CoordinateSpaceDimension: TIfcDimensionCount read FCoordinateSpaceDimension write FCoordinateSpaceDimension;
Published property Precision: TIfcReal read FPrecision write FPrecision;
Published property WorldCoordinateSystem: TIfcAxis2Placement read FWorldCoordinateSystem write FWorldCoordinateSystem;
Published property TrueNorth: TIfcDirection read FTrueNorth write FTrueNorth;
Published property HasSubContexts: TIfcGeometricRepresentationSubContextList read FHasSubContexts;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

TODO // FHasCoordinateOperation: TIfcCoordinateOperation;

Public destructor Destroy; override;

This item has no description.

Properties

Published property CoordinateSpaceDimension: TIfcDimensionCount read FCoordinateSpaceDimension write FCoordinateSpaceDimension;

The integer dimension count of the coordinate space modeled in a geometric representation context.

Published property Precision: TIfcReal read FPrecision write FPrecision;

Value of the model precision for geometric models.

Published property WorldCoordinateSystem: TIfcAxis2Placement read FWorldCoordinateSystem write FWorldCoordinateSystem;

Establishment of the engineering coordinate system (often referred to as the world coordinate system in CAD) for all representation contexts used by the project.

Published property TrueNorth: TIfcDirection read FTrueNorth write FTrueNorth;

Direction of the true north, or geographic northing direction, relative to the underlying project coordinate system.

Published property HasSubContexts: TIfcGeometricRepresentationSubContextList read FHasSubContexts;

The set of IfcGeometricRepresentationSubContexts that refer to this IfcGeometricRepresentationContext.


Generated by PasDoc 0.16.0-snapshot.