Eyeshot 11 WinForms API Reference
WinForms 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