AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
boolean | Initialize (TopoShape curve1, TopoShape curve2) |
int | GetPointCount () |
GPnt | GetPoint1 (int idx) |
GPnt | GetPoint2 (int idx) |
double | GetParameter1 (int idx) |
double | GetParameter2 (int idx) |
double | GetSquareDistance (int idx) |
boolean | IsParallel () |
<>
The extrema points of two curves.
double ExtremaCurveCurve.GetParameter1 | ( | int | idx | ) |
Get parameter by index
idx | the index. start from 0. |
GPnt ExtremaCurveCurve.GetPoint1 | ( | int | idx | ) |
Get the point by index
idx | the index. start from 0. |
int ExtremaCurveCurve.GetPointCount | ( | ) |
Get the extrema point count
double ExtremaCurveCurve.GetSquareDistance | ( | int | idx | ) |
Get the square distance by index
idx | the index. start from 0. |