Class TOrientationDamperNode
Unit
Declaration
type TOrientationDamperNode = class(TAbstractDamperNode)
Description
No description available, ancestor TAbstractDamperNode description follows
No description available, ancestor TAbstractFollowerNode description follows
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractFollowerNode
- TAbstractDamperNode
- TOrientationDamperNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property EventSet_destination: TSFRotationEvent read FEventSet_destination; |
|
property EventSet_value: TSFRotationEvent read FEventSet_value; |
|
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
|
property FdInitialDestination: TSFRotation read FFdInitialDestination; |
|
property InitialDestination: TVector4 read GetInitialDestination write SetInitialDestination; |
|
property FdInitialValue: TSFRotation read FFdInitialValue; |
|
property InitialValue: TVector4 read GetInitialValue write SetInitialValue; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property EventSet_destination: TSFRotationEvent read FEventSet_destination; |
|
property EventSet_value: TSFRotationEvent read FEventSet_value; |
|
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
|
property FdInitialDestination: TSFRotation read FFdInitialDestination; |
|
Internal wrapper for property InitialDestination. This wrapper API may change, we advise to access simpler InitialDestination instead. |
property InitialDestination: TVector4 read GetInitialDestination write SetInitialDestination; |
|
property FdInitialValue: TSFRotation read FFdInitialValue; |
|
Internal wrapper for property InitialValue. This wrapper API may change, we advise to access simpler InitialValue instead. |
property InitialValue: TVector4 read GetInitialValue write SetInitialValue; |
|
Generated by PasDoc 0.16.0.