MCPcopy 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

edgesMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected