mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix area measure tool to display first dimension correctly.
This commit is contained in:
@@ -323,7 +323,7 @@ class MeasureDecorator:
|
||||
|
||||
all_positions = []
|
||||
for i in range(len(polyline_points)):
|
||||
if i < 2 and measure_type == "AREA":
|
||||
if i < 1 and measure_type == "AREA":
|
||||
continue
|
||||
if i == 0:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user