Eyeshot 10 WinForms API Reference
EllipticalRegion Constructor(Plane,Double,Double,Double,Double)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > EllipticalRegion Class > EllipticalRegion Constructor : EllipticalRegion Constructor(Plane,Double,Double,Double,Double)
Sketch plane
Center's X coordinate
Center's Y coordinate
Radius X
Radius Y
Plane and position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal rx As Double, _
   ByVal ry As Double _
)
public EllipticalRegion( 
   Plane sketchPlane,
   double x,
   double y,
   double rx,
   double ry
)

Parameters

sketchPlane
Sketch plane
x
Center's X coordinate
y
Center's Y coordinate
rx
Radius X
ry
Radius Y
See Also

Reference

EllipticalRegion Class
EllipticalRegion Members
Overload List