mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Added make_sphere, generates a mesh with specified step angle and raidus rho.
This commit is contained in:
parent
ceb72da632
commit
c575a1f1d6
3 changed files with 89 additions and 0 deletions
|
@ -240,6 +240,13 @@ cylinder(double r, double h)
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
Clone<TriangleMesh>
|
||||
sphere(double rho)
|
||||
CODE:
|
||||
RETVAL = make_sphere(rho);
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
%}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue