rs2.modeler.properties.material.strength.GeneralizedAnisotropic module#

class rs2.modeler.properties.material.strength.GeneralizedAnisotropic.GeneralizedAnisotropic(server: Client, ID, documentProxyID)#

Bases: PropertyProxy

setGeneralizedAnisotropicFunction(generalizedFunction: list[tuple[float, str]])#

Takes a list of tuples (angle, materialPropertyName). First angle must be greater than -90. Last angle must be exactly 90.

getGeneralizedAnisotropicFunction() list[tuple[float, str]]#

Returns a list of tuples (angle, materialPropertyName)

setBaseMaterialByName(materialName: str)#
getBaseMaterialName() str#