We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c183b commit b57a8bcCopy full SHA for b57a8bc
src/Python/GeometricObjects/Planes.py
@@ -1,9 +1,11 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
# noinspection PyUnresolvedReferences
5
import vtkmodules.vtkInteractionStyle
6
7
+import vtkmodules.vtkRenderingFreeType
8
+# noinspection PyUnresolvedReferences
9
import vtkmodules.vtkRenderingOpenGL2
10
from vtkmodules.vtkCommonColor import vtkNamedColors
11
from vtkmodules.vtkCommonDataModel import (
0 commit comments