Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Arc Class / Arc Constructor / Arc Constructor(Plane,Point3D,Double,Point3D,Point3D,Boolean)
Plane
3D center point
Radius
3D start point
3D end point
If true, the complementary arc is created.

In This Topic
    Arc Constructor(Plane,Point3D,Double,Point3D,Point3D,Boolean)
    In This Topic
    Plane, center, radius, start and end point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal arcPlane As Plane, _
       ByVal center As Point3D, _
       ByVal radius As Double, _
       ByVal start As Point3D, _
       ByVal end As Point3D, _
       ByVal flip As Boolean _
    )
    public Arc( 
       Plane arcPlane,
       Point3D center,
       double radius,
       Point3D start,
       Point3D end,
       bool flip
    )

    Parameters

    arcPlane
    Plane
    center
    3D center point
    radius
    Radius
    start
    3D start point
    end
    3D end point
    flip
    If true, the complementary arc is created.
    See Also