Class TGeoTransformNode
Unit
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
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TAbstractX3DGroupingNode
- TGeoTransformNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
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; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
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.16.0.
