Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.add_topo_entities_to_zone(zone_id, topo_entities)

Add topoentities to zone.

  • Parameters: zone_id : Id of a zone .

    topo_entities : Ids of topoentities to be added.

  • Returns: AddToZoneResults : Returns the AddToZoneResults.

  • Return type: AddToZoneResults

Examples

>>> results = part.add_topo_entities_to_zone(zone_id, topo_entities)

Connect with Ansys