VolumeMesher(Brep, Double, Boolean, MaterialKeyedCollection) Constructor

BRep constructor.
Public Sub New( _ 
ByVal brep As Brep, _ 
ByVal size As Double, _ 
Optional ByVal t10 As Boolean = false, _ 
Optional ByVal materials As MaterialKeyedCollection = null _ 
)
This language is not supported or no code example is available.
public VolumeMesher( 
Brep brep
double size
bool t10 = false, 
MaterialKeyedCollection materials = null 
)
This language is not supported or no code example is available.

Parameters

brep
Brep

The BRep object

size
double

The element size

t10
bool

When true, the BRep object is converted in TET10 elements.

materials
MaterialKeyedCollection

The optional materials collection

Remarks
 
The BRep object must be closed. On imported geometry you may need to use Brep.FixTopology to fix topology.

.NET Framework

Supported in: 4.8

In this article

Definition