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

静态 Public 成员函数

static boolean CheckEdgeOverlapping (TopoShape edge1, TopoShape edge2, double tol)
 
static boolean ComputeAveragePlaneOfEdge (TopoShape shape, GPln plane)
 
static boolean CheckEdgeContinuous (TopoShape edge1, TopoShape edge2, EnumGeometryContinuity type, double distanceTol, double angularTol)
 

详细描述

<> 几何分析工具

成员函数说明

◆ CheckEdgeContinuous()

static boolean ShapeAnalysisTool.CheckEdgeContinuous ( TopoShape edge1,
TopoShape edge2,
EnumGeometryContinuity type,
double distanceTol,
double angularTol )
static

检查曲线是否连续

参数
edge1曲线1
edge2曲线2
type连续性类型
distanceTol距离容差
angularTol角度容差
返回
true/false

◆ ComputeAveragePlaneOfEdge()

static boolean ShapeAnalysisTool.ComputeAveragePlaneOfEdge ( TopoShape shape,
GPln plane )
static

计算曲线构成的近似平面

参数
shape输入edge/wire
plane输出得到的近似平面
返回
true/false