assign_skin_depth#

Mesh3d.assign_skin_depth(setup, layer, net, skin_depth=1, maximum_elements=None, triangulation_max_length=0.1, layers_number='2', name=None)[source]#

Assign skin depth to the mesh.

Parameters:
setupstr

Name of the setup.

layerstr

Name of the layer.

netstr

Name of the net.

skin_depthint, optional

Depth of the skin. The default is 1.

maximum_elementsfloat, 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.

layers_numberstr, optional

Number of layers. The default is "2".

namestr, optional

Name of the mesh operation. The default is None.

Returns:
type

Mesh operation object.

References

>>> oModule.AddMeshOperation