Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Tria3 Class / GetTriangles Method

In This Topic
    GetTriangles Method (Tria3)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetTriangles( _
       ByVal elIndex As Integer, _
       ByVal vertices() As Point3D, _
       ByVal ampFactor As Double, _
       ByVal centroids As List(Of Point3D) _
    ) As IndexTriangle()
    public override IndexTriangle[] GetTriangles( 
       int elIndex,
       Point3D[] vertices,
       double ampFactor,
       List<Point3D> centroids
    )

    Parameters

    elIndex
    vertices
    ampFactor
    centroids
    See Also