Class TMotorJointNodeHelper
Unit
X3DNodes
Declaration
type TMotorJointNodeHelper = class helper(TObject) for TMotorJointNode
Description
Hierarchy
- TObject
- TMotorJointNodeHelper
Overview
Properties
 |
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: TVector3Single read GetMotor1Axis write SetMotor1Axis; |
 |
property Motor2Axis: TVector3Single read GetMotor2Axis write SetMotor2Axis; |
 |
property Motor3Axis: TVector3Single 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; |
Description
Properties
 |
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: TVector3Single read GetMotor1Axis write SetMotor1Axis; |
|
 |
property Motor2Axis: TVector3Single read GetMotor2Axis write SetMotor2Axis; |
|
 |
property Motor3Axis: TVector3Single 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.14.0.
|