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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > GetFaces Method : GetFaces(Point3D,Vector3D,Vector3D,Double,Double) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Offset of the distance
Gets all faces in proximity of a infinite cylinder.
Syntax
'Declaration
 
Public Overloads Function GetFaces( _
   ByVal center As Point3D, _
   ByVal axis As Vector3D, _
   ByVal refDir As Vector3D, _
   ByVal radius As Double, _
   ByVal inflateBy As Double _
) As Tuple(Of Integer,Integer)()
public Tuple<int,int>[] GetFaces( 
   Point3D center,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   double inflateBy
)

Parameters

center
Search cylinder center
axis
Search cylinder axis
refDir
Search cylinder reference direction
radius
Search cylinder radius
inflateBy
Offset of the distance

Return Value

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

Reference

FemMesh Class
FemMesh Members
Overload List