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:
- assignment
list List of objects.
- layers_number
int,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_thickness
str,optional Total thickness of all layers with units. The default is
"1mm".- name
str,optional Name of the mesh operation. The default is
None.
- assignment
- Returns:
ansys.aedt.core.modules.mesh.MeshOperationMesh operation object.
References
>>> oModule.AssignRotationalLayerOp