mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Added prototype make_cylinder()
This commit is contained in:
parent
3bb237deee
commit
b91b98b21e
5 changed files with 54 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue