Skip to content

Commit

Permalink
fixed level elevation for Show View Range
Browse files Browse the repository at this point in the history
  • Loading branch information
thumDer committed May 14, 2024
1 parent 00e7faa commit 5ddd651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def corners_from_bb(bbox):
corners = corners_from_bb(level_bbox)

plane_elevation = (
plane_level.Elevation
plane_level.ProjectElevation
+ view_range.GetOffset(plane)
)

Expand Down

0 comments on commit 5ddd651

Please sign in to comment.