Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ set_edges
Method
set_edges
tools/Wires/WireNetwork/WireNetwork.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void set_edges(const MatrixIr& edges) {
41
m_edges = edges;
42
m_connectivity.reset();
43
}
44
45
void scale(const VectorF& factors);
46
void scale_fit(const VectorF& bbox_min, const VectorF& bbox_max);
Callers
3
remove_duplicated_vertices
Method · 0.80
remove_duplicated_edges
Method · 0.80
edges
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected