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 05aacdf commit e21947aCopy full SHA for e21947a
src/compas/datastructures/mesh/slice.py
@@ -74,7 +74,7 @@ def is_line(self):
74
@property
75
def is_polygon(self):
76
return len(self.intersections) >= 3
77
-
+
78
79
def is_mesh_closed(self):
80
return self.mesh.is_closed()
0 commit comments