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