Category Drawings and detail, Object ProDrawing

Function ProDrawingViewRevolveInfoGet


Description
Get the revolved view information
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewRevolveInfoGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProXsec* x_sec
/* (Out)
Cross section
*/
ProSelection* selection
/* (Out)
selection
*/
ProPoint3d view_location
/* (Out)
point location of 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