rs3.properties.material.hydraulic.FEAGroundwater.HydraulicMethodVectors module#

class rs3.properties.material.hydraulic.FEAGroundwater.HydraulicMethodVectors.HydraulicMethodVectors(client: Client, id: str)#

Bases: _ProxyObject

setK1DirectionType(value: LinearDirectionType)#
getK1DirectionType() LinearDirectionType#
setK1Trend(value: float)#
getK1Trend() float#
setK1Plunge(value: float)#
getK1Plunge() float#
setK1Vector(value: tuple[float, float, float])#

Set (x, y, z) of the K1 vector.

getK1Vector() tuple[float, float, float]#

Get (x, y, z) of the K1 vector.

setK2DirectionType(value: LinearDirectionType)#
getK2DirectionType() LinearDirectionType#
setK2Trend(value: float)#
getK2Trend() float#
setK2Plunge(value: float)#
getK2Plunge() float#
setK2Vector(value: tuple[float, float, float])#

Set (x, y, z) of the K2 vector.

getK2Vector() tuple[float, float, float]#

Get (x, y, z) of the K2 vector.