EllipticalRegion(Plane, Point2D, Double, Double) Constructor

Plane and position constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal center As Point2D, _ 
ByVal rx As Double, _ 
ByVal ry As Double
)
This language is not supported or no code example is available.
public EllipticalRegion( 
Plane sketchPlane
Point2D center
double rx
double ry 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

center
Point2D

2D center point

rx
double

Radius X

ry
double

Radius Y

.NET Framework

Supported in: 4.8

In this article

Definition