AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
boolean | Initialize (TopoShape s1, TopoShape s2, double tolS1, double tolS2) |
int | GetPointCount () |
ExtremaSurfacePointPair | GetPoint (int idx) |
double | GetSquareDistance (int idx) |
boolean | IsParallel () |
<>
The extrema points of two curves.
ExtremaSurfacePointPair ExtremaSurfaceSurface.GetPoint | ( | int | idx | ) |
Get the point by index
idx | the index. start from 0. |
int ExtremaSurfaceSurface.GetPointCount | ( | ) |
Get the extrema point count
double ExtremaSurfaceSurface.GetSquareDistance | ( | int | idx | ) |
Get the square distance by index
idx | the index. start from 0. |