creating bounded plane using implicit function

Hello,

I manage to created bounded cylinder using vtkImplicitBoolean, vtkCylinder and two vtkPlanes. Now I’m stuck on something which I thought would be simple - creating bounded plane. I thought I would be able to create it by interesting vtxBox with vtkPlane but this was not the case.

Can this be done by combining implicit functions?