Install for Abaqus
The StrucEngLib plugin issues a Finite Element Analysis Solver under-the-hood. Ensure to have Prerequisites installed before you continue.
Install Abaqus
Install Simula Abaqus Software. This software is propietary and needs a license.
Note
- A third party Installation guide for Abaqus can be found here.
- Steps to connect to license server for ETH Zurich members.
- Note that if you are using StrucEngLib Remote Server, no finite element analysis solver is required.
Install Rhinoceros 3D Plugin
Fire up Rhinoceros 3D and type PackageManager
in Rhino command line. Search for StrucEngLibPlugin
in the search bar. Select the latest version, then hit install, and restart Rhino.
Note
- For a list of recent changes, see the changelog.
- If you are interested in developer builds, enable
Include pre-releases
.
Menu bar and Command integration
Upon restart, the plugin integrates into Rhino menu bar and is accessible under Tools
- StrucEngLib Plugin
as well as in the command line with StrucEngLib*
.
If plugin load fails with an error, ensure that the plugin is loaded in PluginManager
settings:
Post Installation
Upon installation of the plugin, various Python dependencies must be downloaded.
Download Dependencies
Type StrucEngLibInstallDependencies
in Rhino command line to open the dialog shown below.
Select Select Directory and choose your Anacoda installation path (Prerequisites). Create a new environment with Create Environment. The StrucEngLib Plugin issues Anaconda to create a new virtual environment and install all required Python dependencies. Hit Install for Abaqus to download the software packages. The installation may take some minutes.
Subsequently, press Test Import to verify installation. Upon failure, an error message is shown.
Note
- The installer uses Compas to install Python dependencies into Rhino's include directory
%AppData%\McNeel\Rhinoceros\7.0\scripts
. - Ensure that your Windows Environment variable
%PYTHONPATH%
is not set. - If you changed Rhino's
Modules Search Path
in Python Editor, please remove them (Why). - Install Script: install_abaqus.bat.