Eyeshot 10 WPF API Reference
GetFaces(Plane,Interval,Interval,Double) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > GetFaces Method : GetFaces(Plane,Interval,Interval,Double) Method
The reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset
Gets all elements faces in proximity of a plane.
Syntax
'Declaration
 
Public Overloads Function GetFaces( _
   ByVal plane As Plane, _
   ByVal alongX As Interval, _
   ByVal alongY As Interval, _
   ByVal inflateBy As Double _
) As Tuple(Of Integer,Integer)()
public Tuple<int,int>[] GetFaces( 
   Plane plane,
   Interval alongX,
   Interval alongY,
   double inflateBy
)

Parameters

plane
The reference plane
alongX
Distance span along plane X axis
alongY
Distance span along plane Y axis
inflateBy
Search volume offset

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