a customer needs a Pyaedt function that can activate/deactivate the "Mesh Fusion" for a 3D component in to HFSS3DLayout.
I do not know if this function must be part of Pyaedt (HFSS3DLaout) or PyEdb (?)
At the moment it's possible to do it using IronPython using the oEditor.ChangeProperty
Thew also needs to be able to set all mesh settings parameter in the window (choose the "Initial mesh method", "Apply curvilinear meshing..." etc...)
Description of the feature
Hi,
a customer needs a Pyaedt function that can activate/deactivate the "Mesh Fusion" for a 3D component in to HFSS3DLayout. I do not know if this function must be part of Pyaedt (HFSS3DLaout) or PyEdb (?)
At the moment it's possible to do it using IronPython using the oEditor.ChangeProperty Thew also needs to be able to set all mesh settings parameter in the window (choose the "Initial mesh method", "Apply curvilinear meshing..." etc...)
Here is the IronPython code :