Class TCoordinateDamperNode
Unit
Declaration
type TCoordinateDamperNode = 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 TAbstractX3DGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractFollowerNode
- TAbstractDamperNode
- TCoordinateDamperNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInitialDestination(const Value: array of TVector3); |
![]() |
procedure SetInitialDestination(const Value: TVector3List); |
![]() |
procedure SetInitialValue(const Value: array of TVector3); |
![]() |
procedure SetInitialValue(const Value: TVector3List); |
Properties
![]() |
property EventSet_destination: TMFVec3fEvent read FEventSet_destination; |
![]() |
property EventSet_value: TMFVec3fEvent read FEventSet_value; |
![]() |
property EventValue_changed: TMFVec3fEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TMFVec3f read FFdInitialDestination; |
![]() |
property FdInitialValue: TMFVec3f read FFdInitialValue; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInitialDestination(const Value: array of TVector3); |
![]() |
procedure SetInitialDestination(const Value: TVector3List); |
![]() |
procedure SetInitialValue(const Value: array of TVector3); |
![]() |
procedure SetInitialValue(const Value: TVector3List); |
Properties
![]() |
property EventSet_destination: TMFVec3fEvent read FEventSet_destination; |
![]() |
property EventSet_value: TMFVec3fEvent read FEventSet_value; |
![]() |
property EventValue_changed: TMFVec3fEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TMFVec3f read FFdInitialDestination; |
![]() |
property FdInitialValue: TMFVec3f read FFdInitialValue; |
Generated by PasDoc 0.16.0.
