Search Results for

    Show / Hide Table of Contents

    Struct StressLinearization.Parameters

    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
    public struct Parameters

    Fields

    A

    Declaration
    public Point3d A
    Field Value
    Type Description
    Point3d

    AxisRadial

    Declaration
    public Vector3d AxisRadial
    Field Value
    Type Description
    Vector3d

    AxisSymmetry

    Declaration
    public Vector3d AxisSymmetry
    Field Value
    Type Description
    Vector3d

    B

    Declaration
    public Point3d B
    Field Value
    Type Description
    Point3d

    CosPhi

    Declaration
    public double CosPhi
    Field Value
    Type Description
    System.Double

    D

    Declaration
    public double D
    Field Value
    Type Description
    System.Double

    LocalCsys

    Declaration
    public Matrix3x3 LocalCsys
    Field Value
    Type Description
    Matrix3x3

    RA

    Declaration
    public double RA
    Field Value
    Type Description
    System.Double

    RB

    Declaration
    public double RB
    Field Value
    Type Description
    System.Double

    RC

    Declaration
    public double RC
    Field Value
    Type Description
    System.Double

    T

    Declaration
    public double T
    Field Value
    Type Description
    System.Double

    Xf

    Declaration
    public double Xf
    Field Value
    Type Description
    System.Double

    Xh

    Declaration
    public double Xh
    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