CADability dotNET
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.Shapes
Assembly: 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)

Return Value

Splitted shape

See Also