FemMesh.RemoveElements (Tuple<Int32Int32>()) Method

Removes selected elements.
Public Sub RemoveElements( _ 
ByVal faces As Tuple(Of Integer, Integer)() _ 
)
This language is not supported or no code example is available.
public void RemoveElements( 
Tuple<int, int>[] faces 
)
This language is not supported or no code example is available.

Parameters

faces
Tuple<int, int>[]

Face indices

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition