1
0
Fork 0
mirror of https://github.com/csirmaz/openscad-py.git synced 2025-07-11 03:24:22 +02:00
csirmaz.openscad-py/example.py

8 lines
142 B
Python
Raw Permalink Normal View History

2024-11-30 22:45:02 +00:00
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())