LengthMeshOperation#
- class ansys.edb.core.simulation_setup.mesh_operation.LengthMeshOperation(name='', net_layer_info=None, enabled=True, refine_inside=False, mesh_region='', solve_inside=False, max_length='1mm', restrict_max_length=True, max_elements='1000', restrict_max_elements=False)#
Represents a length mesh operation.
- 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.max_length
str
, default: “1mm”str
: Maximum length of the mesh elements.restrict_max_length
str
, default:True
bool
: Flag indicating if the maximum length of mesh elements is restricted.max_elements
str
, default: “1000”str
: Maximum number of mesh elements.restrict_max_elements
bool, default:False
bool
: Flag indicating if the maximum number of mesh elements is restricted.
Methods
Attributes
bool
: Flag indicating if the mesh operation is enabled.str
: Maximum number of mesh elements.str
: Maximum length of the mesh elements.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 the maximum number of mesh elements is restricted.bool
: Flag indicating if the maximum length of mesh elements is restricted.bool
: Flag indicating if solve inside is enabled.