cadquery-freecad-module/CadQuery/Templates/script_template.py

10 lines
240 B
Python

# This is a CadQuery script template
# Add your script code below
from Helpers import show
# Length units
length_uom = 'mm'
# Use the following to render your model with grey RGB and no transparency
# show(my_model, (204, 204, 204, 0.0))