Class TGeoPositionInterpolatorNode
Unit
Declaration
type TGeoPositionInterpolatorNode = class(TAbstractInterpolatorNode)
Description
No description available, ancestor TAbstractInterpolatorNode description follows
Basis for all nodes interpolating (animating) values.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TGeoPositionInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3Double); |
![]() |
procedure SetKeyValue(const Value: TVector3DoubleList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdKeyValue: TMFVec3d read FFdKeyValue; |
![]() |
property EventGeovalue_changed: TSFVec3dEvent read FEventGeovalue_changed; |
![]() |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3Double); |
![]() |
procedure SetKeyValue(const Value: TVector3DoubleList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdKeyValue: TMFVec3d read FFdKeyValue; |
![]() |
property EventGeovalue_changed: TSFVec3dEvent read FEventGeovalue_changed; |
![]() |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Generated by PasDoc 0.16.0.
