Skip to content

Commit 1520567

Browse files
committed
remove commented code
1 parent 7bd0d10 commit 1520567

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/compas/datastructures/mesh/_mesh.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ def transform_numpy(self, M):
5959
from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
6060
mesh_transform_numpy(self, M)
6161

62-
# def to_trimesh(self):
63-
# # convert to mesh with only triangle faces
64-
# # provides options that define the rules for triangulation
65-
# # for use with trimesh-specific algorithms
66-
# # provide option to use numpy for storage of vertices and faces
67-
# pass
68-
69-
# def to_quadmesh(self):
70-
# pass
71-
7262

7363
# =============================================================================
7464
# Main

0 commit comments

Comments
 (0)