Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-09-26 12:22:01 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-09-26 12:22:01 +0300
commit3835a1cacf6ea58a50739ff60e8ebb84c2f52a61 (patch)
tree19769ea1b264e752024f350d844ac4ed7b3dce14 /xs/xsp/Model.xsp
parentcce5f3203b82f0e2d22ca8c81b91b9e47ea93feb (diff)
Fixed #1244 - perl partversion_1.41.1-beta
Diffstat (limited to 'xs/xsp/Model.xsp')
-rw-r--r--xs/xsp/Model.xsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index 0f9b5cd15..0b59b3126 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -338,6 +338,8 @@ ModelMaterial::attributes()
%code%{ RETVAL = &THIS->config; %};
Ref<TriangleMesh> mesh()
%code%{ RETVAL = &THIS->mesh; %};
+ Ref<TriangleMesh> convex_hull()
+ %code%{ RETVAL = &THIS->get_convex_hull(); %};
bool modifier()
%code%{ RETVAL = THIS->is_modifier(); %};