Skip to content

Commit 207d4ad

Browse files
committed
remove outdated comment
1 parent d52cda3 commit 207d4ad

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

examples/core_display_manipulator.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@
1515
##You should have received a copy of the GNU Lesser General Public License
1616
##along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717

18-
"""
19-
The very first pythonocc example. This used to be the script
20-
used to check the following points:
21-
22-
pythonocc installation is correct, i.e. pythonocc modules are found
23-
and properly imported
24-
25-
a GUI manager is installed. Whether it is wxpython or pyqt/pyside, it's necessary
26-
to display a 3d window
27-
28-
the rendering window can be initialized and set up, that is to say the
29-
graphic driver and OpenGl works correctly.
30-
31-
If this example runs on your machine, that means you're ready to explore the wide
32-
pythonocc world and run all the other examples.
33-
"""
34-
3518
from OCC.Display.SimpleGui import init_display
3619
from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeBox
3720
from OCC.Core.AIS import AIS_Manipulator

0 commit comments

Comments
 (0)