Search Results for

    Show / Hide Table of Contents

    Struct UFAssem.DeformedDefinitionData

    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 DeformedDefinitionData

    Fields

    expression_prompts

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

    expressions

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

    help_string

    Declaration
    public string help_string
    Field Value
    Type Description
    System.String

    num_expressions

    Declaration
    public int num_expressions
    Field Value
    Type Description
    System.Int32

    num_parents

    Declaration
    public int num_parents
    Field Value
    Type Description
    System.Int32

    parent_prompts

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

    parents

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

    part_occ

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