gerbv
2.10.1-dev~93f1b5
|
Go to the source code of this file.
Functions | |
gboolean | gerbv_export_isel_drill_file_from_image (const gchar *filename, gerbv_image_t *inputImage, gerbv_user_transformation_t *transform) |
Functions for exporting gerbv images to ISEL Automation NCP file format with drill commands for CNC machines.
Definition in file export-isel-drill.c.
gboolean gerbv_export_isel_drill_file_from_image | ( | const gchar * | filename, |
gerbv_image_t * | image, | ||
gerbv_user_transformation_t * | transform | ||
) |
Export an image to a new file in ISEL NCP drill format.
filename | the filename for the new file |
inputImage | the image to export |
transform | the transformation to apply before exporting |
Definition at line 48 of file export-isel-drill.c.
References gerbv_net::aperture, gerbv_image_t::aperture, gerbv_net::aperture_state, GERBV_APERTURE_STATE_FLASH, GERBV_APTYPE_CIRCLE, gerbv_image_duplicate_image(), gerbv_image_t::netlist, and gerbv_net::next.