Skip to content
Christopher Short edited this page Sep 1, 2026 · 2 revisions

Home

Welcome to the Localisation_Toolkit wiki!

Localisation_Toolkit is BHoM's home for converting between SI and named engineering units. All conversion arithmetic is delegated to UnitsNet; this repo supplies the BHoM-facing unit enums (BH.oM.Units) and the extension methods that bridge to them.

Wiki pages

  • Unit ConversionConvert.ToUnit / Convert.FromUnit, how quantity dispatch works, and the full list of supported quantities (including WarpingMomentOfInertia).
  • Unit SymbolsQuery.UnitSymbol, for getting a unit's display symbol (e.g. "mm", "kN") for a given BH.oM.Units enum member.

Clone this wiki locally