Browse By Tags

  • SoilVision database in Plaxis LE API

    Hello guys, Is there any way I can use soil data from the SoilVision database in the Plaxis LE API? Thanks for the attention!
  • Plaxis Python API - Change parameters of soil materials

    Hi, I am trying to change the soil parameters of a soil already present in the Plaxis Model using Python and V22 (new material database). How do you have to address the parameter in order to change the value? For example, if I try to change E50Ref…
  • How to prevent two polygons from merging as same soil/material in python API? Seems that when you add a different polygon on top of an already existing polygon, Plaxis automatically assigns a soil material of the polygon underneath?

    As further description to the title, it seems in the python API when you add a polygon on top of an already existing soil polygon, when you run a gotostages or gotoflows function, the soil/material assigned to the smaller polygon (yellow below) in the…
  • SET MATERIAL

    Hello, How can i set specified soil material by using python code ? ı mean i have three kind of soil volume but all i want to change just one of them.Is there someone who has an idea? thank you
  • Python material setproperties

    Hi all, I am diving into the creation of PLAXIS 2D models using Python. I have some experience with the scripting engine and have read and studied the material provided by the commands reference. I am stuck creating soil materials in my Python script…