Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Circle Class / GetPointsByLengthPerSegment Method

In This Topic
    GetPointsByLengthPerSegment Method (Circle)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetPointsByLengthPerSegment( _
       ByVal length As Double _
    ) As Point3D()
    public Point3D[] GetPointsByLengthPerSegment( 
       double length
    )

    Parameters

    length
    See Also