Replies: 1 comment 3 replies
-
Hi @stenghe A few comments and things to try:
Hope these comments help. Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Original asked in #901 (comment)
After I installed the 0.5.1 Version of the client, Another Error occured, which didn't before:
Traceback (most recent call last):
File "c:\Users\heinr\Documents\Masterthesis-local\UnitCellAnalyser\test.py", line 15, in
mesh_util.read(file_name=".\Working_dir\Fluid_model.scdocx")
File "C:\Users\heinr\AppData\Roaming\Python\Python312\site-packages\ansys\meshing\prime\lucid\mesh_util.py", line 92, in read
prime.FileIO(self._model).import_cad(
File "C:\Users\heinr\AppData\Roaming\Python\Python312\site-packages\ansys\meshing\prime\core\fileio.py", line 504, in import_cad
import_result = super().import_cad(temp_file_name, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\heinr\AppData\Roaming\Python\Python312\site-packages\ansys\meshing\prime\autogen\fileio.py", line 650, in import_cad
result = self._comm.serve(self._model, command_name, self._object_id, args=args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\heinr\AppData\Roaming\Python\Python312\site-packages\ansys\meshing\prime\internals\error_handling.py", line 535, in wrapper_error_code
raise PrimeRuntimeError(
ansys.meshing.prime.internals.error_handling.PrimeRuntimeError: CAD import failed.
I checked the Path of my CAD-File and also tried to import a step file. What could be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions