Eyeshot 10 WPF API Reference
GetPointsByLengthPerSegment Method (LinearPath)

WPF Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class : GetPointsByLengthPerSegment Method
The distance
Subdivides each segment of the curve by the distance provided.
Syntax
'Declaration
 
Public Function GetPointsByLengthPerSegment( _
   ByVal length As Double _
) As Point3D()
public Point3D[] GetPointsByLengthPerSegment( 
   double length
)

Parameters

length
The distance

Return Value

An array of 3D points.
See Also

Reference

LinearPath Class
LinearPath Members