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

In This Topic
    GetPointsByLength Method (Arc)
    In This Topic
    Subdivides the curve by the distance provided.
    Syntax
    'Declaration
     
    Public Shadows Function GetPointsByLength( _
       ByVal length As Double _
    ) As Point3D()
    public new Point3D[] GetPointsByLength( 
       double length
    )

    Parameters

    length
    The distance

    Return Value

    An array of 3D points.
    See Also