Category Geometry items, Object ProEdge

Function ProEdgeTypeGet


Description
Retrieves the type of the specified edge.
Replacement in Object TOOLKIT: wfcWEdge::GetEdgeType
Synopsis
#include <ProEdge.h>
ProErrorProEdgeTypeGet(
ProEdge edge
/* (In)
The edge handle
*/
ProEnttype* p_edge_type
/* (Out)
The edge type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Geometry of Solid Edges
  3. Core: 3D Geometry: Geometry of Solid Edges
  4. Core: 3D Geometry: Geometry of Datum Curves

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( TestCollect.c )
  3. pt_userguide ( UgSmtExtendWallCreate.c )
  4. pt_userguide ( UgSmtFlatWallCreate.c )
  5. pt_userguide ( UgGeomArcDiaDisp.c )