Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
size_t ParameterManager::get_num_thickness_dofs() const {
326
return m_thickness_params.get_num_dofs();
327
}
328
329
size_t ParameterManager::get_num_offset_dofs() const {
330
return m_offset_params.get_num_dofs();
Callers
4
is_thickness_dof
Method · 0.80
num_thickness_dofs
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
1
get_num_dofs
Method · 0.45
Tested by
2
TEST_F
Function · 0.64
TEST_F
Function · 0.64