Category Geometry items, Object ProEdge

Function ProEdgeToNURBS


Description
Generates the NURBS curve representation, given the edge handle.
Replacement in Object TOOLKIT: pfcGeomCurve::GetNURBSRepresentation
Synopsis
#include <ProEdge.h>
ProErrorProEdgeToNURBS(
ProEdge edge
/* (In)
The edge handle.
*/
ProCurvedata** p_curve_data
/* (Out)
The curve data. The function allocates the memory for this argument, but you must free it by calling the function ProCurvedataFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProCurvedataFree

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilGeom.c )