mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Update unit.py
This commit is contained in:
committed by
Dion Moult
parent
a329de9f71
commit
80996dee1f
@@ -289,15 +289,11 @@ unit_symbols = {
|
|||||||
"SECOND": "s",
|
"SECOND": "s",
|
||||||
"SQUARE_METRE": "m2",
|
"SQUARE_METRE": "m2",
|
||||||
"METRE": "m",
|
"METRE": "m",
|
||||||
# non si units
|
"NEWTON": "N",
|
||||||
"cubic inch": "in3",
|
"PASCAL": "Pa",
|
||||||
"cubic foot": "ft3",
|
|
||||||
"cubic yard": "yd3",
|
|
||||||
"square inch": "in2",
|
|
||||||
"square foot": "ft2",
|
|
||||||
"square yard": "yd2",
|
|
||||||
"square mile": "mi2",
|
|
||||||
# conversion based units
|
# conversion based units
|
||||||
|
"pound-force": "lbf",
|
||||||
|
"pound-force per square inch": "psi",
|
||||||
"thou": "th",
|
"thou": "th",
|
||||||
"inch": "in",
|
"inch": "in",
|
||||||
"foot": "ft",
|
"foot": "ft",
|
||||||
|
|||||||
Reference in New Issue
Block a user