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

Method get_faces

tools/Wires/Interfaces/PeriodicExploration.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 Mesh::Ptr get_mesh() { return m_mesh; }
71 MatrixFr get_vertices() const { return m_vertices; }
72 MatrixIr get_faces() const { return m_faces; }
73 MatrixIr get_voxels() const { return m_voxels; }
74 std::vector<MatrixFr> get_shape_velocities() const { return m_shape_velocities; }
75 VectorI get_face_sources() const { return m_face_sources; }

Callers 1

periodic_inflateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected