Click or drag to resize

ICurveDivideByLength Method

Divide the curve into specific length segments.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
double[] DivideByLength(
	double segmentLength,
	bool includeEnds
)

Parameters

segmentLength
Type: SystemDouble
The length of each and every segment (except potentially the last one).
includeEnds
Type: SystemBoolean
If true, then the point at the start of the first division segment is returned.

Return Value

Type: Double
Array containing division curve parameters if successful, null on failure.
See Also