Search Results for

    Show / Hide Table of Contents

    Struct UFCurve.Conic

    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 Conic

    Fields

    center

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

    conic_type

    Declaration
    public int conic_type
    Field Value
    Type Description
    System.Int32

    end_param

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

    matrix_tag

    Declaration
    public Tag matrix_tag
    Field Value
    Type Description
    Tag

    rotation_angle

    Declaration
    public double rotation_angle
    Field Value
    Type Description
    System.Double

    start_param

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