Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Arc Class / Arc Constructor / Arc Constructor(Plane,Point2D,Point2D,Point2D)
Plane
2D center point
2D start point
2D end point

In This Topic
    Arc Constructor(Plane,Point2D,Point2D,Point2D)
    In This Topic
    Plane, center, start and end point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal arcPlane As Plane, _
       ByVal center As Point2D, _
       ByVal start As Point2D, _
       ByVal end As Point2D _
    )
    public Arc( 
       Plane arcPlane,
       Point2D center,
       Point2D start,
       Point2D end
    )

    Parameters

    arcPlane
    Plane
    center
    2D center point
    start
    2D start point
    end
    2D end point
    See Also