rs2.modeler.properties.liner.CableTruss module#

class rs2.modeler.properties.liner.CableTruss.CableTrussStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getUnitWeightFactor() float#
getCableDiameterFactor() float#
getYoungsModulusFactor() float#
getAxialStrainExpansionFactor() float#
getTensileStrengthPeakFactor() float#
getTensileStrengthResidualFactor() float#
getConductivityFactor() float#
getSpecificHeatCapacityFactor() float#
getExpansionCoefficientFactor() float#
class rs2.modeler.properties.liner.CableTruss.CableTrussDefinedStageFactor(client: Client, ID, propertyID)#

Bases: CableTrussStageFactor

setUnitWeightFactor(value: float)#
setCableDiameterFactor(value: float)#
setYoungsModulusFactor(value: float)#
setAxialStrainExpansionFactor(value: float)#
setTensileStrengthPeakFactor(value: float)#
setTensileStrengthResidualFactor(value: float)#
setConductivityFactor(value: float)#
setSpecificHeatCapacityFactor(value: float)#
setExpansionCoefficientFactor(value: float)#
class rs2.modeler.properties.liner.CableTruss.CableTruss(client: Client, ID, documentProxyID)#

Bases: PropertyProxy

Variables:

stageFactorInterface (RelativeStageFactorInterface[CableTrussDefinedStageFactor, CableTrussStageFactor]) – Reference object for modifying stage factor property.

Examples

Code Snippet: Manipulation of Liner Stage Factor Properties

getUnitWeight() float#
setUnitWeight(value: float)#
getInitialTemperature() float#
setInitialTemperature(value: float)#
getCableDiameter() float#
setCableDiameter(value: float)#
getOutofplaneSpacing() float#
setOutofplaneSpacing(value: float)#
getYoungsModulus() float#
setYoungsModulus(value: float)#
getMaterialType() MaterialType#
setMaterialType(value: MaterialType)#
getTensileStrengthPeak() float#
setTensileStrengthPeak(value: float)#
getTensileStrengthResidual() float#
setTensileStrengthResidual(value: float)#
getPreTensioning() bool#
setPreTensioning(value: bool)#
getPreTensioningForce() float#
setPreTensioningForce(value: float)#
getAxialStrainExpansion() float#
setAxialStrainExpansion(value: float)#
getActivateThermal() bool#
setActivateThermal(value: bool)#
getStaticTemperatureMode() StaticWaterModes#
setStaticTemperatureMode(value: StaticWaterModes)#
getStaticTemperature() float#
setStaticTemperature(value: float)#
getConductivity() float#
setConductivity(value: float)#
getSpecificHeatCapacity() float#
setSpecificHeatCapacity(value: float)#
getThermalExpansion() bool#
setThermalExpansion(value: bool)#
getExpansionCoefficient() float#
setExpansionCoefficient(value: float)#
getStageCableProperties() bool#
setStageCableProperties(value: bool)#
getStaticTemperatureGridToUse() str#
setStaticTemperatureGridToUse(gridName: str)#

Grids “None” and “Default Grid” available by default.

setProperties(UnitWeight: float = None, InitialTemperature: float = None, CableDiameter: float = None, OutofplaneSpacing: float = None, YoungsModulus: float = None, MaterialType: MaterialType = None, TensileStrengthPeak: float = None, TensileStrengthResidual: float = None, PreTensioning: bool = None, PreTensioningForce: float = None, AxialStrainExpansion: float = None, ActivateThermal: bool = None, StaticTemperatureMode: StaticWaterModes = None, StaticTemperature: float = None, Conductivity: float = None, SpecificHeatCapacity: float = None, ThermalExpansion: bool = None, ExpansionCoefficient: float = None, StageCableProperties: bool = None)#
getProperties()#