We have conditions to establish whether to construct a given component.
I'd like to see conditionals for this scenario:
If Point 1 is to the right of CL, use it as part of the slope constraint on Point 2.
Yes, if I can guarantee that Point 1 is always higher than CL, I can rely on Horizontal Maximum and Vertical Minimum, but if Point 1 could be above or below CL, I have no arbitrary solution other than a convoluted system of Vertical Maximums and Vertical Minimums which I haven't yet figured out (but I guess I will soon enough). In any case, I do think there should be an easier way to handle this.