I would like to control my Plaxis model via external software. For that, I want to assign a new value for the cohesion cRef to a soil zone and this is composed of a calculated value plus the value of another soil material. Basically, I am looking for a way to make the following work:
_set Soil2.cRef (Soil1.cRef + 5)
The input is wrong of course, but maybe there is a syntax that makes this possible?
I do not think it is possible through command line, but it can be done with Python scripting. In general, operating Plaxis by Python is probably a good direction as each command has its equivalent in Python API with practically all benefits of using Python and its libraries.