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

Method with_shape_velocities

tools/Wires/Inflator/InflatorEngine.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108void InflatorEngine::with_shape_velocities() {
109 throw NotImplementedError(
110 "Shape velocity computation is not supported for this type of inflator");
111}
112
113void InflatorEngine::set_uniform_thickness(Float thickness) {
114 if (m_thickness_type == PER_VERTEX) {

Callers 4

generate_phantom_meshMethod · 0.45
periodic_inflateMethod · 0.45
TEST_FFunction · 0.45
inflateMethod · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by 2

TEST_FFunction · 0.36
inflateMethod · 0.36