ANYstructure logo

Welcome to ANYstructure’s documentation!

This page mainly document the API.

For GUI documentation, see the following link:

ANYstructure GUI documentation

Python

To install ANYstructure use PIP:

pip install anystructure

API basic usage:

from anystruct import api
FlatStruct = api.Flatstru(*INPUT CALCULATION DOMAIN*)
CylStru = api.CylStru(*INPUT CALCULATION DOMAIN*)

The GUI can be started by:

from anystruct import gui
gui.main()

An entry point to the GUI is also installed with PIP:

ANYstructure.exe in your python installation (Scripts).

Windows executable

The latets release of ANYstructure can be downloaded here:

Github releases

Install and launch the app.