|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
| 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 () |
<>
计算曲线之间的最大最小距离.
| 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. |
初始化
| curve1 | 曲线1 |
| curve2 | 曲线2 |
| boolean ExtremaCurveCurve.IsParallel | ( | ) |
是否平行