copperwr
copperwr
thanks for that help,... so the next issue is I get this error... where it can't find my file. I'm not sure if it's as simple as putting the STL...
something still not right unfortunately... >>> filename = data/PlaneTest.stl Traceback (most recent call last): File "", line 1, in NameError: name 'data' is not defined >>> filename = "data/PlaneTest.stl" >>>...
thanks for the suggestion, still no success with it though: PS C:\Users\rober\PyMesh> docker run -it -v /Documents/couplerdesign:/root/data pymesh/pymesh python3 Python 3.6.8 (default, Mar 27 2019, 08:49:59) [GCC 6.3.0 20170516] on...