mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Introduce a ->count method for all collections to save time
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
void rotate(double angle, Point* center);
|
||||
int count()
|
||||
%code{% RETVAL = THIS->expolygons.size(); %};
|
||||
%{
|
||||
|
||||
ExPolygonCollection*
|
||||
|
||||
Reference in New Issue
Block a user