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 5f66e8e commit e27b551Copy full SHA for e27b551
src/compas_rhino/scene/_helpers.py
@@ -45,7 +45,7 @@ def ngon(v):
45
if v < 3:
46
return
47
if v == 3:
48
- return [0, 1, 2, 2]
+ return [0, 1, 2]
49
if v == 4:
50
return [0, 1, 2, 3]
51
return list(range(v))
0 commit comments