File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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-
3518from OCC .Display .SimpleGui import init_display
3619from OCC .Core .BRepPrimAPI import BRepPrimAPI_MakeBox
3720from OCC .Core .AIS import AIS_Manipulator
You can’t perform that action at this time.
0 commit comments