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

Method set_thickness

tools/Wires/Inflator/InflatorEngine.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void InflatorEngine::set_thickness(const VectorF& thickness) {
124 m_thickness = thickness;
125 check_thickness();
126}
127
128void InflatorEngine::with_refinement(
129 const std::string& algorithm, size_t order) {

Callers 3

inflateMethod · 0.45
inflateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected