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:
- setup
str
Name of the setup.
- layer
str
Name of the layer.
- net
str
Name of the net.
- skin_depth
int
,optional
Depth of the skin. The default is
1
.- maximum_elements
float
,optional
Maximum element length. The default is
None
, which disables this parameter.- triangulation_max_length
float
,optional
Maximum surface triangulation length. The default is
0.1
.- layers_number
str
,optional
Number of layers. The default is
"2"
.- name
str
,optional
Name of the mesh operation. The default is
None
.
- setup
- Returns:
type
Mesh operation object.
References
>>> oModule.AddMeshOperation