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

Method get_num_thickness_dofs

tools/Wires/Parameters/ParameterManager.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325size_t ParameterManager::get_num_thickness_dofs() const {
326 return m_thickness_params.get_num_dofs();
327}
328
329size_t ParameterManager::get_num_offset_dofs() const {
330 return m_offset_params.get_num_dofs();

Callers 4

is_thickness_dofMethod · 0.80
num_thickness_dofsMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

get_num_dofsMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64