Class TIfcGeometricRepresentationContext
Unit
Declaration
type TIfcGeometricRepresentationContext = class(TIfcRepresentationContext)
Description
Context that applies to several shape representations of products within a project.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationContext
- TIfcGeometricRepresentationContext
Overview
Fields
![]() |
nested const TypeModel = 'Model'; |
![]() |
nested const TypePlan = 'Plan'; |
![]() |
nested const TypeNotDefined = 'NotDefined'; |
Methods
![]() |
function WantsGlobalId: Boolean; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property CoordinateSpaceDimension: TIfcDimensionCount read FCoordinateSpaceDimension write FCoordinateSpaceDimension; |
![]() |
property Precision: TIfcReal read FPrecision write FPrecision; |
![]() |
property WorldCoordinateSystem: TIfcAxis2Placement read FWorldCoordinateSystem write FWorldCoordinateSystem; |
![]() |
property TrueNorth: TIfcDirection read FTrueNorth write FTrueNorth; |
![]() |
property HasSubContexts: TIfcGeometricRepresentationSubContextList read FHasSubContexts; |
Description
Fields
![]() |
nested const TypeModel = 'Model'; |
The following values for ContextType are limited to these 3 constants for TIfcGeometricRepresentationContext. |
![]() |
nested const TypePlan = 'Plan'; |
This item has no description. |
![]() |
nested const TypeNotDefined = 'NotDefined'; |
This item has no description. |
Methods
![]() |
function WantsGlobalId: Boolean; override; |
TODO // FHasCoordinateOperation: TIfcCoordinateOperation; |
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property CoordinateSpaceDimension: TIfcDimensionCount read FCoordinateSpaceDimension write FCoordinateSpaceDimension; |
The integer dimension count of the coordinate space modeled in a geometric representation context. |
![]() |
property Precision: TIfcReal read FPrecision write FPrecision; |
Value of the model precision for geometric models. |
![]() |
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. |
![]() |
property TrueNorth: TIfcDirection read FTrueNorth write FTrueNorth; |
Direction of the true north, or geographic northing direction, relative to the underlying project coordinate system. |
![]() |
property HasSubContexts: TIfcGeometricRepresentationSubContextList read FHasSubContexts; |
The set of IfcGeometricRepresentationSubContexts that refer to this IfcGeometricRepresentationContext. |
Generated by PasDoc 0.16.0-snapshot.