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

Method add_custom_offset_parameter

tools/Wires/Parameters/ParameterManager.cpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void ParameterManager::add_custom_offset_parameter(const VectorI& roi,
591 const std::string& formula, Float value,
592 const MatrixFr& custom_offset) {
593 m_offset_params.add(roi, formula, value, custom_offset);
594}
595
596void ParameterManager::add_isotropic_offset_parameter(const VectorI& roi,
597 const std::string& formula, Float value, const VectorF& dof_dir) {

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected