GCompositeCurve.GetPointsByLengthPerSegment Method

Subdivides each segment of the igCurve by the distance provided.
Public Function GetPointsByLengthPerSegment( _ 
ByVal length As Double
) As Point3D()
This language is not supported or no code example is available.
public 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.

.NET Framework

Supported in: 4.7.2

In this article

Definition