RectangularRegion(Plane, Double, Double, Double, Double, Double, Boolean) Constructor

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

Parameters

sketchPlane
Plane

Sketch plane

x
double

Position along the plane X axis

y
double

Position along the plane Y axis

width
double

Width

height
double

Height

angle
double

Rotation angle in radians

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