<div dir="ltr">Hi, All<div><br></div><div>I've inherited c++ app which uses VTK. App creates object of  vtkContourWidget type and</div><div>set representation to vtkOrientedGlyphContourRepresentation, along the line</div><div><br></div><div>mContourWidget->SetRepresentation(new vtkOrientedGlyphContourRepresentation());<br></div><div><br></div><div>Then data as vtkPolyData are send in and is displayed as set of points connected by spline lines,</div><div>i.e. contour.</div><div><br></div><div>I know how to set line width, line pattern etc, but cannot hide points on the curve.</div><div>Is there a good way to do this? Basically based on some user input points on contours could</div><div>be hidden or shown.</div><div><br></div><div>thank you</div><div><br></div><div>OK</div><div><br></div><div>PS VTK version is 5.3</div></div>