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

Method get_face_sources

tools/Wires/Inflator/InflatorEngine.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 MatrixFr get_vertices() const { return m_vertices; }
60 MatrixIr get_faces() const { return m_faces; }
61 VectorI get_face_sources() const { return m_face_sources; }
62 ThicknessType get_thickness_type() const { return m_thickness_type; }
63
64 void set_profile(WireProfilePtr profile) { m_profile = profile; }

Callers 2

generate_phantom_meshMethod · 0.45
inflateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected