<div dir="ltr">Hello,<br><br>I have a vtkPolyData which cell types are polygons.<br>Is it possible to color individual lines of such a vtkPolyData?<br><br>I know it is possible to color individual cells by creating a data array, setting it as cell data and calling vtkPolyDataMapper::SetScalarModeToUseCellData().<br><br>However, the cells of the polydata are polygons, not lines.<br><br>Some background information:<br>First I read polygons from a file. Each polygon consists of an exterior ring and zero or more interior rings.<br>I construct a vtkPolyData with these rings as lines and use vtkContourTriangulator to form the polygons.<br>vtkContourTriangulator returns a vtkPolyData with polygons ofcourse.<br><br>Afterwards I want to assign a color only to those lines that constitute the interior and exterior rings, not the lines that make up the triangulation.<br><br>Thanks in Advance,<br>Martijn<br></div>