Class TIfcGeometricRepresentationContext
Unit
Declaration
type TIfcGeometricRepresentationContext = class(TIfcRepresentationContext)
Description
Context that applies to several shape representations of products within a project.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4790).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationContext
- TIfcGeometricRepresentationContext
Overview
Fields
| Public | nested const TypeModel = 'Model'; |
| Public | nested const TypePlan = 'Plan'; |
| Public | nested const TypeNotDefined = 'NotDefined'; |
Methods
| Protected | function WantsGlobalId: Boolean; override; |
| 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; |
| Published | property HasCoordinateOperation: TIfcCoordinateOperation read FHasCoordinateOperation write FHasCoordinateOperation; |
Description
Fields
| Public | nested const TypeModel = 'Model'; |
|
The following values for ContextType are limited to these 3 constants for TIfcGeometricRepresentationContext. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4804). | |
| Public | nested const TypePlan = 'Plan'; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4805). | |
| Public | nested const TypeNotDefined = 'NotDefined'; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4806). | |
Methods
| Protected | function WantsGlobalId: Boolean; override; |
|
This item has no description. Showing description inherited from TIfcPersistent.WantsGlobalId.
If Strictly following the spec, this should be only defined for TIfcRoot, because only IfcRoot has GlobalId. In reality, we need GlobalId at TIfcPersistent to load some files, and we sometimes need Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4799). | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4807). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4808). | |
Properties
| Published | property CoordinateSpaceDimension: TIfcDimensionCount read FCoordinateSpaceDimension write FCoordinateSpaceDimension; |
|
The integer dimension count of the coordinate space modeled in a geometric representation context. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4812). | |
| Published | property Precision: TIfcReal read FPrecision write FPrecision; |
|
Value of the model precision for geometric models. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4815). | |
| 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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4820). | |
| Published | property TrueNorth: TIfcDirection read FTrueNorth write FTrueNorth; |
|
Direction of the true north, or geographic northing direction, relative to the underlying project coordinate system. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4823). | |
| Published | property HasSubContexts: TIfcGeometricRepresentationSubContextList read FHasSubContexts; |
|
The set of IfcGeometricRepresentationSubContexts that refer to this IfcGeometricRepresentationContext. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4827). | |
| Published | property HasCoordinateOperation: TIfcCoordinateOperation read FHasCoordinateOperation write FHasCoordinateOperation; |
|
Indicates conversion between coordinate systems. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4830). | |
Generated by PasDoc 0.17.0.snapshot.