UF_DISP_inquire_s (view source)
 
Defined in: uf_disp_types.h
 
Also known as:
 
Overview
STRUCTURE: UF_DISP_inquire_t

DESCRIPTION: This structure contains information about the context
in which the geometry is displayed. The user must
check to make sure that the information is available
before using the contents. There are logicals in this
structure to check to see if information has been returned.


Data Members

context_running
UF_DISP_context_t
Describes the context which is being
executed when the inquire is performed.
The context may be display, selection,
fit, or attention point.

is_view_mode_valid
logical
True if the view mode was returned and
False if no information was available

view_mode
int
View mode describes the views shading
and face analysis mode valid values
are
UF_VIEW_NOT_SHADED
UF_VIEW_PARTIALLY_SHADED
UF_VIEW_FULLY_SHADED
UF_VIEW_ANALYSIS_SHADED
See uf_view.h for definitions

is_atten_pt_valid
logical
True if the atten point was returned and
False if no information was available

atten_pt [ 3 ]
double
The attention point of the geometry
just displayed

is_draw_open_disp
logical
Is the drawing view open for display?
If true then geometry may be added to
the drawing. If false another view
which is not the drawing is open

view_tag
tag_t
View tag of the view being displayed