Example #1
0
 public static double WarpingConstant(this CircleProfile profile)
 {
     return(profile.IsNull() ? 0 : 0);
 }
Example #2
0
 public static double TorsionalConstant(this CircleProfile profile)
 {
     return(profile.IsNull() ? 0 : Math.PI *Math.Pow(profile.Diameter, 4) / 32);
 }