Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Fem Namespace / SolverBase Class / Mesh Property

In This Topic
    Mesh Property
    In This Topic
    Gets or sets the devDept.Eyeshot.Entities.FemMesh to solve.
    Syntax
    'Declaration
     
    Public Property Mesh As FemMesh
    public FemMesh Mesh {get; set;}
    See Also