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

Method set_value

tools/Wires/Parameters/PatternParameter.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 Float get_value() const { return m_value; }
36 void set_value(Float val) { m_value = val; }
37
38 void set_formula(const std::string& formula) {
39 m_formula = formula;

Callers 5

set_thicknessMethod · 0.80
set_dofsMethod · 0.80
addMethod · 0.80
addMethod · 0.80
add_isotropicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected