Subd edges to the same level (split?)

Hi!
Is there some easy way to get these edges to the same level as the big plane?

There is no split in subd (maybe).

Setpt is not possible because I want to move the edges to the same direction as part edge to keep the shape same as earlier.

I’d like to work in edge mode, but it gives only smoothed mode intersection.

What else should I try?

I’m pretty rookie in subd, so thanks for helping me :slight_smile:

try InsertEdge which you position at the plane then delete the rest below

Hi @Wagner
Another workaround is to use ExtractControlPolygon on the Sub-D, use MeshSplit to split the extracted mesh and then use ToSubD to get it back.
HTH, Jakob