rs3.properties.material.constitutiveModel.stiffness.formula.Formula3 module#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3Base(client: Client, id: str)#
Bases:
_ProxyObject,IPropertyGroupAccessors- getGammaMax() float#
- setGammaMax(value: float)#
- getGammaY() float#
- setGammaY(value: float)#
- getAParameter() float#
- setAParameter(value: float)#
- getRParameter() float#
- setRParameter(value: float)#
- getUnloadingGammaMax() float#
- setUnloadingGammaMax(value: float)#
- getUnloadingGammaY() float#
- setUnloadingGammaY(value: float)#
- getUnloadingAParameter() float#
- setUnloadingAParameter(value: float)#
- getUnloadingRParameter() float#
- setUnloadingRParameter(value: float)#
- getProperties()#
Retrieve properties as a dictionary.
- setProperties(GammaMax: float = None, GammaY: float = None, AParameter: float = None, RParameter: float = None, UnloadingGammaMax: float = None, UnloadingGammaY: float = None, UnloadingAParameter: float = None, UnloadingRParameter: float = None)#
Set properties using keyword arguments.
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3StageFactorBase(id: str, stageFactorID: str, client: Client)#
Bases:
IStageFactorBase- getAParameterFactor() float#
- getGMaxFactor() float#
- getRParameterFactor() float#
- getTaoYFactor() float#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3DefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#
Bases:
Formula3StageFactorBase- setAParameterFactor(value: float)#
- setGMaxFactor(value: float)#
- setRParameterFactor(value: float)#
- setTaoYFactor(value: float)#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3StageFactor(id: str, stageFactorId: str, client: Client)#
Bases:
Formula3StageFactorBase
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3DefinedStageFactor(id: str, stageFactorID: str, client: Client)#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula3.Formula3(client: Client, id: str)#
Bases:
Formula3Base