Search Results for

    Show / Hide Table of Contents

    Struct UFEval.Ellipse

    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 Ellipse

    Fields

    center

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

    is_periodic

    Declaration
    public bool is_periodic
    Field Value
    Type Description
    System.Boolean

    limits

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

    major

    Declaration
    public double major
    Field Value
    Type Description
    System.Double

    minor

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