How to WebCut the ring by using the existing surface in an easy way?

Coreform Cubit Version: 2025.12*
Platform: windows 10

i just want to WebCut the upper part of the ring by using the existing planar surface.
if i use “plane surface” or “sheet extended from surface” to cut it, the cutting plane will be extended and the lower part of the ring is also cut by mistake.
although there are some other ways to avoid cutting the lower part, but they are a little complicated and needs many steps.
so if there is any easy way to cut only the upper part of the ring?

aaa

Hi @simxpert,
unless you can webcut with a loop, you will need to decompose the geometry further. You can later always unite the volumes back together.

#!cubit
reset
create torus major radius 5 minor radius 1 
webcut volume 1 with plane yplane offset 0 
webcut volume 2 with plane xplane offset 0