Eyeshot 10 WinForms API Reference
GetNodes(Point3D,Vector3D,Vector3D,Double,Interval,Interval,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > GetNodes Method : GetNodes(Point3D,Vector3D,Vector3D,Double,Interval,Interval,Double) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angle span in radians
Search cylinder span along axis
Offset of the distance
Gets all nodes in proximity of a cylinder.
Syntax
'Declaration
 
Public Overloads Function GetNodes( _
   ByVal center As Point3D, _
   ByVal axis As Vector3D, _
   ByVal refDir As Vector3D, _
   ByVal radius As Double, _
   ByVal angle As Interval, _
   ByVal distance As Interval, _
   ByVal inflateBy As Double _
) As Integer()
public int[] GetNodes( 
   Point3D center,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   Interval angle,
   Interval distance,
   double inflateBy
)

Parameters

center
Search cylinder center
axis
Search cylinder axis
refDir
Search cylinder reference direction
radius
Search cylinder radius
angle
Angle span in radians
distance
Search cylinder span along axis
inflateBy
Offset of the distance

Return Value

Returns an array of int rapresenting node indices.
See Also

Reference

FemMesh Class
FemMesh Members
Overload List