rs2.modeler.properties.material.stiffness.ViscoElastic module#

class rs2.modeler.properties.material.stiffness.ViscoElastic.ViscoElastic(server: Client, ID, documentProxyID)#

Bases: PropertyProxy

getViscoElasticType() ViscoElasticTypes#
setViscoElasticType(value: ViscoElasticTypes)#
getBulkModulus() float#
setBulkModulus(value: float)#
getMaxwellShearModulus() float#
setMaxwellShearModulus(value: float)#
getMaxwellViscosity() float#
setMaxwellViscosity(value: float)#
getKelvinShearModulus() float#
setKelvinShearModulus(value: float)#
getKelvinViscosity() float#
setKelvinViscosity(value: float)#
getShearModulus() float#
setShearModulus(value: float)#
setProperties(ViscoElasticType: ViscoElasticTypes = None, BulkModulus: float = None, MaxwellShearModulus: float = None, MaxwellViscosity: float = None, KelvinShearModulus: float = None, KelvinViscosity: float = None, ShearModulus: float = None)#
getProperties()#