Fixed Perl bindings after refactoring.
This commit is contained in:
parent
b0fe7ad865
commit
4f8f619686
1 changed files with 0 additions and 4 deletions
|
@ -48,12 +48,8 @@ _constant()
|
||||||
Ref<ModelObject> model_object();
|
Ref<ModelObject> model_object();
|
||||||
Ref<StaticPrintConfig> config()
|
Ref<StaticPrintConfig> config()
|
||||||
%code%{ RETVAL = &THIS->config(); %};
|
%code%{ RETVAL = &THIS->config(); %};
|
||||||
Points copies();
|
|
||||||
Clone<BoundingBox> bounding_box();
|
Clone<BoundingBox> bounding_box();
|
||||||
|
|
||||||
Points _shifted_copies()
|
|
||||||
%code%{ RETVAL = THIS->copies(); %};
|
|
||||||
|
|
||||||
size_t layer_count();
|
size_t layer_count();
|
||||||
Ref<Layer> get_layer(int idx);
|
Ref<Layer> get_layer(int idx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue