cadquery-freecad-module/CadQuery/Templates/script_template.py
2015-01-19 13:44:08 -05:00

8 lines
228 B
Python

# This is a CadQuery script template
# Add your script code below
import cadquery as cq
from Helpers import show
# Use the following to render your model with grey RGB and no transparency
# show(my_model, (204, 204, 204, 0.0))