rs3.properties.pile.Linear module#

class rs3.properties.pile.Linear.LinearBase(client: Client, id: str)#

Bases: _ProxyObject, IPropertyGroupAccessors

getMaxTractionAtTop() float#
setMaxTractionAtTop(value: float)#
getMaxTractionAtBottom() float#
setMaxTractionAtBottom(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(MaxTractionAtTop: float = None, MaxTractionAtBottom: float = None)#

Set properties using keyword arguments.

class rs3.properties.pile.Linear.LinearStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: IStageFactorBase

getMaxTractionAtTopFactor() float#
getMaxTractionAtBottomFactor() float#
class rs3.properties.pile.Linear.LinearDefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: LinearStageFactorBase

setMaxTractionAtTopFactor(value: float)#
setMaxTractionAtBottomFactor(value: float)#
class rs3.properties.pile.Linear.LinearStageFactor(id: str, stageFactorID: str, client: Client)#

Bases: PileCommonStageFactor, LinearStageFactorBase

Examples

See Pile Script Examples.

class rs3.properties.pile.Linear.LinearDefinedStageFactor(id: str, stageFactorID: str, client: Client)#

Bases: PileCommonDefinedStageFactor, LinearDefinedStageFactorBase, LinearStageFactor

Examples

See Pile Script Examples.

class rs3.properties.pile.Linear.Linear(client: Client, id: str)#

Bases: LinearBase, PileCommon

Examples

See Pile Script Examples.