Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_thickness
Method · 0.80
set_dofs
Method · 0.80
add
Method · 0.80
add
Method · 0.80
add_isotropic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected