Skip to main content

Prime Mesh Python client library 2025 R1 SP01

SurfaceScope

Last update: 17.07.2025

class ansys.meshing.prime.lucid.SurfaceScope(part_expression='*', entity_expression='*', scope_evaluation_type=ScopeEvaluationType.LABELS)

SurfaceScope is one of the classes in Lucid API.

This class is meant for beginners to meshing. This class is used to define a scope for operation on surfaces.

Methods

Name Description
SurfaceScope.get_face_zonelets(model, part_id) Get the list of face zonelets for the given part in the scope.
SurfaceScope.get_parts(model) Get the list of part ids in the scope.
SurfaceScope.get_scope_definition(model) Get the scope definition of the scope.
SurfaceScope.get_topo_faces(model, part_id) Get the list of topofaces for the given part in the scope.

Connect with Ansys