rs3.properties.material.constitutiveModel.VerticalStressRatio module#
- class rs3.properties.material.constitutiveModel.VerticalStressRatio.VerticalStressRatioBase(client: Client, id: str)#
Bases:
_ProxyObject,IPropertyGroupAccessors- getVerticalStressRatio() float#
- setVerticalStressRatio(value: float)#
- getMinimumShearStrength() float#
- setMinimumShearStrength(value: float)#
- getMaximumShearStrength() float#
- setMaximumShearStrength(value: float)#
- getResidualVerticalStressRatio() float#
- setResidualVerticalStressRatio(value: float)#
- getResidualMinimumShearStrength() float#
- setResidualMinimumShearStrength(value: float)#
- getResidualMaximumShearStrength() float#
- setResidualMaximumShearStrength(value: float)#
- getResidualTensileStrength() float#
- setResidualTensileStrength(value: float)#
- getUseMaximumShearStrength() bool#
- setUseMaximumShearStrength(value: bool)#
- getUseTensilieStrength() bool#
- setUseTensilieStrength(value: bool)#
- getTensileStrength() float#
- setTensileStrength(value: float)#
- getApplySSRShearStrengthReduction() bool#
- setApplySSRShearStrengthReduction(value: bool)#
- getProperties()#
Retrieve properties as a dictionary.
- setProperties(VerticalStressRatio: float = None, MinimumShearStrength: float = None, MaximumShearStrength: float = None, ResidualVerticalStressRatio: float = None, ResidualMinimumShearStrength: float = None, ResidualMaximumShearStrength: float = None, ResidualTensileStrength: float = None, UseMaximumShearStrength: bool = None, UseTensilieStrength: bool = None, TensileStrength: float = None, ApplySSRShearStrengthReduction: bool = None)#
Set properties using keyword arguments.
- class rs3.properties.material.constitutiveModel.VerticalStressRatio.VerticalStressRatio(client: Client, id: str)#