try:
  import vtk
  from ..OCP.IVtkVTK import *
except:
  print('VTK not installed')
