Search Results for

    Show / Hide Table of Contents

    Struct UFEval.Hyperbola

    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.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct Hyperbola

    Fields

    center

    Declaration
    public double[] center
    Field Value
    Type Description
    System.Double[]

    k1

    Declaration
    public double k1
    Field Value
    Type Description
    System.Double

    k2

    Declaration
    public double k2
    Field Value
    Type Description
    System.Double

    limits

    Declaration
    public double[] limits
    Field Value
    Type Description
    System.Double[]

    x_axis

    Declaration
    public double[] x_axis
    Field Value
    Type Description
    System.Double[]

    y_axis

    Declaration
    public double[] y_axis
    Field Value
    Type Description
    System.Double[]
    In This Article
    Back to top Generated by DocFX