AnyCAD Rapid API 2024
Help you to create a better world!
|
静态 Public 成员函数 | |
static TopoShape | RemoveInternalWires (TopoShape shape, double minArea) |
static TopoShape | FixSolid (TopoShape solid) |
static TopoShape | FixShape (TopoShape shape) |
static TopoShape | Defeaturing (TopoShape solid, TopoShapeList faceToRemove) |
static TopoShape | RemoveHoles (TopoShape solid) |
static TopoShape | FixSmallEdges (TopoShape shape, double len, double angle) |
<>
FixShapeTool
对TopoShape进行修复的工具类.
|
static |
特征消除:包括holes, protrusions, gaps, chamfers, fillets等
solid | 体对象 |
faceToRemove | 特征所在的面。 |
Fix the shape.
shape | the shape. |
合并短线条
shape | 形状 |
len | 长度 |
angle | 角度 |
Fix the potentional issues of the solid.
solid | the input solid. |