mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Ported reload_object() to XS
This commit is contained in:
parent
12ba7201c0
commit
d645dabcff
4 changed files with 26 additions and 14 deletions
|
@ -137,6 +137,7 @@ _constant()
|
|||
BoundingBoxf3 *modobj_bbox)
|
||||
%code%{ RETVAL = THIS->set_new_object(idx, model_object, *modobj_bbox); %};
|
||||
void delete_object(int idx);
|
||||
void reload_object(int idx);
|
||||
size_t object_count()
|
||||
%code%{ RETVAL = THIS->objects.size(); %};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue