API ドキュメンテーション > Drawings and detail > Object ProDrawing > Function ProDrawingViewHalfVisibleAreaGet
Function ProDrawingViewHalfVisibleAreaGet
Description
Get view half visible area for a drawing view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewHalfVisibleAreaGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProSelection* plane_ref
/* (Out)
Selection reference for the half visible area
*/
ProBoolean* keep_side
/* (Out)
The side of the view displayed PRO_B_TRUE: Left half of the view is displayed. PRO_B_FALSE: Right half of the view is displayed.
*/
/* (Out)
Type of line
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The visible area could not set
User Guide References
これは役に立ちましたか?