Hello,
I installed the dependencies required on my Linux machine, and I am unable to run the program.
I keep getting this error:
original vertices number: 85 Traceback (most recent call last): File "../ConvexHull_Simplification/SILD_convexhull_simplification.py", line 344, in <module> mesh=remove_one_edge_by_finding_smallest_adding_volume_with_test_conditions(mesh,option=2) File "../ConvexHull_Simplification/SILD_convexhull_simplification.py", line 151, in remove_one_edge_by_finding_smallest_adding_volume_with_test_conditions mesh.get_halfedges() File "/home/mahern/python_src/Decompose-Single-Image-Into-Layers/ConvexHull_Simplification/trimesh.py", line 442, in get_halfedges if self.__halfedges is None: self.update_halfedges() File "/home/mahern/python_src/Decompose-Single-Image-Into-Layers/ConvexHull_Simplification/trimesh.py", line 333, in update_halfedges he0index = len( self.__halfedges ) AttributeError: 'TriMesh' object has no attribute '_TriMesh__halfedges'
any ideas of how to go around this issue?
Thanks.
Hello,
I installed the dependencies required on my Linux machine, and I am unable to run the program.
I keep getting this error:
original vertices number: 85 Traceback (most recent call last): File "../ConvexHull_Simplification/SILD_convexhull_simplification.py", line 344, in <module> mesh=remove_one_edge_by_finding_smallest_adding_volume_with_test_conditions(mesh,option=2) File "../ConvexHull_Simplification/SILD_convexhull_simplification.py", line 151, in remove_one_edge_by_finding_smallest_adding_volume_with_test_conditions mesh.get_halfedges() File "/home/mahern/python_src/Decompose-Single-Image-Into-Layers/ConvexHull_Simplification/trimesh.py", line 442, in get_halfedges if self.__halfedges is None: self.update_halfedges() File "/home/mahern/python_src/Decompose-Single-Image-Into-Layers/ConvexHull_Simplification/trimesh.py", line 333, in update_halfedges he0index = len( self.__halfedges ) AttributeError: 'TriMesh' object has no attribute '_TriMesh__halfedges'any ideas of how to go around this issue?
Thanks.