Eyeshot 10 WinForms API Reference
GetPointsByLength Method (ICurve)

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

Parameters

length
The distance between points

Return Value

An array of 3D points.
See Also

Reference

ICurve Interface
ICurve Members