Cutting/Trimming Opensurface

I would like some advice on how to cut out the openpolysurface in the illustrated situation in a relatively simple way.

I am still learning how to use Rhino. Please be understanding.

I want to cut the edges along the border (marked in red).

I think attaching a file is unnecessary. I would be very grateful for any tips.

Thank you in advance.

Please share the 3dm for this section, as it will help everyone provide you with clearer suggestions.

Thank you.
Attached-please-find the file in question:

I’m not sure if this is what you want,
BooleanDifference.3dm (842.6 KB)

I don’t understand why we can’t trim one open polysurface with one closed polysurface by using BooleanDifference sometimes.

BooleanDifference test.3dm (389.6 KB)

Hi 454 -

The intersection curve between the objects involved needs to be a closed curve or end at the edge of an open object. That’s not the case in the case to the left in that image.
-wim

Thanks Wim for this explanation.

But I still can’t understand why we can trim it while we can’t BooleanDifference it? It is kinds of counterintuitive,isn’t it?

The “it” that you can trim is just one of the two objects, the other you can’t trim. For a boolean to work Trim would have to work on both objects.

This is one of the several reasons why using the Trim command is far superior technique to using a boolean for something like this.

Its not that big a deal to select both objects run the trim command then click on the parts you want removed then hit the Join button.
If trimming works on one of the objects but not the other then you know which of the two has an incomplete intersection. Often you can fix that by extending the intersection curve and complete the trim and then join the two.

When a boolean fails the people who rely on booleans have no clue what went wrong. They spend enormous amounts of time with superstitious beliefs about what to do, like moving the geometry or changing the tolerance.