Category Geometry items, Object ProCurve

Function ProCurveToNURBS


Description
Generates the NURBS surface representation, given the curve handle.
Replacement in Object TOOLKIT: pfcGeomCurve::GetNURBSRepresentation
Synopsis
#include <ProCurve.h>
ProErrorProCurveToNURBS(
ProCurve curve
/* (In)
The curve handle.
*/
ProCurvedata** p_nurb_curve_data
/* (Out)
The curve data. The function allocates the memory for this structure. To free the memory, call the function ProCurvedataFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully generated the NURBS surface representation.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
See Also
ProCurvedataFree

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Geometry as NURBS

Sample Code References:

  1. pt_examples ( UtilGeom.c )