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

Method __setup_subdivision

python/pymesh/wires/Inflator.py:133–135  ·  view source on GitHub ↗
(self, inflator)

Source from the content-addressed store, hash-verified

131 self.geometry_correction_lookup)
132
133 def __setup_subdivision(self, inflator):
134 inflator.with_refinement(
135 self.subdivide_method, self.subdivide_order)
136
137 def __setup_profile(self, inflator):
138 if self.profile is not None:

Callers 2

inflateMethod · 0.95
inflate_periodicMethod · 0.95

Calls 1

with_refinementMethod · 0.45

Tested by

no test coverage detected