FemMesh.CreateRectangle (Double, Double, Double, Double) Method

Public Shared Function CreateRectangle( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal width As Double, _ 
ByVal height As Double
) As FemMesh
This language is not supported or no code example is available.
public static FemMesh CreateRectangle( 
double x
double y
double width
double height 
)
This language is not supported or no code example is available.

Parameters

x
double

Position along X

y
double

Position along Y

width
double

Rectangle width

height
double

Rectangle height

Return Value

FemMesh

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition