assign_skin_depth#

Mesh3d.assign_skin_depth(setupname, layer_name, net_name, skindepth=1, maxelements=None, triangulation_max_length=0.1, numlayers='2', meshop_name=None)[source]#

Assign skin depth to the mesh.

Parameters:
setupnamestr

Name of the setup.

layer_namestr

Name of the layer.

net_namestr

Name of the net.

skindepthint, optional

Depth of the skin. The default is 1.

maxelementsfloat, optional

Maximum element length. The default is None, which disables this parameter.

triangulation_max_lengthfloat, optional

Maximum surface triangulation length. The default is 0.1.

numlayersstr, optional

Number of layers. The default is "2".

meshop_namestr, optional

Name of the mesh operation. The default is None.

Returns:
type

Mesh operation object.

References

>>> oModule.AddMeshOperation