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 7bd0d10 commit 1520567Copy full SHA for 1520567
src/compas/datastructures/mesh/_mesh.py
@@ -59,16 +59,6 @@ def transform_numpy(self, M):
59
from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
60
mesh_transform_numpy(self, M)
61
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
71
72
73
# =============================================================================
74
# Main
0 commit comments