Class TIfcVirtualGridIntersection
Unit
Declaration
type TIfcVirtualGridIntersection = class(TIfcPersistent)
Description
Derived location of the intersection between two grid axes.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcVirtualGridIntersection.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3135).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcVirtualGridIntersection
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes; |
| Published | property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3140). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3141). | |
Properties
| Published | property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes; |
|
Two grid axes which intersects at exactly one intersection. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3144). | |
| Published | property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances; |
|
Offset distances to the grid axes. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3147). | |
Generated by PasDoc 0.17.0.snapshot.