Ejemplo n.º 1
0
 /// <summary>Set the drive goal orientation when it is being driven. </summary>
 /// <param name="orientation">The goal orientation if NX_D6JOINT_DRIVE_POSITION is set for swingDrive or twistDrive. Range: unit quaternion</param>
 public virtual void setDriveOrientation(ref NxQuat orientation)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxD6Joint_setDriveOrientation_INVOKE(ClassPointer, doSetFunctionPointers, ref orientation);
 }
Ejemplo n.º 2
0
 private extern static void NxD6Joint_setDriveOrientation_INVOKE(HandleRef classPointer, System.Boolean call_explicit, [In()] ref NxQuat orientation);
Ejemplo n.º 3
0
 private extern static void set_NxContactCallbackData_localorientation1_INVOKE(HandleRef classPointer, NxQuat newvalue);
Ejemplo n.º 4
0
 private void setDriveOrientation_virtual([In()] ref NxQuat orientation)
 {
     setDriveOrientation(ref orientation);
 }
Ejemplo n.º 5
0
 private extern static void set_NxD6JointDesc_driveOrientation_INVOKE(HandleRef classPointer, NxQuat newvalue);