|
static double | GetTolerance () |
|
static void | SetTolerance (double tol) |
|
static DoubleList | ComputeMinDistance (TopoShape face, GPntList points, int threadCount) |
|
static DoubleList | ComputeMinDistance (TopoShape face, GPntList points) |
|
static GPntList | ComputePointsByStep (TopoShape face, double stepU, double stepV, int thread, long discretisation) |
|
static GPntList | ComputePointsByStep (TopoShape face, double stepU, double stepV, int thread) |
|
static GPntList | ComputePointsByStep (TopoShape face, double stepU, double stepV) |
|
static GPntList | ComputePoints (TopoShape face, long countU, long countV, int thread, long discretisation) |
|
static GPntList | ComputePoints (TopoShape face, long countU, long countV, int thread) |
|
static GPntList | ComputePoints (TopoShape face, long countU, long countV) |
|
◆ ComputeMinDistance() [1/2]
◆ ComputeMinDistance() [2/2]
计算点到面的最小距离
- 参数
-
face | 面
|
points | 点的列表
|
threadCount | 线程个数
|
- 返回
- 与点对于的距离
◆ GetTolerance()
static double SurfacePointsTool.GetTolerance |
( |
| ) |
|
|
static |
◆ SetTolerance()
static void SurfacePointsTool.SetTolerance |
( |
double |
tol | ) |
|
|
static |