rs2.modeler.properties.material.stiffness.NonLinearIsotropic module#

class rs2.modeler.properties.material.stiffness.NonLinearIsotropic.NonLinearIsotropicStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getAParameterFactor() float#
getAlphaFactor() float#
getBParameterFactor() float#
getGMaxFactor() float#
getInitialEFactor() float#
getMParameterFactor() float#
getPrefFactor() float#
getRParameterFactor() float#
getGammaYFactor() float#
getPoissonsRatioFactor() float#
getResidualYoungsModulusFactor() float#
class rs2.modeler.properties.material.stiffness.NonLinearIsotropic.NonLinearIsotropicDefinedStageFactor(client: Client, ID, propertyID)#

Bases: NonLinearIsotropicStageFactor

setAParameterFactor(value: float)#
setAlphaFactor(value: float)#
setBParameterFactor(value: float)#
setGMaxFactor(value: float)#
setInitialEFactor(value: float)#
setMParameterFactor(value: float)#
setPrefFactor(value: float)#
setRParameterFactor(value: float)#
setGammaYFactor(value: float)#
setPoissonsRatioFactor(value: float)#
setResidualYoungsModulusFactor(value: float)#
class rs2.modeler.properties.material.stiffness.NonLinearIsotropic.NonLinearIsotropic(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

stageFactorInterface (AbsoluteStageFactorGettersInterface[NonLinearIsotropicDefinedStageFactor, NonLinearIsotropicStageFactor]) – Reference object for modifying stage factor property.

Examples

Code Snippet: Manipulation of Stiffness Properties

getUseUnloadingCondition() bool#
setUseUnloadingCondition(value: bool)#
getUnloadingCondition() UnloadingConditions#
setUnloadingCondition(value: UnloadingConditions)#
getNonLinearIsotropicFormula() NLIFormulaTypes#
setNonLinearIsotropicFormula(value: NLIFormulaTypes)#
getPoissonsRatio() float#
setPoissonsRatio(value: float)#
getUseResidualYoungsModulus() bool#
setUseResidualYoungsModulus(value: bool)#
getResidualYoungsModulus() float#
setResidualYoungsModulus(value: float)#
getInitialE() float#
setInitialE(value: float)#
getAlpha() float#
setAlpha(value: float)#
getPref() float#
setPref(value: float)#
getAParameter() float#
setAParameter(value: float)#
getBParameter() float#
setBParameter(value: float)#
getMParameter() float#
setMParameter(value: float)#
getGMax() float#
setGMax(value: float)#
getGammaY() float#
setGammaY(value: float)#
getRParameter() float#
setRParameter(value: float)#
getUnloadingPoissonsRatio() float#
setUnloadingPoissonsRatio(value: float)#
getUseUnloadingResidualYoungsModulus() bool#
setUseUnloadingResidualYoungsModulus(value: bool)#
getUnloadingResidualYoungsModulus() float#
setUnloadingResidualYoungsModulus(value: float)#
getUnloadingInitialE() float#
setUnloadingInitialE(value: float)#
getUnloadingAlpha() float#
setUnloadingAlpha(value: float)#
getUnloadingPref() float#
setUnloadingPref(value: float)#
getUnloadingAParameter() float#
setUnloadingAParameter(value: float)#
getUnloadingBParameter() float#
setUnloadingBParameter(value: float)#
getUnloadingMParameter() float#
setUnloadingMParameter(value: float)#
getUnloadingGMax() float#
setUnloadingGMax(value: float)#
getUnloadingGammaY() float#
setUnloadingGammaY(value: float)#
getUnloadingRParameter() float#
setUnloadingRParameter(value: float)#
setProperties(UseUnloadingCondition: bool = None, UnloadingCondition: UnloadingConditions = None, NonLinearIsotropicFormula: NLIFormulaTypes = None, PoissonsRatio: float = None, UseResidualYoungsModulus: bool = None, ResidualYoungsModulus: float = None, InitialE: float = None, Alpha: float = None, Pref: float = None, AParameter: float = None, BParameter: float = None, MParameter: float = None, GMax: float = None, GammaY: float = None, RParameter: float = None, UnloadingPoissonsRatio: float = None, UseUnloadingResidualYoungsModulus: bool = None, UnloadingResidualYoungsModulus: float = None, UnloadingInitialE: float = None, UnloadingAlpha: float = None, UnloadingPref: float = None, UnloadingAParameter: float = None, UnloadingBParameter: float = None, UnloadingMParameter: float = None, UnloadingGMax: float = None, UnloadingGammaY: float = None, UnloadingRParameter: float = None)#
getProperties()#