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:
@@ -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