Category Geometry items, Object ProPoint

Function ProPointInit


Description
Initializes the ProPoint handle.
Replacement in Object TOOLKIT: wfcWSolid::GetPoint
Synopsis
#include <ProPoint.h>
ProErrorProPointInit(
ProSolid owner_handle
/* (In)
The solid owner of the point
*/
int point_id
/* (In)
The point identifier
*/
ProPoint* p_handle
/* (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. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestAnalysisCsys.c )
  2. pt_examples ( TestAnalysisCsys.c )
  3. pt_examples ( TestAnalysisSrfCurve.c )
  4. pt_examples ( TestAnalysisSrfCurve.c )
  5. pt_examples ( TestGeom.c )
  6. pt_examples ( UtilGeom.c )
  7. pt_examples ( TestRay.c )
  8. pt_userguide ( UgDrawingDimensions.c )
  9. pt_userguide ( UgDwgtableExamples.c )
  10. pt_userguide ( UgExtAnalysisSurfcsys.c )
  11. pt_userguide ( UgExtAnalysisSurfcsys.c )