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
When exporting field results for conductors, the generated .case file does not contain the complete mesh — certain surfaces of the conductor are missing. However, when exporting the mesh plot, the entire structure appears correctly, as shown in the image below.
In the above image:
Left Side: Mesh in the exported case file for Mesh Plot (full structure visible)
Right Side: Mesh in the exported H Vector Plot (some surfaces\elements missing)
Additional Observation:
This behavior is consistent even when visualizing the Mesh Plot and the H Vector plot from AEDT GUI as shown in the below image.
Steps To Reproduce
The following code demonstrates the issue:
Export both the H Vector plot and Mesh Plot for all parts (objects).
Load the individual .case files into PyVista and compare the meshes.
If the meshes do not match, visualize them to confirm the missing surfaces.
Before submitting the issue
Description of the bug
When exporting field results for conductors, the generated
.case
file does not contain the complete mesh — certain surfaces of the conductor are missing. However, when exporting the mesh plot, the entire structure appears correctly, as shown in the image below.In the above image:
Additional Observation:
This behavior is consistent even when visualizing the Mesh Plot and the H Vector plot from AEDT GUI as shown in the below image.
Steps To Reproduce
The following code demonstrates the issue:
Notes
solve_inside
is off.Any insights or suggestions to resolve this issue would be greatly appreciated.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
annotated-types==0.7.0
ansys-pythonnet==3.1.0rc3
asttokens==2.4.1
attrs==24.2.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
clr-loader==0.2.6
colorama==0.4.6
comm==0.2.2
contourpy==1.3.0
cycler==0.12.1
debugpy==1.8.5
decorator==5.1.1
defusedxml==0.7.1
exceptiongroup==1.2.2
executing==2.1.0
fonttools==4.53.1
fpdf2==2.7.9
idna==3.10
ipykernel==6.29.5
ipython==8.27.0
jedi==0.19.1
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.3
jupyter_core==5.7.2
kiwisolver==1.4.7
matplotlib==3.9.2
matplotlib-inline==0.1.7
nest-asyncio==1.6.0
numpy==1.26.4
packaging==24.1
pandas==2.2.2
parso==0.8.4
pillow==10.4.0
platformdirs==4.3.6
plumbum==1.8.3
pooch==1.8.2
prompt_toolkit==3.0.47
psutil==6.0.0
pure_eval==0.2.3
pyaedt==0.10.2
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
pyedb==0.28.0
Pygments==2.18.0
pyparsing==3.1.4
python-dateutil==2.9.0.post0
pytomlpp==1.0.13
pytz==2024.2
pyvista==0.44.1
pywin32==306
PyYAML==6.0.2
pyzmq==26.2.0
referencing==0.35.1
requests==2.32.3
rpds-py==0.20.0
rpyc==6.0.0
Rtree==1.3.0
scikit-rf==1.3.0
scipy==1.14.1
scooby==0.10.0
six==1.16.0
stack-data==0.6.3
toml==0.10.2
tornado==6.4.1
traitlets==5.14.3
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.3
vtk==9.3.1
wcwidth==0.2.13
The text was updated successfully, but these errors were encountered: