mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Introduce a ->count method for all collections to save time
This commit is contained in:
parent
d69c956e75
commit
e0da81e8bf
7 changed files with 12 additions and 4 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue