In order to create my circular rebars using API, I need at first create an arc which should have an overlap distance as shown in the image below (In this case the arc angle is more than 360 degree)
I can create rebar manually in Revit with 360 degrees as shown below (a single rebar with an angle of 360degrees) after modifiying its constraints, but I can’t extend it as I want with an angle greater than 360 degrees
I found in my rebar family the shape you indicated as shown below
OK… in this case I should use CreateFromRebarShape Method to create my rebar, but how can I using API define or manage the overlap distance that I want (in my case it’s: 50 x bar diameter)? …I can’t figure out how to do it in this case
Have you an example for that you can shared with me pls?