API 설명서 > Geometry items > Object ProEdge > Function ProEdgeNeighborsGet
Function ProEdgeNeighborsGet
Description
Retrieves information about the neighboring surfaces and edges of the specified edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeNeighborsGet
(
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
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?