How can I change rebar elements to geometry in real shape?

Hi. Thank you for your help.
I changed rebar with hook to geometry using ‘GetFullGeometryForView’.
There is unneccesary shape like circle on the hook. So intersect result(True/False) is incorrect.
How can I remove that circular one?
Thanks.



hi @CivilNub ,

Most of the time fillet or Arc based objects/extrusions will get as a circular geometry in dynamo.
I guess Python scripts will help to overcome this.

1 Like

Thank you for your recommendation! I’ll think about that way to solve it. :smiley: