API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewRevolveCreate
Function ProDrawingViewRevolveCreate
Description
Create revolved view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewRevolveCreate
(
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
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The revolve view could not be created
User Guide References
도움이 되셨나요?