Message 1 of 6
Split Rebar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to split the reinforcements, initially with a line as a reference. The logic is as follows:
- I get the geometry of the reinforcement (curves).
- I get the geometry of the reference line (curves).
- From here come the questions: If I draw the line in a plan view, to intercept it with the reinforcement line, should I translate it in Z, if I am in a diagonal cut? maybe get the direction of the view and move it in that direction? How do I get this distance that I must transfer?
- Assuming that I already found the solution so that the bar curves intersect with the line curve, now I must cut those curves, if the bar is a single section and straight, it could generate the curves through the starting point, intercept point and end point, and if the bar has more than one section ?, if it has curved elements ?, perhaps make a foreach to the list of curves of the bar, and that section that intercepts cut it and stop the loop there?
If anyone has a clearer idea, I would really appreciate it.