API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingView2DSectionFlipGet
Function ProDrawingView2DSectionFlipGet
Description
Get flip state of 2D cross-section for a drawing view.
Synopsis
#include <ProDrawingView.h>
ProDrawingView2DSectionFlipGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
int index
/* (In)
Index of the setting
*/
ProBool* p_flip
/* (Out)
Flip state of the cross-section in view.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed.
User Guide References
도움이 되셨나요?