Eyeshot 10 WinForms API Reference
GetPointsByLength Method (LinearPath)

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

Parameters

length
The distance

Return Value

An array of 3D points.
See Also

Reference

LinearPath Class
LinearPath Members