Class TIfcCartesianPoint
Unit
Declaration
type TIfcCartesianPoint = class(TIfcPoint)
Description
A regular 3D point (may be specified as 2D too, in which case we set Z to 0).
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianPoint.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcPoint
- TIfcCartesianPoint
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property Coordinates: TCastleVector3PersistentSimple read FCoordinates; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Coordinates: TCastleVector3PersistentSimple read FCoordinates; |
|
Actual 3D point value. |
Generated by PasDoc 0.16.0-snapshot.