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

Method evaluate_thickness

tools/Wires/Parameters/ParameterManager.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549VectorF ParameterManager::evaluate_thickness(
550 const ParameterManager::Variables& vars) {
551 return m_thickness_params.evaluate(vars);
552}
553
554MatrixFr ParameterManager::evaluate_offset_no_formula() {
555 ParameterManager::Variables vars;

Callers 4

append_thicknessesMethod · 0.80
TEST_FFunction · 0.80

Calls 1

evaluateMethod · 0.45

Tested by 1

TEST_FFunction · 0.64