Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Mesh_material = sim.AddMaterialSettings(themesh(fromstl)) Mesh_material.Name = yourname Mesh_material.ElectricProps.Conductivity = v # S/m
This is currently not available in 6.2 but will be in the next release.
To print the available databases you can run [db.Name for db in XMaterials.GetMaterialDatabase().AllDatabases]
Hi Haza,
yes, i managed to get the corresponding material with : tissue_X_entity.MaterialName Each entity of the anatomical model has this attribute which is visible also through the GUI. thanks