MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / flip_orientation

Function flip_orientation

scripts/repousse.py:57–60  ·  view source on GitHub ↗
(wires)

Source from the content-addressed store, hash-verified

55 return wires;
56
57def flip_orientation(wires):
58 edges = wires.edges[:,[1,0]];
59 wires.load(wires.vertices, edges);
60 return wires;
61
62def cleanup(wires, logger):
63 if wires.num_vertices == 0:

Callers 1

mainFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected