<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I'm working on a finite element tool and need to show the edges in the mesh as lines. &nbsp;I've tried various things based on the examples I've found but many of the examples seem way too complex and break when I modify them. &nbsp;Also I'm unsure exactly which vtk object to use to represent this. &nbsp;Can someone post a simple Python script (other languages OK too but I'm using Python). &nbsp;Ideally, I'd like an object that can show both the edges and the nodes with different colors for each. &nbsp;For now, I'm making a bunch of spheres for the node points.</div></div></body></html>