Region.CreateCircle (devDept.Geometry.Plane, Point2D, Double) Method

Creates a circular region by plane and position.
Public Shared Function CreateCircle( _ 
ByVal sketchPlane As devDept.Geometry.Plane, _ 
ByVal center As Point2D, _ 
ByVal radius As Double
) As Region
This language is not supported or no code example is available.
public static Region CreateCircle( 
devDept.Geometry.Plane sketchPlane
Point2D center
double radius 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
devDept.Geometry.Plane

Sketch plane

center
Point2D

2D center point

radius
double

Radius

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition