Hello,
I am using python scripting to atomize the calculation for a seepage analyses. I imported the soil volume in the structure part using the following python lines:
Volume_1=g_i.import_("structurevolume", r"\\Sestofs010\projekt\25465\13_BERA\PLAXIS-3D\Reyhaneh_test_standpipes\Drawing4_milimtere.dxf")
Soil_1=g_i.soil(Volume_1, "Material", Material3)g_i.setmaterial(Soil_1,Material3)
It imports the soil volume but it does not assign the material to the volume. Do you know how I can solve it?
Cheers,
Rey