mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Introduce a ->count method for all collections to save time
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
~SurfaceCollection();
|
||||
void clear()
|
||||
%code{% THIS->surfaces.clear(); %};
|
||||
int count()
|
||||
%code{% RETVAL = THIS->surfaces.size(); %};
|
||||
%{
|
||||
|
||||
SurfaceCollection*
|
||||
|
||||
Reference in New Issue
Block a user