gerbv  2.10.1-dev~93f1b5
export-isel-drill.c File Reference

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)
 

Detailed Description

Functions for exporting gerbv images to ISEL Automation NCP file format with drill commands for CNC machines.

Definition in file export-isel-drill.c.

Function Documentation

◆ gerbv_export_isel_drill_file_from_image()

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.

Returns
TRUE if successful, or FALSE if not
Parameters
filenamethe filename for the new file
inputImagethe image to export
transformthe 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.