VolumeMesher(Brep, Double(), Boolean, MaterialKeyedCollection) Constructor

Adaptive BRep constructor.
Public Sub New( _ 
ByVal brep As Brep, _ 
ByVal sizeOnEdges 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[] sizeOnEdges
bool t10 = false, 
MaterialKeyedCollection materials = null 
)
This language is not supported or no code example is available.

Parameters

brep
Brep

The BRep object

sizeOnEdges
double[]

The array of the element size of each Brep edge

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