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 2f0f667 commit 7a95d32Copy full SHA for 7a95d32
loopstructural/gui/visualisation/feature_list_widget.py
@@ -144,5 +144,5 @@ def add_stratigraphic_surfaces(self):
144
return
145
stratigraphic_surfaces = self.model_manager.model.get_stratigraphic_surfaces()
146
for surface in stratigraphic_surfaces:
147
- self.viewer.add_mesh_object(surface.vtk(), name=surface.name)
+ self.viewer.add_mesh_object(surface.vtk(), name=surface.name,color=surface.colour)
148
print("Adding stratigraphic surfaces...")
0 commit comments