mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-06-21 10:25:41 +02:00
Documentation
This commit is contained in:
parent
9d24a2c85f
commit
bb7155a5fd
25 changed files with 88 additions and 21 deletions
7
example.py
Normal file
7
example.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
from openscad_py import Cube
|
||||
|
||||
colored_moved_cube = Cube([1, 1, 1]).move([2, 0, 0]).color(r=1, g=0, b=0)
|
||||
print(colored_moved_cube.render())
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue