mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Add "bad" example
This commit is contained in:
parent
f2bb9bcb4b
commit
e10a70fc98
5
vnf.scad
5
vnf.scad
@ -374,6 +374,11 @@ module vnf_polyhedron(vnf, convexity=2, extent=true, cp=[0,0,0], anchor="origin"
|
|||||||
// $fn=32;
|
// $fn=32;
|
||||||
// cube_oct = regular_polyhedron_info("vnf", name="cuboctahedron", or=20);
|
// cube_oct = regular_polyhedron_info("vnf", name="cuboctahedron", or=20);
|
||||||
// vnf_wireframe(cube_oct);
|
// vnf_wireframe(cube_oct);
|
||||||
|
// Example: The spheres at the vertex are imperfect at aligning with the cylinders, so especially at low $fn things look prety ugly. This is normal.
|
||||||
|
// include<BOSL2/polyhedra.scad>
|
||||||
|
// $fn=8;
|
||||||
|
// octahedron = regular_polyhedron_info("vnf", name="octahedron", or=20);
|
||||||
|
// vnf_wireframe(octahedron,r=5);
|
||||||
module vnf_wireframe(vnf, r, d)
|
module vnf_wireframe(vnf, r, d)
|
||||||
{
|
{
|
||||||
r = get_radius(r=r,d=d,dflt=1);
|
r = get_radius(r=r,d=d,dflt=1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user