Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / GetNodes Method / GetNodes(Plane,Double) Method
The Plane object
Offset of the distance

In This Topic
    GetNodes(Plane,Double) Method
    In This Topic
    Gets all nodes in proximity of a plane.
    Syntax
    'Declaration
     
    Public Overloads Function GetNodes( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double _
    ) As Integer()
    public int[] GetNodes( 
       Plane plane,
       double inflateBy
    )

    Parameters

    plane
    The Plane object
    inflateBy
    Offset of the distance

    Return Value

    Returns an array of int rapresenting node indices.
    See Also