Search Results for

    Show / Hide Table of Contents

    Struct UFAssem.DeformPartData

    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 DeformPartData

    Fields

    convert_units_on_modified_parts

    Declaration
    public bool convert_units_on_modified_parts
    Field Value
    Type Description
    System.Boolean

    convert_units_on_read_only_modified_parts

    Declaration
    public bool convert_units_on_read_only_modified_parts
    Field Value
    Type Description
    System.Boolean

    deformed_feature_tag

    Declaration
    public Tag deformed_feature_tag
    Field Value
    Type Description
    Tag

    new_expression_values

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

    new_parents

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

    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

    old_expressions

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

    old_parents

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

    part_occ_to_deform

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