lasasproject.blogg.se

Set material plaxis 2d script
Set material plaxis 2d script












  1. SET MATERIAL PLAXIS 2D SCRIPT MANUAL
  2. SET MATERIAL PLAXIS 2D SCRIPT SOFTWARE
  3. SET MATERIAL PLAXIS 2D SCRIPT CODE

PLAXIS 2D is a powerful and user friendly finite element package intended for two-dimensional analysis of deformation and stability in geotechnical engineering and rock mechanics. Apply hydrostatic and nonhydrostatic pore pressures, model structures and the interaction between the structures and the soil, and take on projects of all types such as excavations, foundations, embankments, tunnels, mines, dredging, and more. You will have what it takes to handle advanced constitutive models for the simulation of the nonlinear and time-dependent behavior of soils. Design and perform advanced finite element analysis of soil and rock deformation and stability, as well as soil structure interaction and groundwater and heat flow.

set material plaxis 2d script

PLAXIS Geotechnical Finite Element Analysis SoftwareĬonquer any geotechnical project with confidence using PLAXIS. The PLAXIS 2D and 3D CONNECT Edition now has a Scripting reference manual, learn-by-doing by changing and running live script examples.

set material plaxis 2d script

Various meshing issues have been resolved

set material plaxis 2d script

Display of plastic points could lead to an error. Interface pore pressure generation when adjacent soil uses Interpolate pore pressures is now been resolve added interactive documentation for Python scripting layer (Python Notebooks) These conditions are now also checked when running the calculate command added command for checking the calculation conditions. In addition, it is now also possible to execute this command from the calculation modes the checks in the checkgeometry command have been extended. PLAXIS Soiltest now supports command line and remote scripting A new validate command for materials was added which checks every property at once The calculation still needs a valid dataset To improve the support for scripting, material properties can now be set to an invalid state without directly getting an error message. You can also edit and rerun the samples and see the effect of your changes, offering a great way of learning-by-doing.

SET MATERIAL PLAXIS 2D SCRIPT SOFTWARE

These samples can be run live in the software to see and understand what happens. Sample scripts for each of the commands in PLAXIS 2D and 3D are offered in a Jupyter notebook. Easily learn Python-based remote scripting in PLAXIS with the new Scripting Reference manual.

SET MATERIAL PLAXIS 2D SCRIPT MANUAL

Scripting Reference manual as a Jupyter notebook PLAXIS 2D CE V20.00.00 Release notes - Release: August 2019 Hope this is enough to get you started.The PLAXIS product team has unveiled PLAXIS 2D CONNECT Edition V20 is a powerful and user friendly finite element package intended for two-dimensional analysis of deformation and stability in geotechnical engineering and rock mechanics.

SET MATERIAL PLAXIS 2D SCRIPT CODE

The example given in the manual here also has an example where a new shader is created at the same time, from source code included as text. Where 'shader' is a reference to an existing shader to use. Material myNewMaterial = new Material( shader ) To do this, you can just create a new Material object like this:

set material plaxis 2d script

If you want to create a new material from scratch in code, you can do that too. You can do this by creating a public variable of type 'Material' like this:Īnd then dragging a reference of the new material into that variable slot in the inspector. Of course using this method means that you need a reference to an existing material, so you need to create one in your Assets (Library) first, and then reference it in your script. You can set or change the material of an existing GameObject (if the GameObject has a renderer), using the Renderer.material property, like this: GetComponent().material = newMaterialRef














Set material plaxis 2d script