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

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

Bases: PropertyProxy

getMaterialType() MaterialType#
setMaterialType(value: MaterialType)#
getUseMaximumShearStrength() bool#
setUseMaximumShearStrength(value: bool)#
getUseTensileStrength() bool#
setUseTensileStrength(value: bool)#
getVerticalStressRatio() float#
setVerticalStressRatio(value: float)#
getMinimumShearStrength() float#
setMinimumShearStrength(value: float)#
getMaximumShearStrength() float#
setMaximumShearStrength(value: float)#
getPeakTensileStrength() float#
setPeakTensileStrength(value: float)#
getResidualVerticalStressRatio() float#
setResidualVerticalStressRatio(value: float)#
getResidualMinimumShearStrength() float#
setResidualMinimumShearStrength(value: float)#
getResidualMaximumShearStrength() float#
setResidualMaximumShearStrength(value: float)#
getResidualTensileStrength() float#
setResidualTensileStrength(value: float)#
getApplySSRShearStrengthReduction() bool#
setApplySSRShearStrengthReduction(value: bool)#
setProperties(MaterialType: MaterialType = None, UseMaximumShearStrength: bool = None, UseTensileStrength: bool = None, VerticalStressRatio: float = None, MinimumShearStrength: float = None, MaximumShearStrength: float = None, PeakTensileStrength: float = None, ResidualVerticalStressRatio: float = None, ResidualMinimumShearStrength: float = None, ResidualMaximumShearStrength: float = None, ResidualTensileStrength: float = None, ApplySSRShearStrengthReduction: bool = None)#
getProperties()#