mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fixed #3441
This commit is contained in:
@@ -192,6 +192,8 @@ def format_distance(
|
|||||||
tx_dist += str(feet) + "'"
|
tx_dist += str(feet) + "'"
|
||||||
if feet and add_inches:
|
if feet and add_inches:
|
||||||
tx_dist += " - "
|
tx_dist += " - "
|
||||||
|
if not feet and value < 0:
|
||||||
|
tx_dist += "-"
|
||||||
if add_inches:
|
if add_inches:
|
||||||
tx_dist += str(inches)
|
tx_dist += str(inches)
|
||||||
if add_inches and frac:
|
if add_inches and frac:
|
||||||
|
|||||||
Reference in New Issue
Block a user