RectangularFemMesh(Double, Double) Constructor

Size constructor.
Public Sub New( _ 
ByVal width As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public RectangularFemMesh( 
double width
double height 
)
This language is not supported or no code example is available.

Parameters

width
double

Rectangle width

height
double

Rectangle height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition