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

Method load_modifier_file

python/pymesh/wires/Parameters.py:34–36  ·  view source on GitHub ↗
(self, modifier_file)

Source from the content-addressed store, hash-verified

32 thickness_type)
33
34 def load_modifier_file(self, modifier_file):
35 modifier_setting = self.__load_json(modifier_file)
36 self.load_modifier(modifier_setting)
37
38 def load_modifier(self, setting):
39 self.__initialize_orbits(setting.get("orbit_type", "orthotropic"))

Callers 1

load_parametersFunction · 0.95

Calls 2

__load_jsonMethod · 0.95
load_modifierMethod · 0.95

Tested by

no test coverage detected