Changes between Version 129 and Version 130 of python
- Timestamp:
- Nov 13, 2016, 6:48:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
python
v129 v130 1665 1665 #!python 1666 1666 #primer spremembe barve 1667 1667 1668 display.DisplayColoredShape (myShape, 'GREEN') 1668 1669 }}} 1669 1670 Poglejte si '''color''' funkcijo 1670 ter prednastavljene barve v [https://github.com/tpaviot/pythonocc-core/blob/master/src/Display/OCCViewer.py OCCViewer.py] 1671 oz. v Pycharm-u. 1671 ter prednastavljene barve v [http://github.com/tpaviot/pythonocc-core/blob/master/src/Display/OCCViewer.py#L419 OCCViewer.py] 1672 in Quantity_NOC_BARVA v [https://github.com/tpaviot/pythonocc-core/blob/master/src/SWIG_files/wrapper/Quantity.i#L136 Quantity.i] 1673 Možno je tudi RGB barvanje z RGB {{{barva=Quantity_Color(0.1, 0.8, 0.1)}}} 1672 1674 {{{ 1673 1675 #!python