Search Results for

    Show / Hide Table of Contents

    Struct UFEval.Parabola

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFEval.Parabola

    Fields

    center

    Declaration
    public double[] center
    Field Value
    Type Description
    double[]

    k1

    Declaration
    public double k1
    Field Value
    Type Description
    double

    limits

    Declaration
    public double[] limits
    Field Value
    Type Description
    double[]

    x_axis

    Declaration
    public double[] x_axis
    Field Value
    Type Description
    double[]

    y_axis

    Declaration
    public double[] y_axis
    Field Value
    Type Description
    double[]
    In this article
    Back to top Generated by DocFX