Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh.plotType Enumeration

In This Topic
    FemMesh.plotType Enumeration
    In This Topic
    Mesh plot type.
    Syntax
    'Declaration
     
    Public Enum FemMesh.plotType 
       Inherits System.Enum
    public enum FemMesh.plotType : System.Enum 
    Members
    MemberDescription
    AxialForce Axial force
    BeamBendingMomentV Bending moment abot V axis, only for Beam elements
    BeamBendingMomentW Bending moment abot W axis
    Mesh Initial mesh
    P1 Maximum principal stress
    P2 Intermediate principal stress
    P3 Minimum principal stress
    Rx Rotation around X
    Ry Rotation around Y
    Rz Rotation around Z
    ShearForceV Shear force V
    ShearForceW Shear force W, only for Beam elements
    Sx Stress X (S11 or SXX)
    Sy Stress Y (S22 or SYY)
    Sz Stress Z (S33 or SZZ)
    TorsionMoment Torsion moment
    Tresca Tresca combined stress
    TwistAngle Twist angle
    Txy Shear XY (S12 or SXY)
    Txz Shear XZ (S13 or SXZ)
    Tyz Shear YZ (S23 or SYZ)
    U Displacement magnitude
    Ux Displacement along X
    Uy Displacement along Y
    Uz Displacement along Z
    VonMises Von Mises combined stress
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.FemMesh.plotType

    See Also