FemMesh.Extrude (Point3D, Point3D, Double, Vector3D, Int32) Method

Extrudes selected element faces.
Public Sub Extrude( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal inflateBy As Double, _ 
ByVal amount As Vector3D, _ 
Optional ByVal slices As Integer = 1 _ 
)
This language is not supported or no code example is available.
public void Extrude( 
Point3D min
Point3D max
double inflateBy
Vector3D amount
int slices = 1 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

inflateBy
double

Search volume offset

amount
Vector3D

Extrusion amount

slices
int

Number of slices generated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition