Installation

Install from PyPI

pip install anystructure

Use the API

from anystruct import api

flat = api.FlatStru("Flat plate, stiffened")
cylinder = api.CylStru("Orthogonally Stiffened shell")

Start the GUI

from anystruct import gui

gui.main()

After installation, the ANYstructure console command is also available from the Python environment’s scripts directory.