Use Problem
what different between <surface.stl> and <capped_surface.stl>, I only have a test.obj file,then i convert test.obj to test.stl file。 I run :CenterlineExtraction.exe <test.stl> <test.stl> <centerline.vtp>,it also can get centerline but time spend more than 2 min. So, Whether the file of <capped_surface.stl> is required? If so, how do I get it ?
sorry for the disambious style of coding.
capped_surface.stl is the intermediate file to calculate voronoi diagram, this is not necessary to provide the file.
Instead, if you provided a path of the capped surface, the program will save the intermediate files to future usages. i.e. you can run with
# generate output centerline only
$ CenterlineExtraction.exe <test.stl> <centerline.vtp>
# generate both capped surface and centerline
$ CenterlineExtraction.exe <test.stl> <test_capped.stl> <centerline.vtp>
Hello author, Why is it that after I extract the centerline, I only show the centerline in the window, but the lumen disappears?If my input click is incorrect, is there an interaction key to undo?