Eyeshot 10 WPF API Reference
GetFace8 Method

WPF Assembly > devDept.Eyeshot.Fem Namespace > Element Class : GetFace8 Method
Syntax
'Declaration
 
Protected Function GetFace8( _
   ByVal elIndex As Integer, _
   ByVal index As Integer, _
   ByVal vertices() As Point3D, _
   ByVal ampFactor As Double, _
   ByVal centroids As List(Of Point3D) _
) As IndexTriangle()
protected IndexTriangle[] GetFace8( 
   int elIndex,
   int index,
   Point3D[] vertices,
   double ampFactor,
   List<Point3D> centroids
)

Parameters

elIndex
index
vertices
ampFactor
centroids
See Also

Reference

Element Class
Element Members