FemMesh.GetFaces (Plane, Double) Method

Gets all elements faces in proximity of a plane.
Public Function GetFaces( _ 
ByVal plane As Plane, _ 
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( 
Plane plane
double inflateBy 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The reference plane

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