Skip to content
Snippets Groups Projects
Commit b9c9d933 authored by Bill Lorensen's avatar Bill Lorensen
Browse files

DOC: vtkCube replaced with vtkCubeSource.

parent 946dc236
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
This is based on the C++ example [Examples/DataManipulation/Cxx/Cube.cxx](http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/DataManipulation/Cxx/Cube.cxx) in the VTK source distribution.
It illustrates the manual use of vtkPolyData to construct a cube and differs from the Wiki examples [Cube1.cxx](/Cxx/GeometricObjects/Cube1) and [Cube1.py](/Python/GeometricObjects/Cube1), which use vtkCube.
It illustrates the manual use of vtkPolyData to construct a cube and differs from the Wiki examples [Cube1.cxx](/Cxx/GeometricObjects/Cube1) and [Cube1.py](/Python/GeometricObjects/Cube1), which use vtkCubeSource.
......@@ -2,4 +2,4 @@
This is a transliteration of the C++ example [Examples/DataManipulation/Cxx/Cube.cxx](http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/DataManipulation/Cxx/Cube.cxx) in the VTK source distribution.
It illustrates the manual use of vtkPolyData to construct a cube and differs from the Wiki examples [Cube1.cxx](/Cxx/GeometricObjects/Cube1) and [Cube1.py](/Python/GeometricObjects/Cube1), which use vtkCube.
It illustrates the manual use of vtkPolyData to construct a cube and differs from the Wiki examples [Cube1.cxx](/Cxx/GeometricObjects/Cube1) and [Cube1.py](/Python/GeometricObjects/Cube1), which use vtkCubeSource.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment