Category Drawings and detail, Object ProDrawing

Function ProDrawingViewDetailCurvedataSet


Description
Set spline for detail view parent
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewDetailCurvedataSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProCurvedata* curve_data
/* (In)
Spline data (see Notes: below)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe spline data could not set

Manual References:

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