assign_skin_depth#

Mesh.assign_skin_depth(names, skindepth, maxelements=None, triangulation_max_length='0.1mm', numlayers='2', meshop_name=None)[source]#

Assign a skin depth for the mesh refinement.

Parameters:
nameslist

List of the object names or face IDs.

skindepthbool

Whether the length mesh is inside the selection. The default is True.

maxelementsint, optional

Maximum number of elements. The default is None, which means this parameter is disabled.

triangulation_max_lengthstr, optional

Maximum surface triangulation length with units. The default is "0.1mm".

numlayersstr, optional

Number of layers. The default is "2".

meshop_namestr, optional

Name of the mesh operation. The default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignSkinDepthOp