assign_rotational_layer#
- Mesh.assign_rotational_layer(assignment, layers_number=3, total_thickness='1mm', name=None)[source]#
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.MeshOperation
Mesh operation object.
References
>>> oModule.AssignRotationalLayerOp