assign_rotational_layer#

Mesh.assign_rotational_layer(names, num_layers=3, total_thickness='1mm', meshop_name=None)[source]#

Assign a rotational layer mesh.

Parameters:
nameslist

List of objects.

num_layersint, optional

Number of layers to create in the radial direction, starting from the faces most adjacent to the band. The default is 3, which is the maximum.

total_thicknessstr, optional

Total thickness of all layers with units. The default is "1mm".

meshop_namestr, optional

Name of the mesh operation. The default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignRotationalLayerOp