Category Geometry items, Object ProEdge

Function ProEdgeNeighborsGet


Description
Retrieves information about the neighboring surfaces and edges of the specified edge.
Replacement in Object TOOLKIT: pfcEdge::Surface1
pfcEdge::Surface2
pfcEdge::Edge1
pfcEdge::Edge2
Synopsis
#include <ProEdge.h>
ProErrorProEdgeNeighborsGet(
ProEdge edge
/* (In)
The edge handle
*/
ProEdge* p_edge1
/* (Out)
The next edge in the contour on p_face1
*/
ProEdge* p_edge2
/* (Out)
The next edge in the contour on p_face2
*/
ProSurface* p_face1
/* (Out)
The first adjacent surface
*/
ProSurface* p_face2
/* (Out)
The second adjacent surface
*/
)
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: Visiting Solid Geometry
  3. Core: 3D Geometry: Visiting Solid Geometry
  4. Core: 3D Geometry: Curve and Edge Tessellation

Sample Code References:

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