API 설명서 > Geometry items > Object ProEdge > Function ProEdgeLengthT1T2Eval
Function ProEdgeLengthT1T2Eval
Description
Finds the length of the specified edge between two given parameters.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeLengthT1T2Eval
(
ProEdge p_handle
/* (In)
The edge handle
*/
double t1
/* (In)
The start parameter
*/
double t2
/* (In)
The end parameter
*/
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
도움이 되셨나요?