Class TDoubleAxisHingeJointNode
Unit
Declaration
type TDoubleAxisHingeJointNode = class(TAbstractRigidJointNode)
Description
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractRigidJointNode
- TDoubleAxisHingeJointNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint; |
|
property FdAxis1: TSFVec3f read FFdAxis1; |
|
property Axis1: TVector3 read GetAxis1 write SetAxis1; |
|
property FdAxis2: TSFVec3f read FFdAxis2; |
|
property Axis2: TVector3 read GetAxis2 write SetAxis2; |
|
property FdDesiredAngularVelocity1: TSFFloat read FFdDesiredAngularVelocity1; |
|
property DesiredAngularVelocity1: Single read GetDesiredAngularVelocity1 write SetDesiredAngularVelocity1; |
|
property FdDesiredAngularVelocity2: TSFFloat read FFdDesiredAngularVelocity2; |
|
property DesiredAngularVelocity2: Single read GetDesiredAngularVelocity2 write SetDesiredAngularVelocity2; |
|
property FdMaxAngle1: TSFFloat read FFdMaxAngle1; |
|
property MaxAngle1: Single read GetMaxAngle1 write SetMaxAngle1; |
|
property FdMaxTorque1: TSFFloat read FFdMaxTorque1; |
|
property MaxTorque1: Single read GetMaxTorque1 write SetMaxTorque1; |
|
property FdMaxTorque2: TSFFloat read FFdMaxTorque2; |
|
property MaxTorque2: Single read GetMaxTorque2 write SetMaxTorque2; |
|
property FdMinAngle1: TSFFloat read FFdMinAngle1; |
|
property MinAngle1: Single read GetMinAngle1 write SetMinAngle1; |
|
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
property StopBounce1: Single read GetStopBounce1 write SetStopBounce1; |
|
property FdStopConstantForceMix1: TSFFloat read FFdStopConstantForceMix1; |
|
property StopConstantForceMix1: Single read GetStopConstantForceMix1 write SetStopConstantForceMix1; |
|
property FdStopErrorCorrection1: TSFFloat read FFdStopErrorCorrection1; |
|
property StopErrorCorrection1: Single read GetStopErrorCorrection1 write SetStopErrorCorrection1; |
|
property FdSuspensionErrorCorrection: TSFFloat read FFdSuspensionErrorCorrection; |
|
property SuspensionErrorCorrection: Single read GetSuspensionErrorCorrection write SetSuspensionErrorCorrection; |
|
property FdSuspensionForce: TSFFloat read FFdSuspensionForce; |
|
property SuspensionForce: Single read GetSuspensionForce write SetSuspensionForce; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody1Axis: TSFVec3fEvent read FEventBody1Axis; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
property EventBody2Axis: TSFVec3fEvent read FEventBody2Axis; |
|
property EventHinge1Angle: TSFFloatEvent read FEventHinge1Angle; |
|
property EventHinge1AngleRate: TSFFloatEvent read FEventHinge1AngleRate; |
|
property EventHinge2Angle: TSFFloatEvent read FEventHinge2Angle; |
|
property EventHinge2AngleRate: TSFFloatEvent read FEventHinge2AngleRate; |
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 FdAxis1: TSFVec3f read FFdAxis1; |
|
Internal wrapper for property Axis1. This wrapper API may change, we advise to access simpler Axis1 instead. |
property Axis1: TVector3 read GetAxis1 write SetAxis1; |
|
property FdAxis2: TSFVec3f read FFdAxis2; |
|
Internal wrapper for property Axis2. This wrapper API may change, we advise to access simpler Axis2 instead. |
property Axis2: TVector3 read GetAxis2 write SetAxis2; |
|
property FdDesiredAngularVelocity1: TSFFloat read FFdDesiredAngularVelocity1; |
|
Internal wrapper for property DesiredAngularVelocity1. This wrapper API may change, we advise to access simpler DesiredAngularVelocity1 instead. |
property DesiredAngularVelocity1: Single read GetDesiredAngularVelocity1 write SetDesiredAngularVelocity1; |
|
property FdDesiredAngularVelocity2: TSFFloat read FFdDesiredAngularVelocity2; |
|
Internal wrapper for property DesiredAngularVelocity2. This wrapper API may change, we advise to access simpler DesiredAngularVelocity2 instead. |
property DesiredAngularVelocity2: Single read GetDesiredAngularVelocity2 write SetDesiredAngularVelocity2; |
|
property FdMaxAngle1: TSFFloat read FFdMaxAngle1; |
|
Internal wrapper for property MaxAngle1. This wrapper API may change, we advise to access simpler MaxAngle1 instead. |
property MaxAngle1: Single read GetMaxAngle1 write SetMaxAngle1; |
|
property FdMaxTorque1: TSFFloat read FFdMaxTorque1; |
|
Internal wrapper for property MaxTorque1. This wrapper API may change, we advise to access simpler MaxTorque1 instead. |
property MaxTorque1: Single read GetMaxTorque1 write SetMaxTorque1; |
|
property FdMaxTorque2: TSFFloat read FFdMaxTorque2; |
|
Internal wrapper for property MaxTorque2. This wrapper API may change, we advise to access simpler MaxTorque2 instead. |
property MaxTorque2: Single read GetMaxTorque2 write SetMaxTorque2; |
|
property FdMinAngle1: TSFFloat read FFdMinAngle1; |
|
Internal wrapper for property MinAngle1. This wrapper API may change, we advise to access simpler MinAngle1 instead. |
property MinAngle1: Single read GetMinAngle1 write SetMinAngle1; |
|
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
Internal wrapper for property StopBounce1. This wrapper API may change, we advise to access simpler StopBounce1 instead. |
property StopBounce1: Single read GetStopBounce1 write SetStopBounce1; |
|
property FdStopConstantForceMix1: TSFFloat read FFdStopConstantForceMix1; |
|
Internal wrapper for property StopConstantForceMix1. This wrapper API may change, we advise to access simpler StopConstantForceMix1 instead. |
property StopConstantForceMix1: Single read GetStopConstantForceMix1 write SetStopConstantForceMix1; |
|
property FdStopErrorCorrection1: TSFFloat read FFdStopErrorCorrection1; |
|
Internal wrapper for property StopErrorCorrection1. This wrapper API may change, we advise to access simpler StopErrorCorrection1 instead. |
property StopErrorCorrection1: Single read GetStopErrorCorrection1 write SetStopErrorCorrection1; |
|
property FdSuspensionErrorCorrection: TSFFloat read FFdSuspensionErrorCorrection; |
|
Internal wrapper for property SuspensionErrorCorrection. This wrapper API may change, we advise to access simpler SuspensionErrorCorrection instead. |
property SuspensionErrorCorrection: Single read GetSuspensionErrorCorrection write SetSuspensionErrorCorrection; |
|
property FdSuspensionForce: TSFFloat read FFdSuspensionForce; |
|
Internal wrapper for property SuspensionForce. This wrapper API may change, we advise to access simpler SuspensionForce instead. |
property SuspensionForce: Single read GetSuspensionForce write SetSuspensionForce; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody1Axis: TSFVec3fEvent read FEventBody1Axis; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
property EventBody2Axis: TSFVec3fEvent read FEventBody2Axis; |
|
property EventHinge1Angle: TSFFloatEvent read FEventHinge1Angle; |
|
property EventHinge1AngleRate: TSFFloatEvent read FEventHinge1AngleRate; |
|
property EventHinge2Angle: TSFFloatEvent read FEventHinge2Angle; |
|
property EventHinge2AngleRate: TSFFloatEvent read FEventHinge2AngleRate; |
|
Generated by PasDoc 0.16.0.