Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.add_labels_on_topo_entities(labels, topo_entities)

Add the given labels on the provided topoentities.

  • Parameters: labels : Labels to be added on topoentities.

    topo_entities : Ids of topoentities.

  • Returns: AddLabelResults : Returns the AddLabelResults.

  • Return type: AddLabelResults

Examples

>>> labels = ["wall", "outer"]
>>> part.add_labels_on_topo_entities(labels, topo_entities)

Connect with Ansys