Search Results for

    Show / Hide Table of Contents

    Struct UFModl.LinkedExt

    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 LinkedExt

    Fields

    at_timestamp

    Declaration
    public bool at_timestamp
    Field Value
    Type Description
    System.Boolean

    bodies

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

    delete_openings

    Declaration
    public bool delete_openings
    Field Value
    Type Description
    System.Boolean

    faces

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

    group_results

    Declaration
    public int group_results
    Field Value
    Type Description
    System.Int32

    mass_props

    Declaration
    public bool mass_props
    Field Value
    Type Description
    System.Boolean

    num_bodies

    Declaration
    public int num_bodies
    Field Value
    Type Description
    System.Int32

    num_faces

    Declaration
    public int num_faces
    Field Value
    Type Description
    System.Int32

    xform_index

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

    xforms

    Declaration
    public Tag[] xforms
    Field Value
    Type Description
    Tag[]
    In This Article
    Back to top Generated by DocFX