UF_DRAW_info_s (view source)
 
Defined in: uf_draw_types.h
 
Also known as:
 


Data Members

size_state
UF_DRAW_size_state_t
Flag specifying the type used in
size, UF_DRAW_METRIC_SIZE,
UF_DRAW_ENGLISH_SIZE or
UF_DRAW_CUSTOM_SIZE.

size
UF_DRAW_size_union_t
The drawing size, as specified in
size_state. If using metric,
then use a UF_DRAW_metric_size_t
variable. If using english, use
a UF_DRAW_english_size_t
variable. If using a custom size,
specify the size in a double array
where size[0] is the height and
size[1] is the length.

drawing_scale
double
The drawing scale.

units
int
The drawing units, either
UF_PART_METRIC or UF_PART_ENGLISH.

projection_angle
UF_DRAW_projection_angle_t
The projection angle, either
UF_DRAW_THIRD_ANGLE_PROJECTION or
UF_DRAW_FIRST_ANGLE_PROJECTION.