Eyeshot 10 WinForms API Reference
MakeLoopByLength Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : MakeLoopByLength Method
A list of entities
The entity to start with
The desired distance between points
Returns a closed loop of points at the specified distance.
Syntax
'Declaration
 
Public Shared Function MakeLoopByLength( _
   ByVal entityList As IList(Of ICurve), _
   ByVal startIndex As Integer, _
   ByVal length As Double _
) As Point3D()
public static Point3D[] MakeLoopByLength( 
   IList<ICurve> entityList,
   int startIndex,
   double length
)

Parameters

entityList
A list of entities
startIndex
The entity to start with
length
The desired distance between points
See Also

Reference

ViewportLayout Class
ViewportLayout Members