Browse By Tags

  • Python script for user defined model

    Hi, I am trying to use the Python script to set my material model and properties. For example, If I try to set material properties for the user-defined Drucker-Prager model: material1 = g_i.soilmat() material1.setproperties( "MaterialName", "1"…
  • Output reading Plaxis 3D embedded beams with Python

    Dear all, This is my first time asking a question here, but I have trouble creating a output script for my files to automate the reading of several of the resultant forces. The output is now made with the following script (see below). The problem…
  • Assiging material to a soil volume

    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…