AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ProjCurveResult类 参考

Public 成员函数

 ProjCurveResult (GPnt pt, double param, int idx)
 
GPnt GetPoint ()
 
double GetParameter ()
 
int GetEdgeIndex ()
 

详细描述

<>
投影结果.

参见
ProjectionTool

成员函数说明

◆ GetEdgeIndex()

int ProjCurveResult.GetEdgeIndex ( )

Get the edge index for wire case.

返回
the index.

◆ GetParameter()

double ProjCurveResult.GetParameter ( )

Get the parameter of the curve.

返回
the parameter.

◆ GetPoint()

GPnt ProjCurveResult.GetPoint ( )

曲线上点.

返回
the point.