help to Bisect the plane using 2 vertex

hi, how are you?

the idea is really simple

select two vertex and bisect all the visible mesh with that… for example:



I try to do this with bmesh.ops.bisect_plane but is a really problem calculate the plane_co

then I try with bpy.ops.mesh.bisect but this need some face selected and this have the same plane_no problem…

do you know another alternative?

thanks