Search Results for

    Show / Hide Table of Contents

    Struct UFAssem.DeformPartData

    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 UFAssem.DeformPartData

    Fields

    convert_units_on_modified_parts

    Declaration
    public bool convert_units_on_modified_parts
    Field Value
    Type Description
    bool

    convert_units_on_read_only_modified_parts

    Declaration
    public bool convert_units_on_read_only_modified_parts
    Field Value
    Type Description
    bool

    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
    string[]

    new_parents

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

    num_expressions

    Declaration
    public int num_expressions
    Field Value
    Type Description
    int

    num_parents

    Declaration
    public int num_parents
    Field Value
    Type Description
    int

    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