Eyeshot 10 WinForms API Reference
FemMesh Class
Members 

WinForms Assembly > devDept.Eyeshot.Entities Namespace : FemMesh Class
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
         devDept.Eyeshot.Entities.RectangularFemMesh

See Also

Reference

FemMesh Members
devDept.Eyeshot.Entities Namespace