Function ProViewRotate
Description
Rotates an object in the specified view with respect to the X-, Y-, or Z-axis.
Replacement in Object TOOLKIT:
Synopsis
#include <ProView.h>
ProViewRotate
(
ProMdl model
/* (In)
The object. If NULL, function uses the curren object.
*/
ProView view_handle
/* (In)
The view. If NULL, the function uses the current view.
*/
ProRotate rotation_axis
/* (In)
The axis specification.
*/
double angle
/* (In)
The rotation angle, in degrees.
*/
)
Returns
The function successfully rotated the object.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
¿Fue esto útil?