Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / GetFaces Method / GetFaces(Plane,Double) Method
The reference plane
Search volume offset

In This Topic
    GetFaces(Plane,Double) Method
    In This Topic
    Gets all elements faces in proximity of a plane.
    Syntax
    'Declaration
     
    Public Overloads Function GetFaces( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double _
    ) As Tuple(Of Integer,Integer)()
    public Tuple<int,int>[] GetFaces( 
       Plane plane,
       double inflateBy
    )

    Parameters

    plane
    The reference plane
    inflateBy
    Search volume offset

    Return Value

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