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

In This Topic
    UpdateCentroidUnknowns Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub UpdateCentroidUnknowns( _
       ByVal vertices() As Point3D, _
       ByVal conn() As Integer _
    ) 
    public void UpdateCentroidUnknowns( 
       Point3D[] vertices,
       int[] conn
    )

    Parameters

    vertices
    conn
    See Also