Skip to content
Alessio Lombardi edited this page Oct 14, 2019 · 22 revisions

The GSA_Toolkit contains methods for Pushing and pulling various BHoM Objects to Oasys GSA. The toolkit is built and tested for GSA 8.7.0.45.

How to use

The following is an example of a simple Push workflow in Grasshopper. It will look the same in Dynamo and logically the same in Excel.

Please be aware of the following note though:

Important note

Unlike other adapters, GSA software has an issue that does not allow us to start up the application from the Adapter itself.

Therefore, you will need to:

  1. Start up GSA
  2. In GSA, create a new project or open up an existing one
  3. In Grasshopper/Dynamo/Excel, toggle the Adapter boolean on, so the Adapter gets attached to the process
  4. Perform the Push (toggle the Push boolean on)

You can find additional information on BHoM and how to do your own scripts at the links below.

Additional info on GSA_Toolkit

General guidance