If edges close a loop, the face inside the loop will be divided.
What, exactly are you trying to do? There are other ways to create a collection of edges running around a curved surface. Which one is appropriate depends on what you are trying to accomplish.
Why would it be difficult to select the endpoint? It doesn’t have to be. As far as that goes, if you pre-select the segments, you don’t need to grab an endpoint to move a copy down.
1. What, exactly are you trying to do?
Nothing specific, the doubt came to me when I was trying to think how to draw a box of cigarettes, something like this, at least in my country.
Why would it be difficult to select the endpoint?
To make it stick on the proper position you have to move selecting the very beginning of the corner.
This round corner has 12 segments, it’s not a big deal, but what if they would be 100?
How can you make sure you’re selecting the first, the second or the third one?
For situations like this, would you draw the line as I did in the first .gif?
I guess I cannot use a line to intersect that round corner, something like this.
But I could do this (but not sure if this would be the optimal way):
You were rightI don’t need to move making click on the very beginning of the shape I can keep constraints with the axes or parallel to some edge.
And yes, I can make intersect faces but probably the other way is faster.
A round corner with 100 segments was a exageration as a example, I know, and I know what it causes, slower processing, bigger file size and so, not necessary. But it’s clear now I know I can move it from up to bottom without problems.