There was an error while loading. Please reload this page.
1 parent 314f56e commit 3038cacCopy full SHA for 3038cac
1 file changed
src/gh/diffCheck/diffCheck/df_geometries.py
@@ -75,8 +75,6 @@ class DFFace:
75
joint_id: Optional[int] = None
76
77
def __post_init__(self):
78
- if len(self.all_loops[0]) < 3:
79
- raise ValueError("A face must have at least 3 vertices")
80
self.all_loops = self.all_loops
81
82
self.joint_id = self.joint_id
0 commit comments