Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / ConvertToFemMesh Method
The element material
If true the fem mesh is generated using six noded triangular elements, otherwise using three noded ones.

In This Topic
    ConvertToFemMesh Method
    In This Topic
    Convert this mesh to a 2D FemMesh object.
    Syntax
    'Declaration
     
    Public Function ConvertToFemMesh( _
       ByVal mat As Material, _
       ByVal sixNodedTriangle As Boolean _
    ) As FemMesh
    public FemMesh ConvertToFemMesh( 
       Material mat,
       bool sixNodedTriangle
    )

    Parameters

    mat
    The element material
    sixNodedTriangle
    If true the fem mesh is generated using six noded triangular elements, otherwise using three noded ones.

    Return Value

    The resulting fem mesh object.
    See Also