-
Notifications
You must be signed in to change notification settings - Fork 18
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
RebarContainer.ByBars #82
Comments
|
actually the output is: Revit.Elements.UnknownElement |
@EvanMurphy17 please try: https://we.tl/t-PpfFw8nFi8 |
@moethu worked like a charm! Thank you so much. Really appreciate all you do. |
thanks, I'll let @eertugrul know to release a new version. |
@eertugrul could you release an update of this dynamo package please? see changes above |
One (possible) issue: I am not sure if I am misunderstanding what the Container.ByBars node does, but when I just have the rebar placed it looks like this: When I take the rebar elements and feed them into the Container.ByBars node, it outputs this: The rebar I had already created using ByCurve --> SetLayoutAsMaximumSpacing is there, but then there are duplicated instances in the wrong spots, that are rebar containers. Not sure if I am just misunderstanding the node, or if something is happening that is not intended. Thanks for your help |
@EvanMurphy17 sorry, I didn't see you question until now. I think you shouldn't create container bybars - that's only if you already got all your bars, but you want to create them by layputAsMaximumSpacing, right? |
Hello,
I am attempting to create a container containing a layout created with Rebar.SetLayoutAsMaximumSpacing, and the output is an Element. However, the RebarContainer.ByBars node only accepts Rebar[]. I was wondering if it's possible to allow the RebarContainer.ByBars node to accept Elements.
Thank you in advance.
Evan
The text was updated successfully, but these errors were encountered: