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

Method with_all_isotropic_parameters

tools/Wires/Interfaces/PeriodicExploration.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void PeriodicExploration::with_all_isotropic_parameters(
51 TargetType thickness_type) {
52 m_parameters = ParameterManager::create_isotropic(
53 m_wire_network, m_default_thickness, thickness_type);
54}
55
56void PeriodicExploration::with_refinement(
57 const std::string& algorithm, size_t order) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64