|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
| boolean | Initialize (TopoShape edge, GPnt pt) |
| boolean | Initialize (TopoShape edge, TopoShape pt) |
| int | GetPointCount () |
| boolean | IsMin (int idx) |
| 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. |
| boolean ExtremaPointCurve.IsMin | ( | int | idx | ) |
idx extremum distance is a minimum
| idx | the index |