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

Method num_dofs

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

Source from the content-addressed store, hash-verified

168
169 @property
170 def num_dofs(self):
171 return self.raw_parameters.get_num_dofs()
172
173 @property
174 def num_thickness_dofs(self):

Callers

nothing calls this directly

Calls 1

get_num_dofsMethod · 0.45

Tested by

no test coverage detected