import cadquery as cq
result = cq.importers.importStep('./file.step')
show_object(result, options={"alpha":0.5, "color": (64, 164, 223)})
When I run it via "Run", i get an error: ValueERROR: STEP File could not be loaded
If I run it via "Debug" and then click "Continue" my file loads fine:
I am on Windows 10, created a new project in pycharm with a conda environment and installed it via
conda install -c cadquery -c conda-forge cq-editor=master (as in README.md)
my conda environment looks like this:
I have a very simple script:
When I run it via "Run", i get an error: ValueERROR: STEP File could not be loaded
If I run it via "Debug" and then click "Continue" my file loads fine:
I am on Windows 10, created a new project in pycharm with a conda environment and installed it via
conda install -c cadquery -c conda-forge cq-editor=master
(as in README.md) my conda environment looks like this: