pythonocc-contrib
pythonocc-contrib copied to clipboard
Problem Using IFCViewer
Hi there,
When I want to visualize an IFC file using IFCViewer, I get this Error:
File "...\pythonocc-contrib-master\IFCViewer\ifc_viewer.py", line 80, in <module> display.display_graduated_trihedron() File "...\lib\site-packages\OCC\Display\OCCViewer.py", line 354, in display_graduated_trihedron self.View.GraduatedTrihedronDisplay() TypeError: V3d_View_GraduatedTrihedronDisplay expected 2 arguments, got 1
I'm using python 3.6.7, oce 0.18.2, pythonocc-core 0.18.2, and opencascade 7.4.0.
Any help would be appreciated.