Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Fem Namespace / Element Class / FixAllEdgeFace Method
The index of the edge (or face)

In This Topic
    FixAllEdgeFace Method (Element)
    In This Topic
    Fixes all degrees of freedom of all the nodes of one edge (or face).
    Syntax
    'Declaration
     
    Public Overridable Sub FixAllEdgeFace( _
       ByVal edgeFaceIndex As Integer _
    ) 
    public virtual void FixAllEdgeFace( 
       int edgeFaceIndex
    )

    Parameters

    edgeFaceIndex
    The index of the edge (or face)
    See Also