Changes between Version 100 and Version 101 of python
- Timestamp:
- Nov 10, 2015, 6:39:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
python
v100 v101 1631 1631 #!python 1632 1632 #Izdelava STEP datoteke 1633 kocka_valj_step = STEPExporter("valj-kocka.stp") 1634 kocka_valj_step.add_shape(myBody) 1635 kocka_valj_step.write_file() 1633 from OCC.STEPControl import * 1634 step_writer = STEPControl_Writer() 1635 step_writer.Transfer(myBody, STEPControl_AsIs) 1636 status = step_writer.Write("valj-kocka.stp") 1636 1637 }}} 1637 1638 ter model prikažite na zaslonu.