Cache netclass clearances
Importing Altium boards can generate hundreds of netclasses. Our O(N) search was choking on the overload
This commit is contained in:
@@ -82,6 +82,7 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
|
||||
%ignore BOARD::m_LayerExpressionCache;
|
||||
%ignore BOARD::m_CopperZoneRTreeCache;
|
||||
%ignore BOARD::m_CopperItemRTreeCache;
|
||||
%ignore BOARD::m_ItemNetclassCache;
|
||||
%ignore BOARD::m_DRCZones;
|
||||
%ignore BOARD::m_DRCCopperZones;
|
||||
%ignore BOARD::m_DRCMaxClearance;
|
||||
|
||||
Reference in New Issue
Block a user