|
AnyCAD Rapid SDK 2022
The Rapid CAD SDK
|
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.