Class TGeoTransformNode
Unit
X3DNodes
Declaration
type TGeoTransformNode = class(TAbstractX3DGroupingNode)
Description
No description available, ancestor 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; |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
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 Rotation: TVector4 read GetRotation write SetRotation; |
|
 |
property Scale: TVector3 read GetScale write SetScale; |
|
 |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
|
 |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
Generated by PasDoc 0.15.0.
|