Class TIfcDirection
Unit
Declaration
type TIfcDirection = class(TIfcPersistent)
Description
Direction in 2D or 3D.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcDirection.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcDirection
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
constructor CreateVector(const AOwner: TComponent; const AVector: TVector3); |
Properties
property DirectionRatios: TCastleVector3PersistentSimple read FDirectionRatios; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
FDim: TIfcDimensionCount; |
destructor Destroy; override; |
|
This item has no description. |
constructor CreateVector(const AOwner: TComponent; const AVector: TVector3); |
|
Create instance with given direction ratios. |
Properties
property DirectionRatios: TCastleVector3PersistentSimple read FDirectionRatios; |
|
Defined as 2 or 3 values of TIfcReal type. In practice, this is just a 3D vector for our engine. |
Generated by PasDoc 0.16.0-snapshot.