Class TGeoTransformNode
Unit
Declaration
type TGeoTransformNode = class(TAbstractGroupingNode)
Description
Base node that contains children nodes.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInternalGroupingNode
- TAbstractGroupingNode
- TGeoTransformNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetGeoSystem(const Value: array of string); overload; |
|
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
Properties
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
property FdRotation: TSFRotation read FFdRotation; |
|
property Rotation: TVector4 read GetRotation write SetRotation; |
|
property FdScale: TSFVec3f read FFdScale; |
|
property Scale: TVector3 read GetScale write SetScale; |
|
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
|
property FdTranslation: TSFVec3f read FFdTranslation; |
|
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
property FdGeoSystem: TMFString read FFdGeoSystem; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetGeoSystem(const Value: array of string); overload; |
|
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
|
Properties
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
Internal wrapper for property GeoCenter. This wrapper API may change, we advise to access simpler GeoCenter instead. |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
property FdRotation: TSFRotation read FFdRotation; |
|
Internal wrapper for property Rotation. This wrapper API may change, we advise to access simpler Rotation instead. |
property Rotation: TVector4 read GetRotation write SetRotation; |
|
property FdScale: TSFVec3f read FFdScale; |
|
Internal wrapper for property Scale. This wrapper API may change, we advise to access simpler Scale instead. |
property Scale: TVector3 read GetScale write SetScale; |
|
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
Internal wrapper for property ScaleOrientation. This wrapper API may change, we advise to access simpler ScaleOrientation instead. |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
|
property FdTranslation: TSFVec3f read FFdTranslation; |
|
Internal wrapper for property Translation. This wrapper API may change, we advise to access simpler Translation instead. |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead. |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0.