Eyeshot 10 WinForms API Reference
GetNodes(Plane,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > GetNodes Method : GetNodes(Plane,Double) Method
The Plane object
Offset of the distance
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

Reference

FemMesh Class
FemMesh Members
Overload List