Edge not separating faces

So I’m new to sketchup and am trying to create a city. I am trying to make the natural features like the river and shoreline first. However I keep running into the same problem which is driving me crazy. Whenever I try to create and edge to add on or separate an existing part into separate faces, it doesn’t do so and it acts as if the line isn’t there. I try tracing over it but there is no success. Sometimes for no reason it does work but I cannot make a determination as to what I did differently. Does somebody have a solution to this?

Generally that happens if there’s a gap in the edges or if at least one edge is not actually on the plane. Zooming in and looking at end points can help you identify gaps. Orbiting to look at the drawing from the edge can show edges that aren’t on plane.

Another thing to look for is that you have no overruns of edge segments.

Maybe if you share the model file?

1 Like

edges.skp (146.7 KB)

Here’s a systematic way to track down issues with the borders of a face that won’t form:

Draw a new edge between vertices on the opposite sides of the issue face, somewhere around the middle of the face (no need to be exact). There are three things that may result:

  1. The face fills in on both sides of the new edge. This means the issue was that for some reason SketchUp failed to realize that the vertices around the perimeter of the face are actually coplanar and should have formed a face. Depending on how you drew the outline, this happens sometimes. If you delete the new edge, the full face should remain.

  2. A face fills on one side of the new edge but not the other. This means the vertices to the side that filled are coplanar and gap-free, but the ones to the other side are not. Repeat the process starting with the middle of the side that didn’t fill.

  3. No face formed on either side of the new edge. There are defects on both sides of the new edge. Pick either direction from the new edge and repeat the process from the middle of that side.

Eventually you will either have divided the entire face into triangles, at which point there will be a face for every triangle because triangles are necessarily planar. But reaching this point means the edges making up the original outline were not coplanar. Or else you will find a gap or stray internal edge that you can fix.

An alternative is to use the text tool to label the vertices. As you can see in this image, your outline is not planar - the z values vary.

3 Likes

Thanks so much for your advice

I downloaded an edge extension and tried to make all of the edges on the z axis collinear. I’m trying to complete the path of the river I am making. When I do this It makes these unusual triangles all over the place and it doesn’t actually form the correct face I even want. Is there a way where I can guarantee that when I draw a line on a face that it will be perfectly flat on the face? I don’t understand why this is so difficult. I also don’t want the face I’m trying to create to have all these unnecessary triangles. I now know how to identify which edges are out of line thanks to your advice, but what would be the easiest solution to fix this? How do I make the the numerical value for all edges 0 for the z axis?

With Eneroth Flatten to Plane

For your interest, go into Model Info, Units, and change the Length Precision to the more detailed value (1/64th, or 0.000000).

Chose the Tape Measure tool and point at the various edge endpoints. You will see that there are very small differences, and when you do an intersect you get new lines, which are trying to make faces that can match the varied endpoint values.

Which I now see that slbaumgartner mentioned in his earlier post!