Class TSliderJointNode
Unit
Declaration
type TSliderJointNode = class(TAbstractRigidJointNode)
Description
This item has no description. Showing description inherited from TAbstractNode.
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- 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; |
This item has no description. |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
Properties
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
Internal wrapper for property Axis. This wrapper API may change, we advise to access simpler Axis instead. |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
This item has no description. |
![]() |
property FdMaxSeparation: TSFFloat read FFdMaxSeparation; |
Internal wrapper for property MaxSeparation. This wrapper API may change, we advise to access simpler MaxSeparation instead. |
![]() |
property MaxSeparation: Single read GetMaxSeparation write SetMaxSeparation; |
This item has no description. |
![]() |
property FdMinSeparation: TSFFloat read FFdMinSeparation; |
Internal wrapper for property MinSeparation. This wrapper API may change, we advise to access simpler MinSeparation instead. |
![]() |
property MinSeparation: Single read GetMinSeparation write SetMinSeparation; |
This item has no description. |
![]() |
property FdStopBounce: TSFFloat read FFdStopBounce; |
Internal wrapper for property StopBounce. This wrapper API may change, we advise to access simpler StopBounce instead. |
![]() |
property StopBounce: Single read GetStopBounce write SetStopBounce; |
This item has no description. |
![]() |
property FdStopErrorCorrection: TSFFloat read FFdStopErrorCorrection; |
Internal wrapper for property StopErrorCorrection. This wrapper API may change, we advise to access simpler StopErrorCorrection instead. |
![]() |
property StopErrorCorrection: Single read GetStopErrorCorrection write SetStopErrorCorrection; |
This item has no description. |
![]() |
property EventSeparation: TSFFloatEvent read FEventSeparation; |
This item has no description. |
![]() |
property EventSeparationRate: TSFFloatEvent read FEventSeparationRate; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.