AnyCAD Rapid API 2023
Help you to create a better world!
|
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 | Unify (TopoShape shape, boolean unifyEdges, boolean unifyFaces, boolean concatBSplines) |
static TopoShape | Common (TopoShape shapeA, TopoShape shapeB) |
static TopoShape | Section (TopoShape shapeA, TopoShape shapeB) |
static TopoShapeList | Section (TopoShape shape, GPnt position, GDir dir) |
static TopoShapeList | Slice (TopoShape solid, GPnt position, GDir dir, double tol) |
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. |
|
static |
Compute the section line of shape with plane.
shape | the shape. |
position | the plane position. |
dir | the plane direction. |
compute the section part of two shapes. eg. the section of two surfaces is curve.
shapeA | the shape A. |
shapeB | the shape B. |
|
static |
Slice the solid with plane.
solid | the solid. |
position | the postion of the plane. |
dir | the direction of the plane. |
Splt the shape.
shape | the target shape. |
tool | the spliiter. |
|
static |
Split the curve by point
curve | the input curve |
point | the split position. |
|
static |
Unify faces and edges of the shape which lie on the same geometry.
shape | the input shape. |
unifyEdges | unify edges |
unifyFaces | unify faces |
concatBSplines | concat BSplines |