rs3.properties.liner.Geosynthetic module#

class rs3.properties.liner.Geosynthetic.GeosyntheticBase(client: Client, id: str)#

Bases: _ProxyObject, IPropertyGroupAccessors

getTensileModulus() float#
setTensileModulus(value: float)#
getTensileStrength() float#
setTensileStrength(value: float)#
getResidualTensileStrength() float#
setResidualTensileStrength(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(TensileModulus: float = None, TensileStrength: float = None, ResidualTensileStrength: float = None)#

Set properties using keyword arguments.

class rs3.properties.liner.Geosynthetic.GeosyntheticStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: IStageFactorBase

getTensileModulusFactor() float#
getTensileStrengthFactor() float#
getResidualTensileStrengthFactor() float#
class rs3.properties.liner.Geosynthetic.GeosyntheticDefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: GeosyntheticStageFactorBase

setTensileModulusFactor(value: float)#
setTensileStrengthFactor(value: float)#
setResidualTensileStrengthFactor(value: float)#
class rs3.properties.liner.Geosynthetic.GeosyntheticStageFactor(id: str, stageFactorId: str, client: Client)#

Bases: GeosyntheticStageFactorBase

Examples

See Liner Script Examples.

class rs3.properties.liner.Geosynthetic.GeosyntheticDefinedStageFactor(id: str, stageFactorId: str, client: Client)#

Bases: GeosyntheticStageFactor, GeosyntheticDefinedStageFactorBase

Examples

See Liner Script Examples.

class rs3.properties.liner.Geosynthetic.Geosynthetic(client: Client, id: str)#

Bases: GeosyntheticBase

Examples

See Liner Script Examples.

getMaterialType() MaterialType#
setMaterialType(value: MaterialType)#