mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Added prototype make_cylinder()
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
void reset_repair_stats();
|
||||
Clone<TriangleMesh> cube(double x, double y, double z)
|
||||
%code{% RETVAL = make_cube(x, y, z); %};
|
||||
Clone<TriangleMesh> cylinder(double r, double h)
|
||||
%code{% RETVAL = make_cylinder(r, h); %};
|
||||
%{
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user