Documentação da API > Geometry items > Object ProEdge > Function ProEdgeTypeGet
Function ProEdgeTypeGet
Description
Retrieves the type of the specified edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeTypeGet
(
ProEdge edge
/* (In)
The edge handle
*/
ProEnttype* p_edge_type
/* (Out)
The edge type
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?