FemMesh.RefineElements (IList<Int32>, Int32, Int32, Int32) Method

Refine the 3D elements indicated.
Public Sub RefineElements( _ 
ByVal elIndices As IList(Of Integer), _ 
ByVal r As Integer, _ 
ByVal s As Integer, _ 
Optional ByVal t As Integer = 1 _ 
)
This language is not supported or no code example is available.
public void RefineElements( 
IList<int> elIndices
int r
int s
int t = 1 
)
This language is not supported or no code example is available.

Parameters

elIndices
IList<int>

Element indices to refine

r
int

Number of horizontal subdivisions generated

s
int

Number of vertical subdivisions generated

t
int

Number of depth subdivisions generated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition