AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
SurfacePointsTool类 参考

静态 Public 成员函数

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)
 

详细描述

<>
SurfacePointsTool
分析曲面的工具.

成员函数说明

◆ ComputeMinDistance() [1/2]

static DoubleList SurfacePointsTool.ComputeMinDistance ( TopoShape face,
GPntList points )
static

计算点到面的最小距离

参数
face
points点的列表

返回
与点对于的距离

◆ ComputeMinDistance() [2/2]

static DoubleList SurfacePointsTool.ComputeMinDistance ( TopoShape face,
GPntList points,
int threadCount )
static

计算点到面的最小距离

参数
face
points点的列表
threadCount线程个数
返回
与点对于的距离

◆ GetTolerance()

static double SurfacePointsTool.GetTolerance ( )
static

获取精度

返回
精度

◆ SetTolerance()

static void SurfacePointsTool.SetTolerance ( double tol)
static

设置精度

参数
tol精度