API 文件集
>
Geometry items
>
Object ProEdge
> Function ProEdgeLengthEval
Function ProEdgeLengthEval
Description
Finds the length of the specified edge.
Replacement in Object TOOLKIT:
pfcGeomCurve::EvalLength
Synopsis
#include <
ProEdge.h
>
ProError
ProEdgeLengthEval
(
ProEdge
edge
/* (In)
The edge handle
*/
double* p_length
/* (Out)
The edge length
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully evaluated the edge length.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( UtilGeom.c )
pt_examples ( TestCollect.c )
pt_userguide ( UgGeomCurveLength.c )
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳