Hide BOARD internals that shouldn't be wrapped from swig

This commit is contained in:
Jon Evans 2021-02-27 08:53:59 -05:00
parent 6d6765cdaf
commit eae9e954c3
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
// Do not permit default BOARD ctor since it won't initialize the project
%ignore BOARD::BOARD();
// Do not wrap internal-only structures
%ignore BOARD::m_InsideCourtyardCache;
%ignore BOARD::m_InsideAreaCache;
%ignore BOARD::m_CopperZoneRTrees;
%include board.h
%{
#include <board.h>