Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 17, 2020
1 parent 7bd0d10 commit 1520567
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/compas/datastructures/mesh/_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ def transform_numpy(self, M):
from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
mesh_transform_numpy(self, M)

# def to_trimesh(self):
# # convert to mesh with only triangle faces
# # provides options that define the rules for triangulation
# # for use with trimesh-specific algorithms
# # provide option to use numpy for storage of vertices and faces
# pass

# def to_quadmesh(self):
# pass


# =============================================================================
# Main
Expand Down

0 comments on commit 1520567

Please sign in to comment.