Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingViewOrientationFromAngleSet
Function ProDrawingViewOrientationFromAngleSet
Description
Set the view orientation of a general view from the angle
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewOrientationFromAngleSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName rot_ref_name
/* (In)
Rotational angle reference name It can be "Normal" or "Horizontal" or "Vertical" or "Edge/Axis"
*/
/* (In)
Selection of the axis or edge, can be NULL for other type
*/
double angle
/* (In)
angle with the reference
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The orientation from angle could not set
User Guide References
Isto foi útil?