Category Drawings and detail, Object ProDrawing

Function ProDrawingViewHalfVisibleAreaGet


Description
Get view half visible area for a drawing view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewHalfVisibleAreaGet(
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.
*/
ProDrawingLineStandardType* line_standard
/* (Out)
Type of line
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe visible area could not set

Manual References:

  1. Drawings: Visible Areas of Views
  2. Drawings: Visible Areas of Views