Region.CreateEllipse (devDept.Geometry.Plane, Double, Double) Method

Creates an elliptical region by plane.
Public Shared Function CreateEllipse( _ 
ByVal sketchPlane As devDept.Geometry.Plane, _ 
ByVal rx As Double, _ 
ByVal ry As Double
) As Region
This language is not supported or no code example is available.
public static Region CreateEllipse( 
devDept.Geometry.Plane sketchPlane
double rx
double ry 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
devDept.Geometry.Plane

Sketch plane

rx
double

Radius X

ry
double

Radius Y

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition