mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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