|
AnyCAD Rapid SDK 2022
The Rapid CAD SDK
|
Static Public Member Functions | |
| static TopoShape | Cut (TopoShape shapeA, TopoShape shapeB) |
| static TopoShape | Cut (TopoShape shapeA, TopoShapeList shapeB) |
| static TopoShape | Fuse (TopoShape shapeA, TopoShape shapeB) |
| static TopoShape | Common (TopoShape shapeA, TopoShape shapeB) |
| static TopoShape | Section (TopoShape shapeA, TopoShape shapeB) |
| static TopoShape | Split (TopoShape shape, TopoShape tool) |
| static TopoShapeList | SplitCurve (TopoShape curve, GPnt point) |
<>
BooleanTool
Method to apply boolean operations.
make A n B, compute the commmon part of two shapes.
| shapeA | the shape A. |
| shapeB | the shape B. |
make A - B operation.
| shapeA | the shape A. |
| shapeB | the shape B. |
make A + B operation.
| shapeA | the shape A. |
| shapeB | the shape B. |
compute the section part of two shapes. eg. the section of two surfaces is curve.
| shapeA | the shape A. |
| shapeB | the shape B. |
Splt the shape.
| shape | the target shape. |
| tool | the spliiter. |
|
static |
Split the curve by point
| curve | the input curve |
| point | the split position. |