Category Drawings and detail, Object ProDrawing

Function ProDrawingViewHalfVisibleAreaSet


Description
Set view half visible area for a drawing view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewHalfVisibleAreaSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProSelection plane_ref
/* (In)
Selection reference for the half visible area
*/
ProBoolean keep_side
/* (In)
The side of view to display. PRO_B_TRUE: Left half of the view will be displayed PRO_B_FALSE: Right half of the view will be displayed.
*/
ProDrawingLineStandardType line_standard
/* (In)
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

Sample Code References:

  1. pt_examples ( TestDrwView.c )