Search Results for

    Show / Hide Table of Contents

    Struct UFCurve.Conic

    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 UFCurve.Conic

    Fields

    center

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

    conic_type

    Declaration
    public int conic_type
    Field Value
    Type Description
    int

    end_param

    Declaration
    public double end_param
    Field Value
    Type Description
    double

    k1

    Declaration
    public double k1
    Field Value
    Type Description
    double

    k2

    Declaration
    public double k2
    Field Value
    Type Description
    double

    matrix_tag

    Declaration
    public Tag matrix_tag
    Field Value
    Type Description
    Tag

    rotation_angle

    Declaration
    public double rotation_angle
    Field Value
    Type Description
    double

    start_param

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