rs3.properties.material.constitutiveModel.stiffness.formula.Formula1 module#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1Base(client: Client, id: str)#
Bases:
_ProxyObject,IPropertyGroupAccessors- getInitialE() float#
- setInitialE(value: float)#
- getPref() float#
- setPref(value: float)#
- getAlpha() float#
- setAlpha(value: float)#
- getUnloadingInitialE() float#
- setUnloadingInitialE(value: float)#
- getUnloadingPref() float#
- setUnloadingPref(value: float)#
- getUnloadingAlpha() float#
- setUnloadingAlpha(value: float)#
- getProperties()#
Retrieve properties as a dictionary.
- setProperties(InitialE: float = None, Pref: float = None, Alpha: float = None, UnloadingInitialE: float = None, UnloadingPref: float = None, UnloadingAlpha: float = None)#
Set properties using keyword arguments.
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1StageFactorBase(id: str, stageFactorID: str, client: Client)#
Bases:
IStageFactorBase- getAlphaFactor() float#
- getInitialEFactor() float#
- getPrefFactor() float#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1DefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#
Bases:
Formula1StageFactorBase- setAlphaFactor(value: float)#
- setInitialEFactor(value: float)#
- setPrefFactor(value: float)#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1StageFactor(id: str, stageFactorId: str, client: Client)#
Bases:
Formula1StageFactorBase
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1DefinedStageFactor(id: str, stageFactorID: str, client: Client)#
- class rs3.properties.material.constitutiveModel.stiffness.formula.Formula1.Formula1(client: Client, id: str)#
Bases:
Formula1Base