FemMesh.GetEdges Method

Gets all edges in proximity of a segment.
Public Function GetEdges( _ 
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>[] GetEdges( 
Point3D min
Point3D max
double inflateBy 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

The segment start point

max
Point3D

The segment end point

inflateBy
double

Search volume offset

Return Value

Tuple<int, int>[]

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition