You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRITICAL - - logger - handle_exception - Uncaught exception
Traceback (most recent call last):
File "C:\Users\sthoene\AppData\Roaming\JetBrains\PyCharmCE2023.2\scratches\Lightguide_pygeo.py", line 26, in <module>
design.plot()
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\designer\component.py", line 1466, in plot
custom_object=self, mesh=self.tessellate(merge_component, merge_bodies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\designer\component.py", line 1376, in tessellate
datasets = [body.tessellate(merge_bodies) for body in self.bodies]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\designer\component.py", line 1376, in <listcomp>
datasets = [body.tessellate(merge_bodies) for body in self.bodies]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\misc\checks.py", line 81, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\designer\body.py", line 1317, in tessellate
return self._template.tessellate(merge, self.parent_component.get_world_transform())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\Gitdir\pyspeos\.venv\Lib\site-packages\ansys\geometry\core\errors.py", line 101, in wrapper
raise GeometryExitedError(
ansys.geometry.core.errors.GeometryExitedError: Geometry service connection terminated: The given key was not present in the dictionary.
Seems to be specific to this scdocx file - more precisely to the Light Guide.1 body, which is the one causing the tessellation to fail. Faces might be either too small or too many, and this is causing the tessellation to fail. This error occurs on all backends. @b-matteo investigating. Might be solved via #1328
🔍 Before submitting the issue
🐞 Description of the bug
If i try the plot or tessleta method on the design it is not working
📝 Steps to reproduce
LG_prep_v2.zip
download data
try plot you can use following code please aduhsut the path to the file
i get then the following error:
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
i am using 24R2
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: