/// <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); }
private extern static void NxD6Joint_setDriveOrientation_INVOKE(HandleRef classPointer, System.Boolean call_explicit, [In()] ref NxQuat orientation);
private extern static void set_NxContactCallbackData_localorientation1_INVOKE(HandleRef classPointer, NxQuat newvalue);
private void setDriveOrientation_virtual([In()] ref NxQuat orientation) { setDriveOrientation(ref orientation); }
private extern static void set_NxD6JointDesc_driveOrientation_INVOKE(HandleRef classPointer, NxQuat newvalue);