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