This module provides an interface to the material database (see job setup)
More...
Detailed Description
This module provides an interface to the material database (see job setup)
usage: import shape shp = shape.Shape( "W10x33" ) depth = shp.depth pl = shape.Shape("PL1/4x12") flat_or_plate = pl.type thick = pl.thick width = pl.width etc
Function Documentation
def shape.getAvailable |
( |
|
args | ) |
|
getAvailable(shape, std) - Retrieve the availability of the given Shape in the given Production Standard
getCw(shape, std) - Retrieve the Cw of the given Shape in the given Production Standard
def shape.getDesignThickness |
( |
|
args | ) |
|
getAvailable(shape, std) - Retrieve the Design Thickness of the given Shape in the given Production Standard
getIx(shape, std) - Retrieve the Ix of the given Shape in the given Production Standard
getIy(shape, std) - Retrieve the Iy of the given Shape in the given Production Standard
getIz(shape, std) - Retrieve the Iz of the given Shape in the given Production Standard
getJ(shape, std) - Retrieve the J of the given Shape in the given Production Standard
getR0(shape, std) - Retrieve the R0 of the given Shape in the given Production Standard
getSx(shape, std) - Retrieve the Sx of the given Shape in the given Production Standard
getSy(shape, std) - Retrieve the Sy of the given Shape in the given Production Standard
getZx(shape, std) - Retrieve the Zx of the given Shape in the given Production Standard
getZy(shape, std) - Retrieve the Zy of the given Shape in the given Production Standard
Plate(<section_size>) returns a plate object
Shape( <section_size|index> ) returns a shape object