mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
BBIM: Fix drawing elevation view bug
This commit is contained in:
@@ -1078,7 +1078,7 @@ class LevelDecorator(BaseDecorator):
|
|||||||
def decorate(self, context, obj):
|
def decorate(self, context, obj):
|
||||||
verts, idxs, topo = self.get_path_geom(obj)
|
verts, idxs, topo = self.get_path_geom(obj)
|
||||||
self.draw_lines(context, obj, verts, idxs, topo)
|
self.draw_lines(context, obj, verts, idxs, topo)
|
||||||
self.draw_labels(context, obj, splines)
|
self.draw_labels(context, obj, self.get_splines(obj))
|
||||||
|
|
||||||
|
|
||||||
class PlanLevelDecorator(LevelDecorator):
|
class PlanLevelDecorator(LevelDecorator):
|
||||||
|
|||||||
Reference in New Issue
Block a user