debug function rename

attachment function reorder
add axes to egg examples
This commit is contained in:
Adrian Mariano
2022-01-08 23:08:34 -05:00
parent c61f7b8439
commit f5d0854549
6 changed files with 107 additions and 105 deletions

View File

@@ -1829,7 +1829,7 @@ module rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_bot
{
if (debug){
vnf_polyhedron(vnf, convexity=convexity);
trace_bezier_patches(result[0], showcps=true, splinesteps=splinesteps, $fn=16, showdots=false, showpatch=false);
debug_bezier_patches(result[0], showcps=true, splinesteps=splinesteps, $fn=16, showdots=false, showpatch=false);
}
else vnf_polyhedron(vnf,convexity=convexity);
children();