Dimension of the Euclidean coordinate system.
(self)
| 309 | |
| 310 | @property |
| 311 | def dim(self): |
| 312 | """Dimension of the Euclidean coordinate system.""" |
| 313 | return self._cpp_object.dim |
| 314 | |
| 315 | @property |
| 316 | def dofmaps(self) -> list[npt.NDArray[np.int32]]: |
nothing calls this directly
no outgoing calls
no test coverage detected