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

Method dim

python/pymesh/wires/WireNetwork.py:275–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273
274 @property
275 def dim(self):
276 return self.raw_wires.get_dim()
277
278 @property
279 def num_vertices(self):

Callers

nothing calls this directly

Calls 1

get_dimMethod · 0.45

Tested by

no test coverage detected