-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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:
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:
- Start up GSA
- In GSA, create a new project or open up an existing one
- In Grasshopper/Dynamo/Excel, toggle the Adapter boolean on, so the Adapter gets attached to the process
- 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.