ICurveDivideByLength Method
Divide the curve into specific length segments.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
double[] DivideByLength(
double segmentLength,
bool includeEnds
)
Function DivideByLength (
segmentLength As Double,
includeEnds As Boolean
) As Double()
array<double>^ DivideByLength(
double segmentLength,
bool includeEnds
)
abstract DivideByLength :
segmentLength : float *
includeEnds : bool -> float[]
- segmentLength Double
- The length of each and every segment (except potentially the last one).
- includeEnds Boolean
- If true, then the point at the start of the first division segment is returned.
DoubleArray containing division curve parameters if successful, null on failure.