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:
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(); %};