-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call Create Group #343
Call Create Group #343
Conversation
|
||
if (objects.First() is IBHoMGroup) | ||
{ | ||
success = CreateCollection(objects as dynamic); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Idea how to get this to work otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine
Issues addressed by this PR
Closes #339
Calls the Create Group and adds some error checking
Test files
https://burohappold.sharepoint.com/:f:/s/BHoM/EkRp-GxKlr1FkxpK7WtOMDkB95ttAkzAfw5WtvL-ZC-m4w?e=55xaF2
Changelog
Additional comments