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

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

Parameters

sketchPlane
Sketch plane
rx
Radius X
ry
Radius Y
See Also

Reference

EllipticalRegion Class
EllipticalRegion Members
Overload List