Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
def
flip_orientation(wires):
58
edges = wires.edges[:,[1,0]];
59
wires.load(wires.vertices, edges);
60
return
wires;
61
62
def
cleanup(wires, logger):
63
if
wires.num_vertices == 0:
Callers
1
main
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected