Search Results for

    Show / Hide Table of Contents

    Struct UFUdobj.AllData

    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 AllData

    Fields

    areas

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

    class_id

    Declaration
    public uint class_id
    Field Value
    Type Description
    System.UInt32

    doubles

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

    ints

    Declaration
    public int[] ints
    Field Value
    Type Description
    System.Int32[]

    lengths

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

    link_defs

    Declaration
    public UFUdobj.Link[] link_defs
    Field Value
    Type Description
    UFUdobj.Link[]

    num_areas

    Declaration
    public uint num_areas
    Field Value
    Type Description
    System.UInt32

    num_doubles

    Declaration
    public uint num_doubles
    Field Value
    Type Description
    System.UInt32

    num_ints

    Declaration
    public uint num_ints
    Field Value
    Type Description
    System.UInt32

    num_lengths

    Declaration
    public uint num_lengths
    Field Value
    Type Description
    System.UInt32

    num_links

    Declaration
    public uint num_links
    Field Value
    Type Description
    System.UInt32

    num_strings

    Declaration
    public uint num_strings
    Field Value
    Type Description
    System.UInt32

    num_volumes

    Declaration
    public uint num_volumes
    Field Value
    Type Description
    System.UInt32

    strings

    Declaration
    public string[] strings
    Field Value
    Type Description
    System.String[]

    udo_status

    Declaration
    public uint udo_status
    Field Value
    Type Description
    System.UInt32

    volumes

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