FemMesh.CreateRectangleQuad4 Method

Creates a rectangular FemMesh made of Quad4 elements.
Public Shared Sub CreateRectangleQuad4( _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal elementWidth As Double, _ 
ByVal elementHeight As Double, _ 
ByVal mat As Material, _ 
ByRef fm As FemMesh
)
This language is not supported or no code example is available.
public static void CreateRectangleQuad4( 
double width
double height
double elementWidth
double elementHeight
Material mat
out FemMesh fm 
)
This language is not supported or no code example is available.

Parameters

width
double

The width of the rectangle

height
double

The height of the rectangle

elementWidth
double

The width of each element

elementHeight
double

The height of each element

mat
Material

The material of each element

fm
FemMesh

The rectangular FemMesh

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition