Class TMotorJointNode
Unit
X3DNodes
Declaration
type TMotorJointNode = 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.
Almost all X3D nodes inherit from this, with the only exception being the X3DMetadataObject (expressed only as an interface in Pascal, IAbstractMetadataNode). This means that you cannot have metadata inside a metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdAxis1Angle: TSFFloat read FFdAxis1Angle; |
|
 |
property FdAxis1Torque: TSFFloat read FFdAxis1Torque; |
|
 |
property FdAxis2Angle: TSFFloat read FFdAxis2Angle; |
|
 |
property FdAxis2Torque: TSFFloat read FFdAxis2Torque; |
|
 |
property FdAxis3Angle: TSFFloat read FFdAxis3Angle; |
|
 |
property FdAxis3Torque: TSFFloat read FFdAxis3Torque; |
|
 |
property FdEnabledAxes: TSFInt32 read FFdEnabledAxes; |
|
 |
property FdMotor1Axis: TSFVec3f read FFdMotor1Axis; |
|
 |
property FdMotor2Axis: TSFVec3f read FFdMotor2Axis; |
|
 |
property FdMotor3Axis: TSFVec3f read FFdMotor3Axis; |
|
 |
property FdStop1Bounce: TSFFloat read FFdStop1Bounce; |
|
 |
property FdStop1ErrorCorrection: TSFFloat read FFdStop1ErrorCorrection; |
|
 |
property FdStop2Bounce: TSFFloat read FFdStop2Bounce; |
|
 |
property FdStop2ErrorCorrection: TSFFloat read FFdStop2ErrorCorrection; |
|
 |
property FdStop3Bounce: TSFFloat read FFdStop3Bounce; |
|
 |
property FdStop3ErrorCorrection: TSFFloat read FFdStop3ErrorCorrection; |
|
 |
property EventMotor1AngleRate: TSFFloatEvent read FEventMotor1AngleRate; |
|
 |
property EventMotor2AngleRate: TSFFloatEvent read FEventMotor2AngleRate; |
|
 |
property EventMotor3AngleRate: TSFFloatEvent read FEventMotor3AngleRate; |
|
 |
property FdAutoCalc: TSFBool read FFdAutoCalc; |
|
 |
property Axis1Angle: Single read GetAxis1Angle write SetAxis1Angle; |
|
 |
property Axis1Torque: Single read GetAxis1Torque write SetAxis1Torque; |
|
 |
property Axis2Angle: Single read GetAxis2Angle write SetAxis2Angle; |
|
 |
property Axis2Torque: Single read GetAxis2Torque write SetAxis2Torque; |
|
 |
property Axis3Angle: Single read GetAxis3Angle write SetAxis3Angle; |
|
 |
property Axis3Torque: Single read GetAxis3Torque write SetAxis3Torque; |
|
 |
property EnabledAxes: Integer read GetEnabledAxes write SetEnabledAxes; |
|
 |
property Motor1Axis: TVector3 read GetMotor1Axis write SetMotor1Axis; |
|
 |
property Motor2Axis: TVector3 read GetMotor2Axis write SetMotor2Axis; |
|
 |
property Motor3Axis: TVector3 read GetMotor3Axis write SetMotor3Axis; |
|
 |
property Stop1Bounce: Single read GetStop1Bounce write SetStop1Bounce; |
|
 |
property Stop1ErrorCorrection: Single read GetStop1ErrorCorrection write SetStop1ErrorCorrection; |
|
 |
property Stop2Bounce: Single read GetStop2Bounce write SetStop2Bounce; |
|
 |
property Stop2ErrorCorrection: Single read GetStop2ErrorCorrection write SetStop2ErrorCorrection; |
|
 |
property Stop3Bounce: Single read GetStop3Bounce write SetStop3Bounce; |
|
 |
property Stop3ErrorCorrection: Single read GetStop3ErrorCorrection write SetStop3ErrorCorrection; |
|
 |
property AutoCalc: boolean read GetAutoCalc write SetAutoCalc; |
|
Generated by PasDoc 0.15.0.
|