Search Results for

    Show / Hide Table of Contents

    Struct UFModl.DimensionData

    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 UFModl.DimensionData

    Fields

    csys_tag

    Declaration
    public Tag csys_tag
    Field Value
    Type Description
    Tag

    drf_txt

    Declaration
    public string drf_txt
    Field Value
    Type Description
    string

    end_angle

    Declaration
    public double end_angle
    Field Value
    Type Description
    double

    feature_tag

    Declaration
    public Tag feature_tag
    Field Value
    Type Description
    Tag

    first_line

    Declaration
    public UFCurve.Line first_line
    Field Value
    Type Description
    UFCurve.Line

    first_point

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

    num_top_array

    Declaration
    public int num_top_array
    Field Value
    Type Description
    int

    origin

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

    second_line

    Declaration
    public UFCurve.Line second_line
    Field Value
    Type Description
    UFCurve.Line

    second_point

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

    start_angle

    Declaration
    public double start_angle
    Field Value
    Type Description
    double

    top_array

    Declaration
    public Tag[] top_array
    Field Value
    Type Description
    Tag[]

    type

    Declaration
    public int type
    Field Value
    Type Description
    int

    value

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