We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb6e90 commit f0f88bfCopy full SHA for f0f88bf
src/compas/datastructures/mesh/_mesh.py
@@ -55,9 +55,9 @@ class Mesh(BaseMesh):
55
unify_cycles = mesh_unify_cycles
56
quads_to_triangles = mesh_quads_to_triangles
57
58
- def transform_numpy(self, M):
59
- from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
60
- mesh_transform_numpy(self, M)
+ # def transform_numpy(self, M):
+ # from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
+ # mesh_transform_numpy(self, M)
61
62
63
# =============================================================================
0 commit comments