Skip to content

Tag: stl

VTK with multiple combined STL files

I’m working on a project with python and VTK. I successfully managed to combine three STL files, with a python STL libraray. After that, I visualize this combined.stl file in VTK like this: So far so good. But now I want to colorize/highlight one of those STL-objects. (All STLs together form a bigger ob…