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
Create counterpart to the assign_initial_mesh_from_slider() method.
Easy implementation via the initial_mesh_settings.props dictionary. Similar to the assign_surface_mesh_manually but only for the initial mesh settings.
It would just complement the function overview for the hfss mesh.
You will be able to assign initial mesh with the manual settings. But, for now, there is no a pythonic way to edit these properties, you can get the initial mesh:
app.mesh.initial_mesh_settings
Remind to save the project to load the updated properties.
Description of the feature
Create counterpart to the assign_initial_mesh_from_slider() method.
Easy implementation via the initial_mesh_settings.props dictionary. Similar to the assign_surface_mesh_manually but only for the initial mesh settings.
It would just complement the function overview for the hfss mesh.
Steps for implementing the feature
something like:
def assign_initial_mesh_manually(args):
Useful links and references
@Samuelopez-ansys
The text was updated successfully, but these errors were encountered: