Class TDoubleAxisHingeJointNode
Unit
X3DNodes
Declaration
type TDoubleAxisHingeJointNode = class(TAbstractRigidJointNode)
Description
no description available, TAbstractRigidJointNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
 |
property FdAxis1: TSFVec3f read FFdAxis1; |
|
 |
property FdAxis2: TSFVec3f read FFdAxis2; |
|
 |
property FdDesiredAngularVelocity1: TSFFloat read FFdDesiredAngularVelocity1; |
|
 |
property FdDesiredAngularVelocity2: TSFFloat read FFdDesiredAngularVelocity2; |
|
 |
property FdMaxAngle1: TSFFloat read FFdMaxAngle1; |
|
 |
property FdMaxTorque1: TSFFloat read FFdMaxTorque1; |
|
 |
property FdMaxTorque2: TSFFloat read FFdMaxTorque2; |
|
 |
property FdMinAngle1: TSFFloat read FFdMinAngle1; |
|
 |
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
 |
property FdStopConstantForceMix1: TSFFloat read FFdStopConstantForceMix1; |
|
 |
property FdStopErrorCorrection1: TSFFloat read FFdStopErrorCorrection1; |
|
 |
property FdSuspensionErrorCorrection: TSFFloat read FFdSuspensionErrorCorrection; |
|
 |
property FdSuspensionForce: TSFFloat read FFdSuspensionForce; |
|
 |
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
 |
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
 |
property EventHinge1AngleRate: TSFFloatEvent read FEventHinge1AngleRate; |
|
 |
property EventHinge2AngleRate: TSFFloatEvent read FEventHinge2AngleRate; |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:51
|