Skip to main content

Prime Mesh Python client library 2025 R2

fix_invalid_normal_nodes_of_face_zonelets

Last update: 10.09.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