Category Geometry items, Object ProSurface

Function ProSurfaceInit


Description
Initializes the ProSurface handle.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceInit(
ProMdl p_owner_handle
/* (In)
The solid owner of the surface
*/
int surf_id
/* (In)
The surface identifier
*/
ProSurface* p_surface
/* (Out)
The handle being initialized
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Fundamentals: Object Handles
  3. Core: 3D Geometry: Visiting Solid Geometry
  4. Core: 3D Geometry: Visiting Solid Geometry
  5. Event-driven Programming: Notifications: Model and Feature Modification Events

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_examples ( TestAnalysisCsys.c )
  3. pt_examples ( TestDispObject.c )
  4. pt_examples ( TestExtobj.c )
  5. pt_examples ( TestExtrude.c )
  6. pt_examples ( TestGeom.c )
  7. pt_examples ( TestGeom.c )
  8. pt_examples ( UtilGeom.c )
  9. pt_examples ( UtilGeom.c )
  10. pt_examples ( UtilSect.c )
  11. pt_examples ( UtilSect.c )
  12. pt_userguide ( UgExtAnalysisSurfcsys.c )
  13. pt_userguide ( UgGtolCreate.c )
  14. pt_userguide ( UgXsecMassProps.c )