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

Method num_thickness_dofs

python/pymesh/wires/Parameters.py:174–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172
173 @property
174 def num_thickness_dofs(self):
175 return self.raw_parameters.get_num_thickness_dofs()
176
177 @property
178 def num_offset_dofs(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected