diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py index d03e4730a79249105ee238a69eaf939e7da0f30a..2985ddeafd426c41e9612e931dd801ca7aa728b4 100644 --- a/add_mesh_BoltFactory/createMesh.py +++ b/add_mesh_BoltFactory/createMesh.py @@ -626,7 +626,7 @@ def Create_CounterSink_Head(HOLE_DIA, HEAD_DIA, SHANK_DIA, HEIGHT, RAD1, DIV_COU sVerts, sFaces = SpinDup(verts, faces, 360, DIV_COUNT, 'z') sVerts.extend(verts) # add the start verts to the Spin verts to complete the loop - faces.extend(Build_Face_List_Quads(FaceStart, Row - 1, DIV_COUNT, 1)) + faces.extend(Build_Face_List_Quads(FaceStart, Row - 1, DIV_COUNT)) return sVerts, faces, HEIGHT