mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix 3ceeaa7
This commit is contained in:
@@ -204,6 +204,8 @@ def format_distance(
|
|||||||
tx_dist = ""
|
tx_dist = ""
|
||||||
if feet is not None:
|
if feet is not None:
|
||||||
tx_dist += str(feet) + "'"
|
tx_dist += str(feet) + "'"
|
||||||
|
if not feet and not add_inches:
|
||||||
|
tx_dist += str(feet) + "'"
|
||||||
if feet and add_inches:
|
if feet and add_inches:
|
||||||
tx_dist += " - "
|
tx_dist += " - "
|
||||||
if not feet and value < 0:
|
if not feet and value < 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user