rs2.modeler.properties.material.strength.SwellingRockStrength module#

class rs2.modeler.properties.material.strength.SwellingRockStrength.SwellingRockStrength(server: Client, ID, documentProxyID)#

Bases: PropertyProxy

getFrictionAngle() float#
setFrictionAngle(value: float)#
getCohesion() float#
setCohesion(value: float)#
getTensileStrength() float#
setTensileStrength(value: float)#
getDilationAngle() float#
setDilationAngle(value: float)#
getA0() float#
setA0(value: float)#
getAElastic() float#
setAElastic(value: float)#
getAPlastic() float#
setAPlastic(value: float)#
getMaximumPlasticVolumetricStrainForAPlastic() float#
setMaximumPlasticVolumetricStrainForAPlastic(value: float)#
getKSwellNormal() float#
setKSwellNormal(value: float)#
getKSwellTangential() float#
setKSwellTangential(value: float)#
getMaximumSwellingStressNormal() float#
setMaximumSwellingStressNormal(value: float)#
getMaximumSwellingStressTangential() float#
setMaximumSwellingStressTangential(value: float)#
getMinimumSwellingStress() float#
setMinimumSwellingStress(value: float)#
getSwellingFormulation() SwellingForm#
setSwellingFormulation(value: SwellingForm)#
getWaterCondition() WaterCondition#
setWaterCondition(value: WaterCondition)#
getSigmaCoupling() float#
setSigmaCoupling(value: float)#
setProperties(FrictionAngle: float = None, Cohesion: float = None, TensileStrength: float = None, DilationAngle: float = None, A0: float = None, AElastic: float = None, APlastic: float = None, MaximumPlasticVolumetricStrainForAPlastic: float = None, KSwellNormal: float = None, KSwellTangential: float = None, MaximumSwellingStressNormal: float = None, MaximumSwellingStressTangential: float = None, MinimumSwellingStress: float = None, SwellingFormulation: SwellingForm = None, WaterCondition: WaterCondition = None, SigmaCoupling: float = None)#
getProperties()#