mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 02:10:28 +02:00
add polar_zonohedra
This commit is contained in:
BIN
docs/images/lib3x-polyhedra_polar_zonohedra-1.JPG
Normal file
BIN
docs/images/lib3x-polyhedra_polar_zonohedra-1.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
22
docs/lib3x-polyhedra_polar_zonohedra.md
Normal file
22
docs/lib3x-polyhedra_polar_zonohedra.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# octahedron
|
||||
|
||||
Creates a [polar zonohedra](https://mathworld.wolfram.com/PolarZonohedron.html).
|
||||
|
||||
**Since:** 3.2
|
||||
|
||||
## Parameters
|
||||
|
||||
- `n` : n equal rhombs surrounding one vertex. (rotational symmetry)
|
||||
- `theta` : the pitch angle of the edges.
|
||||
|
||||
## Examples
|
||||
|
||||
use <polyhedra/polar_zonohedra.scad>;
|
||||
|
||||
for(n = [3:8]) {
|
||||
translate([0.5 * n * (n - 3), 0, 0])
|
||||
polar_zonohedra(n);
|
||||
}
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user