assign_rotational_layer#

Mesh.assign_rotational_layer(assignment, layers_number: int = 3, total_thickness: str = '1mm', name: str | None = None)#

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:
ansys.aedt.core.modules.mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignRotationalLayerOp