Category Geometry items, Object ProEdge

Function ProEdgeInit


Description
Initializes the ProEdge handle.
Replacement in Object TOOLKIT: wfcWSolid::GetEdge
Synopsis
#include <ProEdge.h>
ProErrorProEdgeInit(
ProSolid owner_handle
/* (In)
The solid owner of the edge
*/
int edge_id
/* (In)
The edge identifier
*/
ProEdge* 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. Event-driven Programming: Notifications: Model and Feature Modification Events

Sample Code References:

  1. pt_examples ( SketchFeatureCreate.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestGeom.c )
  5. pt_examples ( UtilGeom.c )
  6. pt_examples ( UtilGeom.c )
  7. pt_examples ( TestRay.c )