Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.SurfaceUtilities

Last update: 17.07.2025

SurfaceUtilities.fix_invalid_normal_nodes_of_face_zonelets(part_id, face_zonelets, params)

Create nuggets to fix invalid normal at nodes of the given face zonelets.

  • Parameters: part_id : Part id of the given face zonelets. Nuggets created are associated to the given part.

    face_zonelets : Ids of face zonelets used to find invalid normal nodes.

    params : Parameters to find invalid normal nodes and fix them.

  • Returns: FixInvalidNormalNodeResults : Returns the FixInvalidNormalNodeResults.

  • Return type: FixInvalidNormalNodeResults

Examples

>>> params = prime.FixInvalidNormalNodeParams(model = model)
>>> results = surface_utils.fix_invalid_normal_nodes_of_face_zonelets(part_id, face_zonelets, params)

Connect with Ansys