Simulation.Mesh (BlockKeyedCollection, MaterialKeyedCollection, Double, Boolean) Method

Meshes the specified list of blocks (recursively).
Public Sub Mesh( _ 
ByVal blocks As BlockKeyedCollection, _ 
ByVal materials As MaterialKeyedCollection, _ 
ByVal size As Double, _ 
Optional ByVal quadratic As Boolean = false _ 
)
This language is not supported or no code example is available.
public void Mesh( 
BlockKeyedCollection blocks
MaterialKeyedCollection materials
double size
bool quadratic = false 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

A collection of blocks to be meshed (recursively)

materials
MaterialKeyedCollection

A collection of materials

size
double

The element size

quadratic
bool

When true, quadratic elements are generated.

.NET Framework

Supported in: 4.8

In this article

Definition