Q3RotateAboutPointTransform_SetAxis
You can use theQ3RotateAboutPointTransform_SetAxisfunction to set the axis of a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_SetAxis ( TQ3TransformObject transform, TQ3Axis axis);
transform- A rotate-about-point transform.
axis- The desired axis of the specified rotate-about-point transform.
DESCRIPTION
TheQ3RotateAboutPointTransform_SetAxisfunction sets the axis of rotation for the rotate-about-point transform specified by thetransformparameter to the value passed in theaxisparameter.