Search Results for

    Show / Hide Table of Contents

    Struct Post._Colorbar

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    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
    struct _Colorbar

    Fields

    automatic_level

    Declaration
    public bool automatic_level
    Field Value
    Type Description
    System.Boolean

    increment_per_level

    Declaration
    public double increment_per_level
    Field Value
    Type Description
    System.Double

    invert_spectrum

    Declaration
    public bool invert_spectrum
    Field Value
    Type Description
    System.Boolean

    number_of_levels

    Declaration
    public int number_of_levels
    Field Value
    Type Description
    System.Int32

    overflow

    Declaration
    public Post.LimitDisplay overflow
    Field Value
    Type Description
    Post.LimitDisplay

    overflow_above_color

    Declaration
    public int overflow_above_color
    Field Value
    Type Description
    System.Int32

    overflow_below_color

    Declaration
    public int overflow_below_color
    Field Value
    Type Description
    System.Int32

    position

    Declaration
    public Post.Position position
    Field Value
    Type Description
    Post.Position

    scale

    Declaration
    public Post.Scale scale
    Field Value
    Type Description
    Post.Scale

    show_overflow_above

    Declaration
    public bool show_overflow_above
    Field Value
    Type Description
    System.Boolean

    show_overflow_below

    Declaration
    public bool show_overflow_below
    Field Value
    Type Description
    System.Boolean

    spacing

    Declaration
    public Post.Spacing spacing
    Field Value
    Type Description
    Post.Spacing

    spectrum

    Declaration
    public Post.Spectrum spectrum
    Field Value
    Type Description
    Post.Spectrum

    threshold

    Declaration
    public Post.Threshold threshold
    Field Value
    Type Description
    Post.Threshold

    threshold_maximum

    Declaration
    public double threshold_maximum
    Field Value
    Type Description
    System.Double

    threshold_minimum

    Declaration
    public double threshold_minimum
    Field Value
    Type Description
    System.Double

    underflow

    Declaration
    public Post.LimitDisplay underflow
    Field Value
    Type Description
    Post.LimitDisplay
    In This Article
    Back to top Generated by DocFX