Category Drawings and detail, Object ProDrawing

Function ProDrawingView2DSectionGet


Description
Get the 2D section for a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView2DSectionGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
int index
/* (In)
Index of the setting
*/
ProName sec_name
/* (Out)
Name of the section
*/
ProDrawingViewSectionAreaType* sec_area_type
/* (Out)
Type of section area
*/
ProSelection* ref_sel
/* (Out)
Reference selection
*/
ProCurvedata* curve_data
/* (Out)
The spline curve data
*/
ProView* arrow_display_view
/* (Out)
The view, where section arrow to be displayed
*/
)
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