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

Method add_isotropic_offset_parameter

tools/Wires/Parameters/ParameterManager.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void ParameterManager::add_isotropic_offset_parameter(const VectorI& roi,
597 const std::string& formula, Float value, const VectorF& dof_dir) {
598 m_offset_params.add_isotropic(roi, formula, value, dof_dir);
599}
600

Callers 1

create_isotropicMethod · 0.80

Calls 1

add_isotropicMethod · 0.80

Tested by

no test coverage detected