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


Data Members

view_status
UF_DRAW_view_status_t
Active = UF_DRAW_ACTIVE_VIEW,
reference = UF_DRAW_REFERENCE_VIEW.

anchor_point
tag_t
The anchor point of the view. Must
be a smart point (see uf_so.h).
When adding a view, if no anchor
point is desired, use NULL_TAG. If
you wish to set the view reference
point with a "dumb" point, use
uc6484.

view_scale
double
The view scale.

use_ref_pt
logical
If true, then used the saved
reference point.

clean_model_view
logical
v15.0 No longer used, model
views can no longer be cleaned
when imported onto a drawing

inherit_boundary
logical
If TRUE, then the drawing view
will inherit the model view's
boundary.

transfer_annotation
logical
If TRUE, annotations are
moved from model view to
imported drawing view

inherit_pmi
logical
If TRUE, then PMI are copied
from the model view to the
imported drawing view

model_name [ UF_DRAW_MAX_LABEL_LEN ]
char
Part name for the view, filespec with path, may be '\0'.
Used only when importing views
or asking the settings of a view

arrangement_name [ UF_DRAW_MAX_LABEL_LEN ]
char
Name of arrangement, may be '\0'.
Used only when importing views, or
asking the settings of a view.