Category Drawings and detail, Object ProDrawing

Function ProDrawingView2DSectionSet


Description
Set the 2D section for a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView2DSectionSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName sec_name
/* (In)
Name of the section
*/
ProDrawingViewSectionAreaType sec_area_type
/* (In)
Type of section area
*/
ProSelection ref_sel
/* (In)
Reference selection. NULL can be passed only if sec_area_type is PRO_VIEW_SECTION_AREA_FULL or PRO_VIEW_SECTION_AREA_UNFOLD.
*/
ProCurvedata* curve_data
/* (In)
The spline curve data. NULL can be passed in all types of sec_area_type other than PRO_VIEW_SECTION_AREA_LOCAL.
*/
ProView arrow_display_view
/* (In)
The view, where section arrow to be displayed.This can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Sections of a View
  2. Drawings: Sections of a View