LinearPath(Plane, Double, Double, Double, Double) Constructor

Sketch plane rectangle constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal width As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public LinearPath( 
Plane plane
double x
double y
double width
double height 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Sketch plane

x
double

Lower-left corner position along X-axis

y
double

Lower-left corner position along y-axis

width
double

Rectangle's width

height
double

Rectangle's height

.NET Framework

Supported in: 4.8

In this article

Definition