UF_ASSEM_prev16_align_s (view source)
 
Defined in: uf_assem_types.h
 
Also known as:
 
Overview
UF_ASSEM_prev16_align_t describes a PreV16 Align constraint which needs to
be converted to a Distance constraint because its offset direction is
not interpreted correctly.

This type is used as arguments by the following functions:
UF_ASSEM_find_prev16_aligns_to_check
UF_ASSEM_convert_prev16_aligns
UF_ASSEM_free_prev16_aligns


Data Members

part
tag_t
The part in which the constraint resides

condition_tag
tag_t
The mating condition in which the constraint resides

condition_name
char *
The name of the mating condition

constraint_index
int
The index of the constraint within the mating condition

constraint_name
char *
The name of the constraint

offset
tag_t
The offset distance expression

offset_name
char *
The name of the offset distance expression of the constraint

offset_value
double
The value of the offset distance expression of the constraint

message
char *
A message indicating any problems related to the conversion of the constraint (might be NULL)

reason
char *
A reason explaining the above message (might be NULL)