Class TGeoTransformNode
Unit
X3DNodes
Declaration
type TGeoTransformNode = class(TAbstractX3DGroupingNode)
Description
no description available, TAbstractX3DGroupingNode description follows
Base node that contains children nodes, in X3D and VRML 2.0.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
|
 |
property FdScale: TSFVec3f read FFdScale; |
|
|
 |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
|
 |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
|
 |
property ScaleOrientation: TVector4Single read GetScaleOrientation write SetScaleOrientation; |
|
|
 |
property Translation: TVector3Single read GetTranslation write SetTranslation; |
|
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
|
Generated by PasDoc 0.14.0.
|