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

Method get_dim

src/Mesh.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17size_t Mesh::get_dim() const {
18 return m_geometry->get_dim();
19}
20
21size_t Mesh::get_num_vertices() const {
22 return m_geometry->get_num_vertices();

Callers 3

dimMethod · 0.45
dimMethod · 0.45
dimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected