Add PLACE_FILE_EXPORTER to swig to call in python

This commit is contained in:
Asuki Kono 2021-11-03 23:09:14 +09:00 committed by Seth Hillbrand
parent 0d393ec298
commit 762cd5a32f
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ class BASE_SET {};
#include <plotcontroller.h> #include <plotcontroller.h>
#include <pcb_plot_params.h> #include <pcb_plot_params.h>
#include <exporters/export_d356.h> #include <exporters/export_d356.h>
#include <exporters/export_footprints_placefile.h>
#include <exporters/export_vrml.h> #include <exporters/export_vrml.h>
#include <exporters/gendrill_file_writer_base.h> #include <exporters/gendrill_file_writer_base.h>
#include <exporters/gendrill_Excellon_writer.h> #include <exporters/gendrill_Excellon_writer.h>
@ -115,6 +116,7 @@ HANDLE_EXCEPTIONS(PLUGIN::FootprintDelete)
%include <pcb_plot_params.h> %include <pcb_plot_params.h>
%include <plotters/plotter.h> %include <plotters/plotter.h>
%include <exporters/export_d356.h> %include <exporters/export_d356.h>
%include <exporters/export_footprints_placefile.h>
%include <exporters/export_vrml.h> %include <exporters/export_vrml.h>
%include <exporters/gendrill_file_writer_base.h> %include <exporters/gendrill_file_writer_base.h>
%include <exporters/gendrill_Excellon_writer.h> %include <exporters/gendrill_Excellon_writer.h>