Files
CAD-bestanden/oefening01.py
2024-11-26 23:59:05 +01:00

8 lines
89 B
Python

from ocp_vscode import *
from build123d import *
set_port(3939)
b = Box(1,2,3)
show(b)