API-Dokumentation > Geometry items > Object ProEdge > Function ProEdgeToNURBS
Function ProEdgeToNURBS
Description
Generates the NURBS curve representation, given the edge handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeToNURBS
(
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
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
War dies hilfreich?