assign_skin_depth#
- Mesh.assign_skin_depth(assignment, skin_depth='0.2mm', maximum_elements=None, triangulation_max_length='0.1mm', layers_number='2', name=None)#
Assign a skin depth for the mesh refinement.
- Parameters:
- assignment
list List of the object names, face IDs or edges IDs for Maxwell 2D design.
- skin_depth
str,float,optional Skin depth value. It can be either provided as a float or as a string. The default is
"0.2mm".- maximum_elements
int,optional Maximum number of elements. The default is
None, which means this parameter is disabled.- triangulation_max_length
str,optional Maximum surface triangulation length with units. The default is
"0.1mm".- layers_number
str,optional Number of layers. The default is
"2".- name
str,optional Name of the mesh operation. The default is
None.
- assignment
- Returns:
ansys.aedt.core.modules.mesh.MeshOperationMesh operation object.
References
>>> oModule.AssignSkinDepthOp