API Documentation > Mechanica > Object ProMechsurface > Function ProMechsurfaceToNURBS
Function ProMechsurfaceToNURBS
Description
Obtains the NURBS representation of the Creo Simulate surface.
Licensing Requirement
Synopsis
ProMechsurfaceToNURBS
(
/* (In)
The surface.
*/
ProSurfacedata** nurbs_data
/* (Out)
The NURBS data. Free this using ProSurfacedataFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
User Guide References
Was this helpful?