Category Drawings and detail, Object ProDrawing

Function ProDrawingViewBrokenVisibleAreaSet


Description
Set the partial visible area for a drawing view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewBrokenVisibleAreaSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView parent_view
/* (In)
Parent view
*/
ProViewBrokenDir dir
/* (In)
direction of the broken line
*/
ProSelection first_sel
/* (In)
First selection point
*/
ProSelection second_sel
/* (In)
Second selection point
*/
ProViewBrokenLineStyle line_style
/* (In)
Broken line style
*/
ProCurvedata* curve_data
/* (In)
spline curve data, valid for the line style PRO_VIEW_BROKEN_LINE_S_CURVE_GEOMETRY
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe visible area of the broken view could not set

Manual References:

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