Skip to content
Snippets Groups Projects

All classes in Python are now represented in PythonicAPI

Merged Andrew Maclean requested to merge Classes-in-Python-not-in-PythonicAPI-08 into master
14 files
+ 48
80
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -36,7 +36,6 @@ def main():
mapper = vtkPolyDataMapper()
frustum_source >> shrink >> mapper
mapper.SetInputConnection(shrink.GetOutputPort())
back = vtkProperty(color=colors.GetColor3d('Tomato'))
Loading