Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Wrapper

Last update: 17.07.2025

Wrapper.close_gaps(scope, params)

Close gaps.

Closing gaps creates patching surfaces within the face zonelets specified by scope using gap size.

  • Parameters: scope : Scope definition of the face zonelets.

    params : Wrapper providing close gap parameters.

  • Returns: WrapperCloseGapsResult : Results from the wrapper for closing gaps.

  • Return type: WrapperCloseGapsResult

Examples

>>> result = wrapper.close_gaps(scope, params)

Connect with Ansys