Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / GetFace6 Method

In This Topic
    GetFace6 Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetFace6( _
       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[] GetFace6( 
       int elIndex,
       int index,
       Point3D[] vertices,
       double ampFactor,
       List<Point3D> centroids
    )

    Parameters

    elIndex
    index
    vertices
    ampFactor
    centroids
    See Also