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

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

    Parameters

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