I am new using VTK.js. I want to achieve a scalpel tool like RadiAnt by using VTK.js. If it is possible to achieve a scalpel tool like RadiAnt using VTK.js? and how?
I tried to traverse the data and change the data that should be removed, but it was too slow and if in Linear or FastLinear mode the section will be mapped. And I tried clipPlane but only the cutting of convex polygons can be successfully done.
I have tried to implement this function by my-self. My solution is: contruct a convex volume polygons to cut the volume.