Category Mechanica, Object ProMechcurve

Function ProMechcurveToNURBS


Description
Obtains the NURBS representation of the Creo Simulate curve.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveToNURBS(
ProMechCurve curve
/* (In)
The curve.
*/
ProCurvedata** nurbs
/* (Out)
The NURBS representation of the curve. Free this using ProCurvedataFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves