Changes between Version 13 and Version 14 of PythonOcc/elbow


Ignore:
Timestamp:
Oct 29, 2013, 7:52:47 AM (10 years ago)
Author:
Leon Kos
Comment:

Cut

Legend:

Unmodified
Added
Removed
Modified
  • PythonOcc/elbow

    v13 v14  
    101101from OCC.TopoDS import *
    102102}}}
     103Izrežemo še luknjo
     104[[Image(elbow4.png,right)]]
     105{{{
     106#!python
     107from OCC.BRepAlgoAPI import *
     108#...
     109myPrim2 = BRepPrimAPI_MakeCylinder(myAxes1, R-5, L)
     110myShp1 = BRepAlgoAPI_Cut(mkFillet.Shape(),myPrim2.Shape())
     111#...
     112display.DisplayColoredShape(myShp1.Shape(), 'CYAN')
     113}}}