Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_offset_dofs
Method
get_num_offset_dofs
tools/Wires/Parameters/ParameterManager.cpp:329–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
size_t ParameterManager::get_num_offset_dofs() const {
330
return m_offset_params.get_num_dofs();
331
}
332
333
VectorF ParameterManager::get_dofs() const {
334
const size_t num_thickness_dofs = m_thickness_params.get_num_dofs();
Callers
2
num_offset_dofs
Method · 0.80
TEST_F
Function · 0.80
Calls
1
get_num_dofs
Method · 0.45
Tested by
1
TEST_F
Function · 0.64