MeshOperation#

class ansys.edb.core.simulation_setup.mesh_operation.MeshOperation(name='', net_layer_info=None, enabled=True, refine_inside=False, mesh_region='', solve_inside=False)#

Represents mesh operations.

Attributes:
namestr, default: “”

str: Name of the mesh operation.

net_layer_infolist[tuple(str, str, bool)], default: None

list of tuple of (str, str, bool): List of net layer information for the mesh operation.

enabledbool, default: True

bool: Flag indicating if the mesh operation is enabled.

refine_insidebool, default: False

bool: Flag indicating if refining inside is enabled.

mesh_regionstr, default: “”

str: Name of the mesh region.

solve_insidebool, default: False

bool: Flag indicating if solve inside is enabled.

Methods

Attributes

MeshOperation.enabled

bool: Flag indicating if the mesh operation is enabled.

MeshOperation.mesh_region

str: Name of the mesh region.

MeshOperation.name

str: Name of the mesh operation.

MeshOperation.net_layer_info

list of tuple of (str, str, bool): List of net layer information for the mesh operation.

MeshOperation.refine_inside

bool: Flag indicating if refining inside is enabled.

MeshOperation.solve_inside

bool: Flag indicating if solve inside is enabled.