FemMesh.GetFaces (Point3D, Point3D, Double) Method

Gets all elements faces contained into a box specified with min and max.
Public Function GetFaces( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal inflateBy As Double
) As Tuple(Of Integer, Integer)()
This language is not supported or no code example is available.
public Tuple<int, int>[] GetFaces( 
Point3D min
Point3D max
double inflateBy 
)
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

Return Value

Tuple<int, int>[]

Returns an array of Tuple objects. Each Tuple contains element index and face index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition