Skip to content

Commit

Permalink
Added missing unit to IFCMASSMEASURE
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed Apr 1, 2024
1 parent 6b8a57f commit cc55d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/units.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The order of dimensional exponent units is `(m, Kg, s, A, K, mol, cd)`.
| IFCMAGNETICFLUXMEASURE | Magnetic flux | weber | Wb | Wb | (2, 1, -2, -1, 0, 0, 0) | IfcDerivedUnitEnum.MAGNETICFLUXUNIT |
| IFCMASSDENSITYMEASURE | Mass density | | | Kg / m3 | (-3, 1, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.MASSDENSITYUNIT |
| IFCMASSFLOWRATEMEASURE | Mass flow rate | | | Kg / s | (0, 1, -1, 0, 0, 0, 0) | IfcDerivedUnitEnum.MASSFLOWRATEUNIT |
| IFCMASSMEASURE | Mass | kilogram | | Kg | (0, 1, 0, 0, 0, 0, 0) | IfcUnitEnum.MASSUNIT |
| IFCMASSMEASURE | Mass | kilogram | Kg | Kg | (0, 1, 0, 0, 0, 0, 0) | IfcUnitEnum.MASSUNIT |
| IFCMASSPERLENGTHMEASURE | Mass per length | | | Kg / m | (-1, 1, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.MASSPERLENGTHUNIT |
| IFCMODULUSOFELASTICITYMEASURE | Modulus of elasticity | | | N / m2 | (-1, 1, -2, 0, 0, 0, 0) | IfcDerivedUnitEnum.MODULUSOFELASTICITYUNIT |
| IFCMODULUSOFLINEARSUBGRADEREACTIONMEASURE | Modulus of linear subgrade reaction | | | N / m2 | (-1, 1, -2, 0, 0, 0, 0) | IfcDerivedUnitEnum.MODULUSOFLINEARSUBGRADEREACTIONUNIT |
Expand Down

0 comments on commit cc55d7c

Please sign in to comment.