Eyeshot 10 WinForms API Reference
GetFace4 Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class : GetFace4 Method
Syntax
'Declaration
 
Protected Function GetFace4( _
   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[] GetFace4( 
   int elIndex,
   int index,
   Point3D[] vertices,
   double ampFactor,
   List<Point3D> centroids
)

Parameters

elIndex
index
vertices
ampFactor
centroids
See Also

Reference

Element Class
Element Members