Mike O'Leary
Mike O'Leary
Suggest the SectionModifier is extended with properties for weight/mass multipliers similar to the SurfacePropertyModifier. ``` [Ratio] [Description("Modifier of the mass. Value of the SectionProperty is multiplied by this value, hence...
I am looking for an API to convert from one unit system to another. I expect I have not found the correct API? What I would expect to see is:...
**Describe the bug** ```csharp var massUnit = Mass.Info.GetUnitInfosFor(UnitSystem.SI.BaseUnits); ``` returns empty enumeration **Expected behavior** returns MassUnit.Kilogram