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 9ab0e3c commit ea3c1e5Copy full SHA for ea3c1e5
src/compas_ifc/brep/tessellatedbrepobject.py
@@ -36,7 +36,7 @@ def _read_points_data(self):
36
def _read_lines_data(self):
37
positions = self.tessellatedbrep.vertices.tolist()
38
elements = self.tessellatedbrep.edges.tolist()
39
- colors = [Color(0.1, 0.1, 0.1)] * len(elements)
+ colors = [Color(0.1, 0.1, 0.1)] * len(positions)
40
return positions, colors, elements
41
42
def _read_frontfaces_data(self):
0 commit comments