Category Drawings and detail, Object ProDrawing

Function ProDrawingViewOrientationFromReferenceSet


Description
Set the view orientation of a general view from the reference selection
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewOrientationFromReferenceSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName ref_name_1
/* (In)
Name of the first model orientation
*/
ProSelection ref_sel_1
/* (In)
Selection of the first reference selection
*/
ProName ref_name_2
/* (In)
Name of the second model orientation
*/
ProSelection ref_sel_2
/* (In)
Selection of the second reference selection
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe orientation from reference could not set

Manual References:

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