|
gerbv
2.10.1-dev~180c67
|
#include <gerbv.h>
Data Fields | |
| gdouble | scaleFactorX |
| gdouble | scaleFactorY |
| gdouble | lowerLeftX |
| gdouble | lowerLeftY |
| gerbv_render_types_t | renderType |
| gint | displayWidth |
| gint | displayHeight |
| gboolean | show_cross_on_drill_holes |
This contains the rendering info for a scene
| gint gerbv_render_info_t::displayHeight |
the height of the scene (in pixels, or points depending on the surface type)
Definition at line 791 of file gerbv.h.
Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), and gerbv_export_svg_file_from_project().
| gint gerbv_render_info_t::displayWidth |
the width of the scene (in pixels, or points depending on the surface type)
Definition at line 790 of file gerbv.h.
Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), and gerbv_export_svg_file_from_project().
| gdouble gerbv_render_info_t::lowerLeftX |
the X coordinate of the lower left corner (in real world coordinates, in inches)
| gdouble gerbv_render_info_t::lowerLeftY |
the Y coordinate of the lower left corner (in real world coordinates, in inches)
| gerbv_render_types_t gerbv_render_info_t::renderType |
| gdouble gerbv_render_info_t::scaleFactorX |
| gdouble gerbv_render_info_t::scaleFactorY |
| gboolean gerbv_render_info_t::show_cross_on_drill_holes |