Search Results for

    Show / Hide Table of Contents

    Struct Post.GraphParameters

    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 GraphParameters

    Fields

    Abcissa

    Declaration
    public Post.Abcissa Abcissa
    Field Value
    Type Description
    Post.Abcissa

    IncludeIntersections

    Declaration
    public bool IncludeIntersections
    Field Value
    Type Description
    System.Boolean

    NoDataTreatment

    Declaration
    public Post.NoDataTreatment NoDataTreatment
    Field Value
    Type Description
    Post.NoDataTreatment

    NoDataValue

    Declaration
    public double NoDataValue
    Field Value
    Type Description
    System.Double

    UseDeformedConfiguration

    Declaration
    public bool UseDeformedConfiguration
    Field Value
    Type Description
    System.Boolean

    ValueShareingCriterion

    Declaration
    public Post.NodeValueSharingCriterion ValueShareingCriterion
    Field Value
    Type Description
    Post.NodeValueSharingCriterion

    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