Category Geometry items, Object ProSurface

Function ProSurfaceToNURBS


Description
Generates the NURBS surface representation, given the surface handle.
Replacement in Object TOOLKIT: pfcSurface::GetNURBSRepresentation
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceToNURBS(
ProSurface surface
/* (In)
The surface handle.
*/
ProSurfacedata** p_nurb_surf_data
/* (Out)
A pointer to a ProSurfacedata structure. The function allocates the memory for this argument. To free it, call the function ProSurfacedataFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully generated the NURBS surface.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProSurfacedataFree

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 ( TestAnalysisSurface.c )
  2. pt_examples ( UtilGeom.c )