ansys.meshing.prime.Model Last update: 17.07.2025 Model.get_zone_name(id) Get the name of given zone. Parameters: id : Id of zone. Returns: str : Return the zone name. Return empty name if the id is invalid. Return type: str Examples >>> client = prime.launch_prime() >>> model = client.model >>> name = model.get_zone_name(id)