gerbv
gerbv_render_info_t Struct Reference

#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
 

Detailed Description

This contains the rendering info for a scene

Examples
example6.c.

Definition at line 774 of file gerbv.h.

Field Documentation

◆ displayHeight

gint gerbv_render_info_t::displayHeight

the height of the scene (in pixels, or points depending on the surface type)

Examples
example6.c.

Definition at line 781 of file gerbv.h.

Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), and gerbv_export_postscript_file_from_project().

◆ displayWidth

gint gerbv_render_info_t::displayWidth

the width of the scene (in pixels, or points depending on the surface type)

Examples
example6.c.

Definition at line 780 of file gerbv.h.

Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), and gerbv_export_postscript_file_from_project().

◆ lowerLeftX

gdouble gerbv_render_info_t::lowerLeftX

the X coordinate of the lower left corner (in real world coordinates, in inches)

Examples
example6.c.

Definition at line 777 of file gerbv.h.

Referenced by export_svg_render_project().

◆ lowerLeftY

gdouble gerbv_render_info_t::lowerLeftY

the Y coordinate of the lower left corner (in real world coordinates, in inches)

Examples
example6.c.

Definition at line 778 of file gerbv.h.

Referenced by export_svg_render_project().

◆ renderType

gerbv_render_types_t gerbv_render_info_t::renderType

the type of rendering to use

Examples
example6.c.

Definition at line 779 of file gerbv.h.

◆ scaleFactorX

gdouble gerbv_render_info_t::scaleFactorX

the X direction scale factor

Examples
example6.c.

Definition at line 775 of file gerbv.h.

Referenced by export_svg_render_project().

◆ scaleFactorY

gdouble gerbv_render_info_t::scaleFactorY

the Y direction scale factor

Examples
example6.c.

Definition at line 776 of file gerbv.h.

Referenced by export_svg_render_project().

◆ show_cross_on_drill_holes

gboolean gerbv_render_info_t::show_cross_on_drill_holes

TRUE to show cross on drill holes

Definition at line 782 of file gerbv.h.


The documentation for this struct was generated from the following file: