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

Method with_refinement

tools/Wires/Interfaces/PeriodicExploration.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void PeriodicExploration::with_refinement(
57 const std::string& algorithm, size_t order) {
58 m_refine_algorithm = algorithm;
59 m_refine_order = order;
60}
61
62void PeriodicExploration::with_profile(const std::string& name) {
63 m_profile = WireProfile::create(name);

Callers 1

periodic_inflateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected