meshoperations#

property Mesh.meshoperations[source]#

Return the available mesh operations.

Returns:
List
List of ansys.aedt.core.modules.mesh.MeshOperation

List of mesh operation object.

Examples

Basic usage demonstrated with an HFSS design:

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> o = hfss.modeler.create_cylinder(0,[0, 0, 0],3,20,0)
>>> mr1 = hfss.mesh.assign_model_resolution(o,1e-4,"ModelRes1")
>>> mesh_operations_list = hfss.mesh.meshoperations