API 설명서 > Geometry items > Object ProEdge > Function ProEdgeLengthEval
Function ProEdgeLengthEval
Description
Finds the length of the specified edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeLengthEval
(
ProEdge edge
/* (In)
The edge handle
*/
double* p_length
/* (Out)
The edge length
*/
)
Returns
The function successfully evaluated the edge length.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?