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

Method add_thickness_parameter

tools/Wires/Parameters/ParameterManager.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void ParameterManager::add_thickness_parameter(
573 const VectorI& roi, const std::string& formula, Float value) {
574 m_thickness_params.add(roi, formula, value);
575}
576
577void ParameterManager::set_offset_type(
578 ParameterManager::TargetType type) {

Callers 8

createMethod · 0.80
create_isotropicMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

addMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64