UF_WELD_conn_parts_info_s (view source)
 
Defined in: uf_weld_types.h
 
Also known as:
 
Overview
Connection information


Data Members

num_sets
int
Number of sets

num_tags_in_set
int *
Number of tags in each set

body_tag
tag_p_t
Body tags of connected parts
and if the body tag is an
occurrence then ask for its
part occurrence tag to read the
attributes on the connected parts.
The body tags are stored in a linear
array in blocks of "num_tags_in_set".
That is body tags of first set starts
at 0 to (num_tags_in_set[0]-1) and for
second set it starts from
(num_tags_in_set[0]) to
(num_tags_in_set[1]-1)
and so on for "num_sets".