Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / GetPointsByLength Method
The distance

In This Topic
    GetPointsByLength Method (LinearPath)
    In This Topic
    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