Cut a 3D object with the IsoCut function present on FileExchange
Show older comments
I encountered this problem in the function 'IsoCut_demo3_test' -> line 71 'IsoCut' -> line 61 'IsoContour'.
Can anyone help me position the line that is generated in the first figure corresponding to the plane?
vertices = importdata("NODES.mat");
faces = importdata("FACES.mat");
TR.vertices = vertices;
TR.faces = faces;
P = importdata("V_plane.mat");
iv = 0.6;
IsoCut_demo3_test(iv,TR,P);

Accepted Answer
More Answers (0)
Categories
Find more on Scalar Volume Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!