Search Results for

    Show / Hide Table of Contents

    Struct UFModl.DimensionData

    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 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
    System.String

    end_angle

    Declaration
    public double end_angle
    Field Value
    Type Description
    System.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
    System.Double[]

    num_top_array

    Declaration
    public int num_top_array
    Field Value
    Type Description
    System.Int32

    origin

    Declaration
    public double[] origin
    Field Value
    Type Description
    System.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
    System.Double[]

    start_angle

    Declaration
    public double start_angle
    Field Value
    Type Description
    System.Double

    top_array

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

    type

    Declaration
    public int type
    Field Value
    Type Description
    System.Int32

    value

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