Changes between Version 5 and Version 6 of occt
- Timestamp:
- Nov 22, 2018, 8:59:56 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
occt
v5 v6 14 14 v = BasicViewer() 15 15 v.set_white_background() 16 shape = BRepPrimAPI_MakeBox(10, 20 ,30)17 v.display_shape(shape .Shape(), rgb=(0.8, 0.8, 0.5), material=Graphic3d_NOM_ALUMINIUM)16 shape = BRepPrimAPI_MakeBox(10, 20, 30).Shape() 17 v.display_shape(shape, rgb=(0.8, 0.8, 0.5), material=Graphic3d_NOM_ALUMINIUM) 18 18 v.start() 19 19 }}}