MultiZoneControl#
- class ansys.meshing.prime.MultiZoneControl(model, id, object_id, name)#
MultiZoneControl provides a way to gather all the information required for MultiZone meshing.
The MultiZone meshing provides hex meshing capabilities. Different type of mesh can be generated using MultiZoneControl. For example, sweep mesh, map mesh and edge biased mesh.
- Parameters:
Methods
Sets the parameters for edge biasing in terms of topoedges and topofaces during MultiZone mesh.
MultiZoneControl.set_map_mesh_params
(scope_info)Sets the parameters for map meshing in terms of topofaces during MultiZone mesh.
Sets the MultiZone parameters.
MultiZoneControl.set_surface_scope
(scope_info)Sets the scope for surface in terms of topofaces.
Sets the parameters for sweep meshing in terms of topofaces during MultiZone mesh.
MultiZoneControl.set_volume_scope
(scope_info)Sets the scope for volume in terms of topovolumes.The topovolumes given by the scope are imported by MultiZone to generate MultiZone mesh on it.
Attributes
Get the id of MultiZoneControl.
Get the name of MultiZoneControl.