Changes between Version 14 and Version 15 of PythonOcc
- Timestamp:
- Jan 9, 2012, 7:01:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonOcc
v14 v15 766 766 767 767 }}} 768 769 770 771 == Napotki == 772 Q: Zanima me kako se v PythonOCC dela luknje oz izvrtine(ali izreze). Katere funkcije se uporablja? 773 A: Podobno kot fuse je za izreze cut. 774 {{{ 775 #!python 776 import OCC.Utils.Construct as construct 777 drzalo = construct.boolean_fuse(roka,nosilec) #celoten sestav 778 drzalo = construct.boolean_cut(drzalo, Izvrtina1) 779 }}}