|
AnyCAD Rapid SDK 2022
The Rapid CAD SDK
|
Public Member Functions | |
| boolean | Initialize (ParametricSurface surface, GPnt pt, double tolU, double tolV) |
| boolean | Initialize (ParametricSurface surface, TopoShape pt, double tolU, double tolV) |
| 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. |