Category Geometry items, Object ProEdge

Function ProEdgeDirGet


Description
Finds the edge direction in the specified surface.
Replacement in Object TOOLKIT: pfcEdge::GetDirection
Synopsis
#include <ProEdge.h>
ProErrorProEdgeDirGet(
ProEdge edge
/* (In)
The edge handle
*/
ProSurface face_handle
/* (In)
The surface handle (adjacent to the edge)
*/
int* p_direction
/* (Out)
The direction
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the direction.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Visiting Solid Geometry
  3. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestAnalysisSurface.c )
  2. pt_examples ( TestAnalysisSurface.c )
  3. pt_examples ( TestAnalysisSurface.c )
  4. pt_examples ( TestAnalysisSurface.c )
  5. pt_examples ( TestGeom.c )