Class TSliderJointNode
Unit
Declaration
type TSliderJointNode = class(TAbstractRigidJointNode)
Description
No description available, ancestor TAbstractRigidJointNode description follows
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractRigidJointNode
- TSliderJointNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
![]() |
property FdMaxSeparation: TSFFloat read FFdMaxSeparation; |
![]() |
property MaxSeparation: Single read GetMaxSeparation write SetMaxSeparation; |
![]() |
property FdMinSeparation: TSFFloat read FFdMinSeparation; |
![]() |
property MinSeparation: Single read GetMinSeparation write SetMinSeparation; |
![]() |
property FdStopBounce: TSFFloat read FFdStopBounce; |
![]() |
property StopBounce: Single read GetStopBounce write SetStopBounce; |
![]() |
property FdStopErrorCorrection: TSFFloat read FFdStopErrorCorrection; |
![]() |
property StopErrorCorrection: Single read GetStopErrorCorrection write SetStopErrorCorrection; |
![]() |
property EventSeparation: TSFFloatEvent read FEventSeparation; |
![]() |
property EventSeparationRate: TSFFloatEvent read FEventSeparationRate; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
![]() |
property FdMaxSeparation: TSFFloat read FFdMaxSeparation; |
![]() |
property MaxSeparation: Single read GetMaxSeparation write SetMaxSeparation; |
![]() |
property FdMinSeparation: TSFFloat read FFdMinSeparation; |
![]() |
property MinSeparation: Single read GetMinSeparation write SetMinSeparation; |
![]() |
property FdStopBounce: TSFFloat read FFdStopBounce; |
![]() |
property StopBounce: Single read GetStopBounce write SetStopBounce; |
![]() |
property FdStopErrorCorrection: TSFFloat read FFdStopErrorCorrection; |
![]() |
property StopErrorCorrection: Single read GetStopErrorCorrection write SetStopErrorCorrection; |
![]() |
property EventSeparation: TSFFloatEvent read FEventSeparation; |
![]() |
property EventSeparationRate: TSFFloatEvent read FEventSeparationRate; |
Generated by PasDoc 0.16.0.
