Category Geometry items, Object ProCurve

Function ProCurveInit


Description
Initializes the ProCurve handle.
Replacement in Object TOOLKIT: wfcWSolid::GetCurve
Synopsis
#include <ProCurve.h>
ProErrorProCurveInit(
ProSolid owner_handle
/* (In)
The solid owner of the curve
*/
int curve_id
/* (In)
The curve identifier
*/
ProCurve* p_handle
/* (Out)
The handle to initialize
*/
)
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. Core: 3D Geometry: Visiting Solid Geometry
  2. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestDispObject.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestGeom.c )
  5. pt_examples ( TestGeom.c )
  6. pt_examples ( TestGeom.c )
  7. pt_examples ( TestGeom.c )
  8. pt_examples ( UtilGeom.c )
  9. pt_examples ( UtilGeom.c )
  10. pt_examples ( UtilGeom.c )
  11. pt_examples ( TestGraphics.c )
  12. pt_examples ( TestGraphics.c )
  13. pt_geardesign ( GearDesignUtils.c )