The script I posted calculates the contour level but does not show it. To set the contour level and display the new surface use Python code: v.set_parameters(surface_levels = [level]) v.show() Tom