Change inclined section viewer
This commit is contained in:
10
StructureHelperCommon/Services/Units/UnitsOfSI.cs
Normal file
10
StructureHelperCommon/Services/Units/UnitsOfSI.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace StructureHelperCommon.Services.Units
|
||||
{
|
||||
public static class UnitsOfSI
|
||||
{
|
||||
public const string Dimensionless = "(dimensionless)";
|
||||
public const string Meters = "(m)";
|
||||
public const string SquareMeters = "(m2)";
|
||||
public const string Newtons = "(N)";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user