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
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcVirtualGridIntersection
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes; |
![]() |
property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes; |
Two grid axes which intersects at exactly one intersection. |
![]() |
property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances; |
Offset distances to the grid axes. |
Generated by PasDoc 0.16.0-snapshot.