Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewOrientationFromNameSet
Function ProDrawingViewOrientationFromNameSet
Description
Set the view orientation of a general view from the view name
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewOrientationFromNameSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName mdl_view_name
/* (In)
Name of the model view
*/
ProName orientation_name
/* (In)
Name of the orientation
*/
double x_angle
/* (In)
X angle for the user defined orientation
*/
double y_angle
/* (In)
Y angle for the user defined orientation
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The orientation from names could not set
User Guide References
¿Fue esto útil?