UF_PLOT_job_options_s (view source)
 
Defined in: uf_plot_types.h
 
Also known as:
 
Overview
This structure provides the options for rendering plots.


Data Members

colors
UF_PLOT_colors_t
Specifies colors used in plotting.

use_drawing_sheet_colors
logical
TRUE if custom colors
associated with the drawing sheet
are used in plotting the sheet.
If FALSE, or if custom colors are
not associated with the sheet, then
plotting colors are determined by
the colors field.

widths
UF_PLOT_widths_t
Specifies widths used in plotting.

use_drawing_sheet_widths
logical
TRUE if custom widths
associated with the drawing sheet
are used in plotting the sheet.
If FALSE, or if custom widths are
not associated with the sheet, then
plotting widths are determined by
the widths field.

tolerance
double
A unitless value that controls the
accuracy or smoothness of plotted
curve geometry. Values must be
greater than or equal to 0.0001;
smaller values produce smoother
curves.