<div dir="ltr">Hi, All<div><br></div><div>what I'm trying to do is to have editable contour in vtkContourWidget, with internal</div><div>area filled with somewhat transparent color. What I managed to do is to make contour,</div><div>put it into a widget, generate triangles strip from the contour via vtkTriangleFilter and</div><div>draw it all together, Python code at the link</div><div><br></div><div><a href="http://codepad.org/VPOa13St">http://codepad.org/VPOa13St</a><br></div><div><br></div><div>Now questions. Is it a good way to proceed? Looks very cumbersome to me,</div><div>but I'm new to VTK. </div><div><br></div><div>Another big question is how to connect contour edit action (say, moving or adding point)</div><div>with triangle strip update. Right now as soon as I move point, contour is updated</div><div>but triangles filler is not</div><div><br></div><div>Any help is greatly appreciated</div><div><br></div><div>regards</div><div><br></div><div>OK</div><div><br></div></div>