<div dir="ltr">Hi All,<div><br></div><div>I use vtkContourFilter , to extract iso surface from vtkimagedata</div><div><br></div><div><div>            vtkContourFilter skinExtractor = new vtkContourFilter();</div><div>            skinExtractor.SetInputConnection(VIT.GetOutputPort());</div>
<div>            skinExtractor.SetValue(0, isovalue);</div><div>            skinExtractor.ComputeGradientsOn();</div><div>            skinExtractor.Update();</div></div><div><br></div><div>I want to colour this output vtkpolydata </div>
<div><br></div><div>I am trying using </div><div><br></div><div>SourceActor.GetProperty().SetColor(1, 0, 0);  </div><div><br></div><div>where SourceActor is the actor I use </div><div><br></div><div>but no color appear, I don&#39;t know why </div>
<div><br></div><div>any suggestion please and how to display ttthis vtkpolydata with the colour I specify</div><div><br></div><div>Best regards </div></div>