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

In This Topic
    GetPointsByLength Method (CompositeCurve)
    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 between points

    Return Value

    An array of 3D points.
    See Also