API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewRevolveInfoGet
Function ProDrawingViewRevolveInfoGet
Description
Get the revolved view information
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewRevolveInfoGet
(
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
The function succeeded.
One or more input arguments was invalid.
The revolve view could not be created
User Guide References
Was this helpful?