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

Method add_offset_parameter

tools/Wires/Parameters/ParameterManager.cpp:584–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void ParameterManager::add_offset_parameter(
585 const VectorI& roi, const std::string& formula, Float value,
586 size_t axis) {
587 m_offset_params.add(roi, formula, value, axis);
588}
589
590void ParameterManager::add_custom_offset_parameter(const VectorI& roi,
591 const std::string& formula, Float value,

Callers 5

parse_offset_parametersFunction · 0.80
createMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

addMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64