RectangularRegion(devDept.Geometry.Plane, Double, Double, Boolean) Constructor

Plane constructor.
Public Sub New( _ 
ByVal sketchPlane As devDept.Geometry.Plane, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
Optional ByVal centered As Boolean = false _ 
)
This language is not supported or no code example is available.
public RectangularRegion( 
devDept.Geometry.Plane sketchPlane
double width
double height
bool centered = false 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
devDept.Geometry.Plane

Sketch plane

width
double

Width

height
double

Height

centered
bool

When true, the rectangle is built centered on the origin.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition