예제 #1
0
 public void SetNuElevation(UnitsType units, double elev)
 {
     Elevation = NUConvert.ConvertDistance(units, elev);
 }
예제 #2
0
 public void SetNuLenght(UnitsType utype, double value)
 {
     Lenght = NUConvert.ConvertDistance(utype, value);
 }
예제 #3
0
 public void SetNuShutoffHead(UnitsType utype, double value)
 {
     H0 = NUConvert.ConvertDistance(utype, value);
 }
예제 #4
0
 public void SetNuDiameter(UnitsType utype, double value)
 {
     Diameter = NUConvert.ConvertDistance(utype, value);
 }
예제 #5
0
 public void SetNuMaxHead(UnitsType utype, double value)
 {
     Hmax = NUConvert.ConvertDistance(utype, value);
 }