UF_ASSEM_prev16_align_s
(查看源代码)
定义在: uf_assem_types.h
也被称为:
UF_ASSEM_prev16_align_t
UF_ASSEM_prev16_align_p_t
概述
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 (tag_t类型)
The part in which the constraint resides
condition_tag
tag_t (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 (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)