You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to push gravity loads for all bars.Potential source of error: The gravity loads BHoM component will only accept a group of BHoMObjects not Bars, thus when pushed to Robot it is unable to assign the object correctly. Error message '1. Solution exception:Object reference not set to an instance of an object.'
The text was updated successfully, but these errors were encountered:
Problem here seem to be coming from putting a name on the group:
Doing this, the adapter tries to find a predefined group in Robot rather than using the objects, and as there was no group named like this, it crashes, which is a bug that needs to be fixed, but less severe.
Using the gravity load comp that takes a IEnumerable instead of a group, or not naming the group, things seem to be working as expected.
IsakNaslundBh
changed the title
Robot_Toolkit: Issue with pushing gravity loads
Robot_Toolkit: Issue with pushing gravity loads with named groups
Feb 15, 2019
Trying to push gravity loads for all bars.Potential source of error: The gravity loads BHoM component will only accept a group of BHoMObjects not Bars, thus when pushed to Robot it is unable to assign the object correctly. Error message '1. Solution exception:Object reference not set to an instance of an object.'
The text was updated successfully, but these errors were encountered: