UF_ASSEM_deform_part_data_s (view source)
 
Defined in: uf_assem.h
 
Also known as:
 
Overview
This structure contains data for deforming the deformable part.

When the units of the deformable part is different than the destination part,
unit conversion occurs. When units conversion occurs the deformable part is converted and
the part is reopened.


Data Members

convert_units_on_modified_parts
logical
Should units conversion be applied on modified parts

convert_units_on_read_only_modified_parts
logical
Should units conversion be done on read only modified parts

part_occ_to_deform
tag_t
The part occurrence that is being deformed.

num_parents
int
The number of new references for the external geometry

old_parents
tag_t *
The existing parents that are being replaced with new geometry

new_parents
tag_t *
The new geoemtry for deforming the part

num_expressions
int
Number of expressions that are used to deform the part

old_expressions
tag_t *
The existing expressions that are in the definition of the deformable part

new_expression_values
const char * *
The expression values used to deform the part

deformed_feature_tag
tag_t
The deformed feature tag that is created from the deformed part