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

Method with_profile

tools/Wires/Interfaces/PeriodicExploration.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void PeriodicExploration::with_profile(const std::string& name) {
63 m_profile = WireProfile::create(name);
64}
65
66void PeriodicExploration::with_profile(size_t num_samples) {
67 m_profile = WireProfile::create_isotropic(num_samples);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64