Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / GetNodes Method / GetNodes(Plane,Interval,Interval,Double) Method
The Plane object
Distance span along plane X axis
Distance span along plane Y axis
Offset of the distance

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

    Parameters

    plane
    The Plane object
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Offset of the distance

    Return Value

    Returns an array of int rapresenting node indices.
    See Also