ICurve.GetPointsByLengthPerSegment Method

Subdivides the curve by the distance provided, for LinearPaths and CompositeCurves it does it segmentwise.
Function GetPointsByLengthPerSegment( _ 
ByVal length As Double
) As Point3D()
This language is not supported or no code example is available.
Point3D[] GetPointsByLengthPerSegment( 
double length 
)
This language is not supported or no code example is available.

Parameters

length
double

The distance between points

Return Value

Point3D[]

An array of 3D points.

Remarks
 
In LinearPaths and CompositeCurves, this method is applied to each segment.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition