SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
shape Namespace Reference

This module provides an interface to the material database (see job setup) More...

Classes

class  error
 No documentation available. More...
class  tabulated_properties
 No documentation available. More...

Functions

def getAvailable
def getCw
def getDesignThickness
def getIx
def getIy
def getIz
def getJ
def getR0
def getSx
def getSy
def getZx
def getZy
def Plate
def Shape

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
def shape.getCw (   args)
 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
def shape.getIx (   args)
 getIx(shape, std) - Retrieve the Ix of the given Shape in the given Production Standard
def shape.getIy (   args)
 getIy(shape, std) - Retrieve the Iy of the given Shape in the given Production Standard
def shape.getIz (   args)
 getIz(shape, std) - Retrieve the Iz of the given Shape in the given Production Standard
def shape.getJ (   args)
 getJ(shape, std) - Retrieve the J of the given Shape in the given Production Standard
def shape.getR0 (   args)
 getR0(shape, std) - Retrieve the R0 of the given Shape in the given Production Standard
def shape.getSx (   args)
 getSx(shape, std) - Retrieve the Sx of the given Shape in the given Production Standard
def shape.getSy (   args)
 getSy(shape, std) - Retrieve the Sy of the given Shape in the given Production Standard
def shape.getZx (   args)
 getZx(shape, std) - Retrieve the Zx of the given Shape in the given Production Standard
def shape.getZy (   args)
 getZy(shape, std) - Retrieve the Zy of the given Shape in the given Production Standard
def shape.Plate (   args)
 Plate(<section_size>) returns a plate object
def shape.Shape (   args)
 Shape( <section_size|index> ) returns a shape object