rs3.properties.material.constitutiveModel.stiffness.GeneralizedHoekBrownEstimation module#

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

Bases: _ProxyObject, IPropertyGroupAccessors

getComputeRockMassElasticModulus() bool#
setComputeRockMassElasticModulus(value: bool)#
getEI() float#
setEI(value: float)#
getMR() float#
setMR(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(ComputeRockMassElasticModulus: bool = None, EI: float = None, MR: float = None)#

Set properties using keyword arguments.

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

Bases: GeneralizedHoekBrownEstimationBase

getEstimationMethod() GeneralizedHoekBrownEstimationMethodType#
setEstimationMethod(GHBMethod: GeneralizedHoekBrownEstimationMethodType)#
getUsingEI() bool#
setUsingEI(value: bool)#