API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingView2DSectionFlip
Function ProDrawingView2DSectionFlip
Description
Flips the drawing view 2D cross-section.
Synopsis
#include <ProDrawingView.h>
ProDrawingView2DSectionFlip
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
int index
/* (In)
Index of the setting
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed.
User Guide References
Was this helpful?