Search Results for

    Show / Hide Table of Contents

    Struct StressLinearization.StressState

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX1980.0.0.  Use NXOpen.CAE.StressLinearizationResult.StressState instead.")]
    public struct StressState

    Fields

    Intensity

    Declaration
    public double Intensity
    Field Value
    Type Description
    System.Double

    Location

    Declaration
    public Point3d Location
    Field Value
    Type Description
    Point3d

    MaxShear

    Declaration
    public double MaxShear
    Field Value
    Type Description
    System.Double

    Sigma11

    Declaration
    public double Sigma11
    Field Value
    Type Description
    System.Double

    Sigma22

    Declaration
    public double Sigma22
    Field Value
    Type Description
    System.Double

    Sigma33

    Declaration
    public double Sigma33
    Field Value
    Type Description
    System.Double

    VonMises

    Declaration
    public double VonMises
    Field Value
    Type Description
    System.Double

    XLocal

    Declaration
    public double XLocal
    Field Value
    Type Description
    System.Double

    XX

    Declaration
    public double XX
    Field Value
    Type Description
    System.Double

    XY

    Declaration
    public double XY
    Field Value
    Type Description
    System.Double

    YY

    Declaration
    public double YY
    Field Value
    Type Description
    System.Double

    YZ

    Declaration
    public double YZ
    Field Value
    Type Description
    System.Double

    ZX

    Declaration
    public double ZX
    Field Value
    Type Description
    System.Double

    ZZ

    Declaration
    public double ZZ
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX