Category Drawings and detail, Object ProDrawing

Function ProDrawingViewRevolveCreate


Description
Create revolved view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewRevolveCreate(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProXsec* x_sec
/* (In)
Cross section
*/
ProSelection selection
/* (In)
selection
*/
ProPoint3d view_location
/* (In)
point location of new revolved view
*/
ProView* view
/* (Out)
New revolved view
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe revolve view could not be created

Manual References:

  1. Drawings: Revolved Views
  2. Drawings: Revolved Views