Search Results for

    Show / Hide Table of Contents

    Struct UFUdobj.AllData

    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 UFUdobj.AllData

    Fields

    areas

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

    class_id

    Declaration
    public uint class_id
    Field Value
    Type Description
    uint

    doubles

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

    ints

    Declaration
    public int[] ints
    Field Value
    Type Description
    int[]

    lengths

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

    link_defs

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

    num_areas

    Declaration
    public uint num_areas
    Field Value
    Type Description
    uint

    num_doubles

    Declaration
    public uint num_doubles
    Field Value
    Type Description
    uint

    num_ints

    Declaration
    public uint num_ints
    Field Value
    Type Description
    uint

    num_lengths

    Declaration
    public uint num_lengths
    Field Value
    Type Description
    uint

    num_links

    Declaration
    public uint num_links
    Field Value
    Type Description
    uint

    num_strings

    Declaration
    public uint num_strings
    Field Value
    Type Description
    uint

    num_volumes

    Declaration
    public uint num_volumes
    Field Value
    Type Description
    uint

    strings

    Declaration
    public string[] strings
    Field Value
    Type Description
    string[]

    udo_status

    Declaration
    public uint udo_status
    Field Value
    Type Description
    uint

    volumes

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