thliebig / openEMS-Project

openEMS is a free and open electromagnetic field solver using the FDTD method.
356 stars 65 forks source link

stl import problem #6

Closed michal777 closed 5 years ago

michal777 commented 5 years ago

Hi I tried to import stl 3D file to openems and got an error bug_stl.txt

The openEMS complains that it can't find my stl file but QCSXCAD displayed it (so it's there).

I tried on fresh update on linux mint, tried also on windows (earlier version - installed from available installer).

thliebig commented 5 years ago

You should post such issues on the openEMS forum please. Especially since that is most likely a user error. My hint, please use a full path to the stl file instead of just the name itself. openEMS and QCSXCAD otherwise search the file at different current working directories and thus do or do not find it.

michal777 commented 5 years ago

With full path it works :) Thanks for the answer and sorry for posting in wrong place.