AISC v15.0 Shapes Database # NOTE # For enhanced readability and easier translation to other software, # exponents are indicated with the (mathematically) traditional caret symbol. # In Python, replace all carets with a double asterisk. # Get single angle properties a = np.arctan(my_angle.TANA) c = np.cos(a) s = np.sin(a) b = my_angle.B_LOWERCASE d = […]
Month: December 2019
Structural Property Calculator — Improved Dec 2019
# calc> ddet(..w8x31) # not case sensitive 8.0 # # On assignment, now, the calculator # returns __str__(object) # the string representation of the object # # Therefore, # On assignment of an AISC shape the calculator # returns __str__(shape) # the string representation of the shape # calc > a = ..w8x31 # not […]
Recent Comments