Topological dimension of the entities.
(self)
| 556 | |
| 557 | @property |
| 558 | def dim(self): |
| 559 | """Topological dimension of the entities.""" |
| 560 | return self._cpp_object.dim |
| 561 | |
| 562 | @property |
| 563 | def topology(self): |
nothing calls this directly
no outgoing calls
no test coverage detected