Changes between Version 20 and Version 21 of PythonOcc


Ignore:
Timestamp:
Nov 4, 2012, 7:29:30 PM (11 years ago)
Author:
skulovec
Comment:

funkcija za brisanje zaslona

Legend:

Unmodified
Added
Removed
Modified
  • PythonOcc

    v20 v21  
    5757#!python
    5858def simple_test(event=None):
     59    display.EraseAll()
    5960    display.Test()
    6061def simple_cylinder(event=None):
    6162    from OCC.BRepPrimAPI import BRepPrimAPI_MakeCylinder
     63    display.Erase.All()
    6264    s = BRepPrimAPI_MakeCylinder(60, 200)
    6365    display.DisplayShape(s.Shape())