Yes, in editable mesh, each face has it's own set of three edges, when you want to get the matching edge of the neighbor face, there's meshop.getEdgesReverseEdge (there's also a code example in the mxs reference). So one way to get the border you wanted (this depends on the use case, of course): selEdges =…