Changes between Version 128 and Version 129 of python


Ignore:
Timestamp:
Nov 11, 2016, 2:32:40 PM (7 years ago)
Author:
dpenko
Comment:

Popravil definicijo naloge 125.

Legend:

Unmodified
Added
Removed
Modified
  • python

    v128 v129  
    16691669Poglejte si '''color''' funkcijo
    16701670ter prednastavljene barve v [https://github.com/tpaviot/pythonocc-core/blob/master/src/Display/OCCViewer.py OCCViewer.py]
    1671 oz. v PyCharmu.
     1671oz. v Pycharm-u.
    16721672{{{
    16731673#!python
    16741674# Uvoz knjižnice, potrebne za rgb obarvanje.
     1675from OCC.Display.OCCViewer import *
    16751676# ctrl + desni miškin gumb na "OCCViewer" odpre OCCViewer.py. Tam poiščite funkcijo za rgb obarvanje,
    16761677# katera nadomesti <'IME_BARVE'> v DisplayColoredShape()
    1677 from OCC.Display.OCCViewer import *
    16781678}}}
    16791679