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
MultiZoneMapMeshParamsobject 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
MultiZoneMapMeshParamsobject with provided parameters.
Examples
>>> multi_zone_map_mesh_params = prime.MultiZoneMapMeshParams(model = model)
Methods
Print the default values of
MultiZoneMapMeshParamsobject.MultiZoneMapMeshParams.set_default([scope])Set the default values of the
MultiZoneMapMeshParamsobject.Attributes
Scope used for MultiZone map mesh control.