VolumeMesher(Mesh, MaterialKeyedCollection) Constructor

Boundary mesh constructor.
Public Sub New( _ 
ByVal boundary As Mesh, _ 
Optional ByVal materials As MaterialKeyedCollection = null _ 
)
This language is not supported or no code example is available.
public VolumeMesher( 
Mesh boundary
MaterialKeyedCollection materials = null 
)
This language is not supported or no code example is available.

Parameters

boundary
Mesh

The boundary mesh of triangles

materials
MaterialKeyedCollection

The optional materials collection

.NET Framework

Supported in: 4.8

In this article

Definition