FemMesh.Extrude (IList<Int32>, Vector3D, Int32) Method

Creates a 3D FemMesh extruding a 2D FemMesh.
Public Sub Extrude( _ 
ByVal elIndices As IList(Of Integer), _ 
ByVal amount As Vector3D, _ 
ByVal slices As Integer
)
This language is not supported or no code example is available.
public void Extrude( 
IList<int> elIndices
Vector3D amount
int slices 
)
This language is not supported or no code example is available.

Parameters

elIndices
IList<int>

Element indices to extrude

amount
Vector3D

Extrusion amount

slices
int

Number of slices generated.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition