FemMesh.CreateRectangleTria6 Method

Creates a rectangular FemMesh made of Tria6 elements.
Public Shared Sub CreateRectangleTria6( _ 
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 CreateRectangleTria6( 
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 rectangular triangle

elementHeight
double

The height of each rectangular triangle

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