Mike O'Leary

Results 3 issues of 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...

type:feature

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:...

enhancement

**Describe the bug** ```csharp var massUnit = Mass.Info.GetUnitInfosFor(UnitSystem.SI.BaseUnits); ``` returns empty enumeration **Expected behavior** returns MassUnit.Kilogram

bug