Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / elementType Enumeration

In This Topic
    elementType Enumeration
    In This Topic
    2D finite element method type.
    Syntax
    'Declaration
     
    Public Enum elementType 
       Inherits System.Enum
    public enum elementType : System.Enum 
    Members
    MemberDescription
    Axisymmetric Axisymetric
    PlaneStrain Plane strain
    PlaneStress Plane stress
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.elementType

    See Also