Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class
Members

In This Topic
    FemMesh Class
    In This Topic
    Finite Element Method mesh entity. Can be 2D or 3D.
    Syntax
    'Declaration
     
    Public Class FemMesh 
       Inherits Entity
       Implements IEntityIFacedevDept.Eyeshot.ISelectableItem 
    public class FemMesh : Entity, IEntityIFacedevDept.Eyeshot.ISelectableItem  
    Remarks
    FemMesh.BoxMin and FemMesh.BoxMax aren't reliable because they take into account deformations and symbols for loads and boundary conditions. For an accurate evaluation of the bounding box you need to loop on FemMesh.Vertices.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.FemMesh

    See Also