CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns a CompoundShape consisting of several SimpleShapes that touch each other.
This SimpleShape is cut along the open Border ToSplitWith into
several subshapes.
Namespace: CADability.ShapesAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public CompoundShape Split( Border ToSplitWith ) |
| Visual Basic |
|---|
Public Function Split ( _ ToSplitWith As Border _ ) As CompoundShape |
| Visual C++ |
|---|
public: CompoundShape^ Split( Border^ ToSplitWith ) |
Parameters
- ToSplitWith
- Type: CADability.Shapes..::..Border
The curve to cut with (open Border)