|
AnyCAD Rapid SDK 2022
The Rapid CAD SDK
|
Public Member Functions | |
| boolean | Initialize (ParametricCurve curve1, GPnt pt) |
| int | GetPointCount () |
| GPnt | GetPoint (int idx) |
| double | GetParameter (int idx) |
| double | GetSquareDistance (int idx) |
<>
The extrema points of two curves.
| double ExtremaPointCurve.GetParameter | ( | int | idx | ) |
Get parameter by index
| idx | the index. start from 0. |
| GPnt ExtremaPointCurve.GetPoint | ( | int | idx | ) |
Get the point by index
| idx | the index. start from 0. |
| int ExtremaPointCurve.GetPointCount | ( | ) |
Get the extrema point count
| double ExtremaPointCurve.GetSquareDistance | ( | int | idx | ) |
Get the square distance by index
| idx | the index. start from 0. |