Hi all,
I’m in the process of making a graph that creates a section view paralel to selected walls, which it does by getting the curves of the selected walls and placing a view accordingly.
I have an issue when i select two walls that differ in thickness:
I am trying to create a sectionview parallel to these two walls, it should have the total length of the walls added together. The problem i am encountering is that when i use polyCurve.ByJoinedCurves it doesnt actually create a single curve (understandibly) as the curves arent actually in extention of eachother.
As you can see the points differ slightly from eachother:
What would be the best way to approach this? I’m thinking of just rounding all the points as i dont need military grade accuracy to place my view but perhaps i’m missing a better approach here.