BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method to Convert Units

MLiranzo opened this issue · comments

Hi epsi1on,
There is a method in the library to convert units, for example, from metric units to International or SI units.

Hi Dear,
Unfortunately the units in the library are fixed (length: meter, Force: Newton, Mass: Kg). But I think there are many unit libraries you can use in your code to convert units. Even if it is not a complicated feature, then I think you can kind of DIY it with a little piece of code.

for example if you are using WPF, then you can do it as a IValueConverter i think

Good. Thank you.