MultiZoneMapMeshParams#
- class ansys.meshing.prime.MultiZoneMapMeshParams(model=None, scope=None, json_data=None, **kwargs)#
Define controlling parameters for the map mesh using MultiZone.
- Parameters:
- model: Model
Model to create a
MultiZoneMapMeshParams
object with default parameters.- scope: ScopeDefinition, optional
Scope used for MultiZone map mesh control.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
MultiZoneMapMeshParams
object with provided parameters.
Examples
>>> multi_zone_map_mesh_params = prime.MultiZoneMapMeshParams(model = model)
Methods
Print the default values of
MultiZoneMapMeshParams
object.MultiZoneMapMeshParams.set_default
([scope])Set the default values of the
MultiZoneMapMeshParams
object.Attributes
Scope used for MultiZone map mesh control.