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

Method dofs

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

Source from the content-addressed store, hash-verified

180
181 @property
182 def dofs(self):
183 return self.raw_parameters.get_dofs().ravel()
184
185 @dofs.setter
186 def dofs(self, values):

Callers

nothing calls this directly

Calls 2

get_dofsMethod · 0.45
set_dofsMethod · 0.45

Tested by

no test coverage detected