AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
ProjCurveResult (GPnt pt, double param, int idx) | |
GPnt | GetPoint () |
double | GetParameter () |
int | GetEdgeIndex () |
<>
The result for project point on curve/edge/wire.
int ProjCurveResult.GetEdgeIndex | ( | ) |
Get the edge index for wire case.
double ProjCurveResult.GetParameter | ( | ) |
Get the parameter of the curve.
GPnt ProjCurveResult.GetPoint | ( | ) |
Get the project point on curve.