create_zone#

Model.create_zone(suggested_name, type)#

Creates zone for the given zone type.

Parameters:
suggested_namestr

Suggested name for the zone to be created.

typeZoneType

Type of the zone to be created.

Returns:
CreateZoneResults

Returns the CreateZoneResults.

Return type:

CreateZoneResults

Examples

>>> model = prime.local_model()
>>> results = model.create_zone("wall", prime.ZoneType.FACE)