resolveIntersection

pyslm.support.resolveIntersection(meshA)

Resolves all self-intersections within a meshn using the pycork library.

Note

The meshes provided should ideally be watertight (manifold) and have no-self intersecting faces to ensure that the underlying Cork Library can correctly perform the operation. The resultant mesh is processed natively using Trimesh to merge coincident vertices and remove degenerate faces.

Parameters:

meshA (Trimesh) – Mesh A

Return type:

Trimesh

Returns:

Mesh with all intersections resolved