rs2.modeler.properties.material.strength.HoekBrown module#

class rs2.modeler.properties.material.strength.HoekBrown.HoekBrownStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getCompressiveStrengthFactor() float#
getDilationParameterFactor() float#
getMbParameterFactor() float#
getResidualMbParameterFactor() float#
getSParameterFactor() float#
getResidualSParameterFactor() float#
class rs2.modeler.properties.material.strength.HoekBrown.HoekBrownDefinedStageFactor(client: Client, ID, propertyID)#

Bases: HoekBrownStageFactor

setCompressiveStrengthFactor(value: float)#
setDilationParameterFactor(value: float)#
setMbParameterFactor(value: float)#
setResidualMbParameterFactor(value: float)#
setSParameterFactor(value: float)#
setResidualSParameterFactor(value: float)#
class rs2.modeler.properties.material.strength.HoekBrown.HoekBrown(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

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

Examples

Code Snippet: Manipulation of Strength Properties

getMaterialType() MaterialType#
setMaterialType(value: MaterialType)#
getCompressiveStrength() float#
setCompressiveStrength(value: float)#
getMbParameter() float#
setMbParameter(value: float)#
getSParameter() float#
setSParameter(value: float)#
getResidualMbParameter() float#
setResidualMbParameter(value: float)#
getResidualSParameter() float#
setResidualSParameter(value: float)#
getDilationParameter() float#
setDilationParameter(value: float)#
getApplySSRShearStrengthReduction() bool#
setApplySSRShearStrengthReduction(value: bool)#
setProperties(MaterialType: MaterialType = None, CompressiveStrength: float = None, MbParameter: float = None, SParameter: float = None, ResidualMbParameter: float = None, ResidualSParameter: float = None, DilationParameter: float = None, ApplySSRShearStrengthReduction: bool = None)#
getProperties()#