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

Method with_refinement

tools/Wires/Inflator/InflatorEngine.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void InflatorEngine::with_refinement(
129 const std::string& algorithm, size_t order) {
130 m_refiner = Subdivision::create(algorithm);
131 m_subdiv_order = order;
132}
133
134void InflatorEngine::with_geometry_correction_lookup(
135 const std::string& csv_file) {

Callers 5

__setup_subdivisionMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36