Category Geometry items, Object ProSurface

Function ProSurfaceDataGet


Description
Retrieves the geometric representation data of the specified surface.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceDataGet(
ProSurface p_surface
/* (In)
The surface handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The surface data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProGeomitemdataFree

Manual References:

  1. Core: 3D Geometry: Geometry of Surfaces
  2. Core: 3D Geometry: Geometry of Surfaces
  3. Core: 3D Geometry: Geometry of Datum Planes
  4. Core: 3D Geometry: Geometry of Datum Surfaces

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_autoaxis ( AutoAxis.c )
  3. pt_examples ( TestAnalysisSurface.c )
  4. pt_examples ( TestAnalysisSurface.c )
  5. pt_examples ( TestExtobj.c )
  6. pt_examples ( TestExtrude.c )
  7. pt_examples ( TestExtrude.c )
  8. pt_examples ( TestExtrude.c )
  9. pt_examples ( TestExtrude.c )
  10. pt_examples ( TestExtrude.c )
  11. pt_examples ( UtilGeom.c )
  12. pt_examples ( UtilGeom.c )
  13. pt_examples ( UtilCollect.c )
  14. pt_userguide ( UgGtolCreate.c )