Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Arc Class / Arc Constructor / Arc Constructor(Plane,Point2D,Point2D,Point2D,Boolean)
Plane
First 2D point
Second 2D point
Third 2D point
When true, the complementary arc is created.

In This Topic
    Arc Constructor(Plane,Point2D,Point2D,Point2D,Boolean)
    In This Topic
    Arc from three points constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal arcPlane As Plane, _
       ByVal first As Point2D, _
       ByVal second As Point2D, _
       ByVal third As Point2D, _
       ByVal flip As Boolean _
    )
    public Arc( 
       Plane arcPlane,
       Point2D first,
       Point2D second,
       Point2D third,
       bool flip
    )

    Parameters

    arcPlane
    Plane
    first
    First 2D point
    second
    Second 2D point
    third
    Third 2D point
    flip
    When true, the complementary arc is created.
    See Also