Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
does anyone know of a way to automatically assign tissue properties from any of the databases to the animal models. For example, I'm looking at the big male rat at the moment and when I try to link the tissue properties there is no automatic link to the dissue database and I would need to assing all tissue properties manually.
have you tried with a Python script?
For instance:
import s4l_v1.materials.database as database import s4l_v1.simulation.emlf as emlf
material_settings = emlf.MaterialSettings() components = [your_entity] mat = database["IT'IS LF 4.0"]["Cerebrospinal Fluid"] simulation.LinkMaterialWithDatabase(material_settings, mat) simulation.Add(material_settings, components)
Thanks for the help, but I just found the auto-assign button in the Assign material tool...
My day is saved.