get_zone_name#

Model.get_zone_name(id)#

Get the name of given zone.

Parameters:
idint

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)

Examples using Model.get_zone_name#

Convert data when importing and exporting mesh and CAD formats

Convert data when importing and exporting mesh and CAD formats

Mesh a generic PCB geometry with multiple hexa layers

Mesh a generic PCB geometry with multiple hexa layers