Category Drawings and detail, Object ProDrawing

Function ProDrawingViewOrientationFromNameSet


Description
Set the view orientation of a general view from the view name
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewOrientationFromNameSet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe orientation from names could not set

Manual References:

  1. Drawings: View Orientation
  2. Drawings: View Orientation