CADability dotNET
Returns an array of Border objects by breaking this border at the given positions. Parameter must be an ordered list of double values. Each value must be greater 0.0 and less the number of iCurve2D objects in this Border.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Border[] Split(
	double[] Parameter
)
Visual Basic
Public Function Split ( _
	Parameter As Double() _
) As Border()
Visual C++
public:
array<Border^>^ Split(
	array<double>^ Parameter
)

Parameters

Parameter
Type: array<System..::..Double>[]()[][]

Return Value

See Also