PLAXIS LE PLAXIS DESIGNER SCRIPT

Hello guys,

how do I export a template created in the plaxis designer to my python script, please?

Parents
  • The closest thing to what is described in the question is that a surface can be exported from PLAXIS Designer as an OBJ file, and then referenced from a Python script as follows:

    1. Select the surface in Designer, right-click in the tree and select Export
    2. Use OBJ as the file format
    3. Use the “load_surfaces_from_obj” function defined in “util.py”, found in the /api/examples folder. The sample file “submergence_3d.py” demonstrates this usage.

    Answer Verified By: Mariele Rodrigues 

Reply
  • The closest thing to what is described in the question is that a surface can be exported from PLAXIS Designer as an OBJ file, and then referenced from a Python script as follows:

    1. Select the surface in Designer, right-click in the tree and select Export
    2. Use OBJ as the file format
    3. Use the “load_surfaces_from_obj” function defined in “util.py”, found in the /api/examples folder. The sample file “submergence_3d.py” demonstrates this usage.

    Answer Verified By: Mariele Rodrigues 

Children