rs2.modeler.properties.material.hydraulic.FEAGroundwater.Constant module#

class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Constant.ConstantStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getWCCurveSlopeFactor() float#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Constant.ConstantDefinedStageFactor(client: Client, ID, propertyID)#

Bases: ConstantStageFactor

setWCCurveSlopeFactor(value: float)#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Constant.Constant(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

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

Examples

Code Snippet: Manipulation of Hydraulic FEA Groundwater Properties

getUseCV() bool#
setUseCV(value: bool)#
getCV() float#
setCV(value: float)#
getInitialK() float#
setInitialK(value: float)#
getWCCurveSlope() float#
setWCCurveSlope(value: float)#
setProperties(UseCV: bool = None, CV: float = None, InitialK: float = None, WCCurveSlope: float = None)#
getProperties()#