AnyCAD Rapid API 2023
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) |
<>
FixShapeTool
对TopoShape进行修复的工具类.
|
static |
特征消除:包括holes, protrusions, gaps, chamfers, fillets等
solid | 体对象 |
faceToRemove | 特征所在的面。 |
Fix the shape.
shape | the shape. |
Fix the potentional issues of the solid.
solid | the input solid. |