Python-PLAXIS2D V20 soil material USDA

Hello,

I am using PLAXIS2D V20. I would like to change DateSetFlow and UsdaSoilType througt python remote scripting. Howere,it dose not work . I want to change picture1 to picture2. "标准“——“USDA”

My script is as the following 

material03 = g_i.soilmat()
material03.setproperties("MaterialName", "1-1B淤泥", 'Colour', 15262625, 'MaterialNumber', 1, 'SoilModel', 2, "DrainageType", 1, 'gammaUnsat', 16.6, 'gammaSat', 16.6, 'Eref', 1087, 'nu', 0.4,
'cref', 13, 'phi', 7.3, 'DataSetFlow', 2, 'UsdaSoilType', 1)
soil_03.Material = material03

Parents Reply Children
No Data