rs3.properties.material.constitutiveModel.stiffness.formula.Formula2 module#

class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2Base(client: Client, id: str)#

Bases: _ProxyObject, IPropertyGroupAccessors

getInitialE() float#
setInitialE(value: float)#
getPref() float#
setPref(value: float)#
getAParameter() float#
setAParameter(value: float)#
getBParameter() float#
setBParameter(value: float)#
getMParameter() float#
setMParameter(value: float)#
getUnloadingInitialE() float#
setUnloadingInitialE(value: float)#
getUnloadingPref() float#
setUnloadingPref(value: float)#
getUnloadingAParameter() float#
setUnloadingAParameter(value: float)#
getUnloadingBParameter() float#
setUnloadingBParameter(value: float)#
getUnloadingMParameter() float#
setUnloadingMParameter(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(InitialE: float = None, Pref: float = None, AParameter: float = None, BParameter: float = None, MParameter: float = None, UnloadingInitialE: float = None, UnloadingPref: float = None, UnloadingAParameter: float = None, UnloadingBParameter: float = None, UnloadingMParameter: float = None)#

Set properties using keyword arguments.

class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2StageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: IStageFactorBase

getAParameterFactor() float#
getAlphaFactor() float#
getBParameterFactor() float#
getInitialEFactor() float#
getMParameterFactor() float#
getPrefFactor() float#
class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2DefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: Formula2StageFactorBase

setAParameterFactor(value: float)#
setAlphaFactor(value: float)#
setBParameterFactor(value: float)#
setInitialEFactor(value: float)#
setMParameterFactor(value: float)#
setPrefFactor(value: float)#
class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2StageFactor(id: str, stageFactorId: str, client: Client)#

Bases: Formula2StageFactorBase

class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2DefinedStageFactor(id: str, stageFactorID: str, client: Client)#

Bases: Formula2DefinedStageFactorBase

class rs3.properties.material.constitutiveModel.stiffness.formula.Formula2.Formula2(client: Client, id: str)#

Bases: Formula2Base