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

Method dim

python/pymesh/Mesh.py:216–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214
215 @property
216 def dim(self):
217 return self.__mesh.get_dim()
218
219 @property
220 def vertex_per_face(self):

Callers 6

TEST_FFunction · 0.45
OBJParserTest.hFile · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

get_dimMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36