|
| static TopoShape | Boolean (TopoShape shapeA, TopoShape shapeB, EnumBooleanType type) |
| |
| static TopoShape | Cut (TopoShape shapeA, TopoShape shapeB) |
| |
|
static TopoShape | CutTwo (TopoShape shapeA, TopoShape shapeB) |
| |
| static TopoShape | Cut (TopoShape shapeA, TopoShapeList shapeB) |
| |
|
static TopoShape | CutByGroup (TopoShape shapeA, TopoShapeList shapeB) |
| |
| static TopoShape | Cut (TopoShape shape, GPnt position, GDir dir) |
| |
|
static TopoShape | CutByHalfPlane (TopoShape shape, GPnt position, GDir dir) |
| |
| static TopoShape | Fuse (TopoShape shapeA, TopoShape shapeB) |
| |
|
static TopoShape | FuseTwo (TopoShape shapeA, TopoShape shapeB) |
| |
| static TopoShape | Fuse (TopoShapeList shapes) |
| |
|
static TopoShape | FuseByGroup (TopoShapeList shapes) |
| |
| static TopoShape | Common (TopoShape shapeA, TopoShape shapeB) |
| |
| static TopoShape | Section (TopoShape shapeA, TopoShape shapeB) |
| |
|
static TopoShape | SectionTwo (TopoShape shapeA, TopoShape shapeB) |
| |
| static TopoShapeList | Section (TopoShape shape, GPnt position, GDir dir) |
| |
|
static TopoShapeList | SectionByPlane (TopoShape shape, GPnt position, GDir dir) |
| |
| static TopoShapeList | Slice (TopoShape solid, GPnt position, GDir dir, double tol) |
| |
| static TopoShapeList | SliceApart (TopoShape shape, TopoShape tool) |
| |
|
static TopoShapeList | SliceApartByTool (TopoShape shape, TopoShape tool) |
| |
| static TopoShapeList | SliceApart (TopoShape shape, GPnt position, GDir dir) |
| |
|
static TopoShapeList | SliceApartByPlane (TopoShape shape, GPnt position, GDir dir) |
| |
| static TopoShape | Unify (TopoShape shape, boolean unifyEdges, boolean unifyFaces, boolean concatBSplines) |
| |
| static TopoShape | Split (TopoShape shape, TopoShape tool) |
| |
| static TopoShapeList | SplitCurve (TopoShape curve, GPnt point) |
| |
| static TopoShape | Sewing (TopoShape shapeA, TopoShape shapeB) |
| |
|
static TopoShape | SewingTwo (TopoShape shapeA, TopoShape shapeB) |
| |
| static TopoShape | Sewing (TopoShapeList shapes) |
| |
|
static TopoShape | SewingByGroup (TopoShapeList shapes) |
| |
<>
BooleanTool
对TopoShape进行布尔操作的工具类.