Category Drawings and detail, Object ProDrawing

Function ProDrawingViewAuxiliaryCreate


Description
Create a auxiliary view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewAuxiliaryCreate(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProSelection selection
/* (In)
selection reference
*/
ProPoint3d point
/* (In)
point location of the new view
*/
ProView* view
/* (Out)
The auxiliary view created
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe auxiliary view could not be created

Manual References:

  1. Drawings: Auxiliary Views
  2. Drawings: Auxiliary Views