assign_rotational_layer#

Mesh.assign_rotational_layer(assignment, layers_number=3, total_thickness='1mm', name=None)[source]#

Assign a rotational layer mesh.

Parameters:
assignmentlist

List of objects.

layers_numberint, 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".

namestr, optional

Name of the mesh operation. The default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignRotationalLayerOp