Plastic#

class PlasticCrossSectionType(*values)#

Bases: Enum

CIRCULAR = 1#
RECTANGULAR = 2#
PIPE = 3#
class Plastic(model_id: str, pile_id: str, client: Client)#

Bases: object

getYoungsModulus() float#
setYoungsModulus(youngsModulus: float)#
getMomentCapacityMyz() float#
setMomentCapacityMyz(momentCapacityMyz: float)#
getMomentCapacityMxz() float#
setMomentCapacityMxz(momentCapacityMxz: float)#
getCrossSectionType() PlasticCrossSectionType#
setCrossSectionType(crossSectionType: PlasticCrossSectionType)#