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

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

    Parameters

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