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:
name
str
, default: “”str
: Name of the mesh operation.net_layer_info
list
[tuple
(str
,str
, bool)], default:None
list
oftuple
of (str
,str
,bool
): List of net layer information for the mesh operation.enabled
bool, default:True
bool
: Flag indicating if the mesh operation is enabled.refine_inside
bool, default:False
bool
: Flag indicating if refining inside is enabled.mesh_region
str
, default: “”str
: Name of the mesh region.solve_inside
bool, default:False
bool
: Flag indicating if solve inside is enabled.
Methods
Attributes
bool
: Flag indicating if the mesh operation is enabled.str
: Name of the mesh region.str
: Name of the mesh operation.list
oftuple
of (str
,str
,bool
): List of net layer information for the mesh operation.bool
: Flag indicating if refining inside is enabled.bool
: Flag indicating if solve inside is enabled.