Help: Contour lines displayed discontinous

Hi,

You commanded VTK to display the lines with a stippled pattern. Either change the argument of

to 0xFFFF to have a solid pattern or simply comment that line out.

More on actor properties: VTK: vtkProperty2D Class Reference

take care,

PC