Function ProEdgeDirGet
Description
Finds the edge direction in the specified surface.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeDirGet
(
ProEdge edge
/* (In)
The edge handle
*/
ProSurface face_handle
/* (In)
The surface handle (adjacent to the edge)
*/
int* p_direction
/* (Out)
The direction
*/
)
Returns
The function successfully retrieved the direction.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?