Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Ellipse Class / Ellipse Constructor / Ellipse Constructor(Plane,Point3D,Double,Double)
Plane
3D center point
Radius X
Radius Y

In This Topic
    Ellipse Constructor(Plane,Point3D,Double,Double)
    In This Topic
    Ellipse not parallel to XY plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ellipsePlane As Plane, _
       ByVal center As Point3D, _
       ByVal rx As Double, _
       ByVal ry As Double _
    )
    public Ellipse( 
       Plane ellipsePlane,
       Point3D center,
       double rx,
       double ry
    )

    Parameters

    ellipsePlane
    Plane
    center
    3D center point
    rx
    Radius X
    ry
    Radius Y
    See Also