Skip to main content

Prime Mesh Python client library 2025 R1 SP01

get_scope_face_zonelets

Last update: 17.07.2025

ControlData.get_scope_face_zonelets(scope, params)

Get the face zonelet ids for the given scope.

  • Parameters:

    scope : Scope definition to evaluate entities.

    params : Parameters to scope zonelets.

  • Returns:

    Iterable[int] : Return the ids of face zonelets.

  • Return type:

    Iterable[int]

Examples

>>> face_zonelets = model.control_data.get_scope_face_zonelets(
>>>                 prime.ScopeDefinition(model = model,
>>>                 entity_type = prime.ScopeEntity.FACEZONELETS,
>>>                 part_expression = "*"),
>>>                 prime.ScopeZoneletParams(model =model))

Connect with Ansys