|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
| boolean | Initialize (TopoShape surface, GPnt pt) |
| boolean | Initialize (TopoShape surface, TopoShape pt) |
| int | GetPointCount () |
| GPnt | GetPoint (int idx) |
| GXY | GetParameter (int idx) |
| double | GetSquareDistance (int idx) |
<>
The extrema points of two curves.
| GXY ExtremaPointSurface.GetParameter | ( | int | idx | ) |
Get parameter by index
| idx | the index. start from 0. |
| GPnt ExtremaPointSurface.GetPoint | ( | int | idx | ) |
Get the point by index
| idx | the index. start from 0. |
| int ExtremaPointSurface.GetPointCount | ( | ) |
Get the extrema point count
| double ExtremaPointSurface.GetSquareDistance | ( | int | idx | ) |
Get the square distance by index
| idx | the index. start from 0. |