UF_DRF_leader_info_s (view source)
 
Defined in: uf_drf_types.h
 
Also known as:
 
Overview
This is a structure to hold information for a leader.


Data Members

leader_attach_type [ 7 ]
UF_DRF_leader_attach_type_t
Each leader may have up to 7 intermediate
points. This is an array of the attachment
types for each of the points. [0] is the
information for the first point, [1] is
for the second point, etc.
Each element can have one of the values:
UF_DRF_leader_attach_object
UF_DRF_leader_attach_screen
UF_DRF_leader_attach_triangle
Only a GD&T symbol may have the type,
UF_DRF_leader_attach_triangle.

num_linebks
int
Number of graphical line elements used
to represent the leader in the display.

leader_pnts
UF_DRF_draft_aid_line_t *
Array of structures, one for each
of the num_linebks line elements.
Each line element may have multiple
line segments.

num_assoc_objs
int
number of associated objects

assoc_objs
UF_DRF_assoc_info_t *
Array of leader associated objects,
one structure for each of the
num_assoc_objs objects.