Class TSingleAxisHingeJointNode
Unit
Declaration
type TSingleAxisHingeJointNode = class(TAbstractRigidJointNode)
Description
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractRigidJointNode
- TSingleAxisHingeJointNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint; |
|
property FdAxis: TSFVec3f read FFdAxis; |
|
property Axis: TVector3 read GetAxis write SetAxis; |
|
property FdMaxAngle: TSFFloat read FFdMaxAngle; |
|
property MaxAngle: Single read GetMaxAngle write SetMaxAngle; |
|
property FdMinAngle: TSFFloat read FFdMinAngle; |
|
property MinAngle: Single read GetMinAngle write SetMinAngle; |
|
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 EventAngle: TSFFloatEvent read FEventAngle; |
|
property EventAngleRate: TSFFloatEvent read FEventAngleRate; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
Internal wrapper for property AnchorPoint. This wrapper API may change, we advise to access simpler AnchorPoint instead. |
property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint; |
|
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; |
|
property FdMaxAngle: TSFFloat read FFdMaxAngle; |
|
Internal wrapper for property MaxAngle. This wrapper API may change, we advise to access simpler MaxAngle instead. |
property MaxAngle: Single read GetMaxAngle write SetMaxAngle; |
|
property FdMinAngle: TSFFloat read FFdMinAngle; |
|
Internal wrapper for property MinAngle. This wrapper API may change, we advise to access simpler MinAngle instead. |
property MinAngle: Single read GetMinAngle write SetMinAngle; |
|
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; |
|
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; |
|
property EventAngle: TSFFloatEvent read FEventAngle; |
|
property EventAngleRate: TSFFloatEvent read FEventAngleRate; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
Generated by PasDoc 0.16.0.