AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
boolean | Initialize (TopoShape s1, TopoShape s2, double tolS1, double tolS2) |
int | GetPointCount () |
ExtremaSurfacePointPair | GetPoint (int idx) |
double | GetSquareDistance (int idx) |
boolean | IsParallel () |
<>
计算两个曲面的最大、最小距离.
ExtremaSurfacePointPair ExtremaSurfaceSurface.GetPoint | ( | int | idx | ) |
获取极值点的信息
idx | the index. start from 0. |
int ExtremaSurfaceSurface.GetPointCount | ( | ) |
获取极值点的个数
double ExtremaSurfaceSurface.GetSquareDistance | ( | int | idx | ) |
获取距离
idx | the index. start from 0. |
初始化
s1 | 曲面1 |
s2 | 曲面2 |
tolS1 | 曲面1的误差 |
tolS2 | 曲面2的误差 |
boolean ExtremaSurfaceSurface.IsParallel | ( | ) |
判断是否平行