how to handle geometry errors like parts intersect in maxwell with pyaedt? #3848
-
how to handle geometry errors like parts intersect in maxwell with pyaedt? when a geometry errors like parts intersect is occured in maxwell ,how to check with pyaedt? online waiting,thank u |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @iaskgithub , There is no specific method to handle intersections, but you can use a similar approach that this method in icepak.py: https://github.com/ansys/pyaedt/blob/main/pyaedt/icepak.py#L1092 You can see how PyAEDT is parsing the validation logger and it searches for "intersections" and then performs some operations. Please close the discussion if the answer is useful. |
Beta Was this translation helpful? Give feedback.
Hi @iaskgithub ,
There is no specific method to handle intersections, but you can use a similar approach that this method in icepak.py:
https://github.com/ansys/pyaedt/blob/main/pyaedt/icepak.py#L1092
You can see how PyAEDT is parsing the validation logger and it searches for "intersections" and then performs some operations.
Please close the discussion if the answer is useful.