mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 07:35:20 +00:00
Fixed #1244 - perl part
This commit is contained in:
@@ -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(); %};
|
||||
|
||||
Reference in New Issue
Block a user