pythonocc-contrib icon indicating copy to clipboard operation
pythonocc-contrib copied to clipboard

Miscanellous pythonocc contributions and experiments. Anayone can request for an write access.

Results 8 pythonocc-contrib issues
Sort by recently updated
recently updated
newest added

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 display.display_graduated_trihedron() File "...\lib\site-packages\OCC\Display\OCCViewer.py", line 354, in display_graduated_trihedron self.View.GraduatedTrihedronDisplay()...

A feature that comes with recent PR from pythonocc-core https://github.com/tpaviot/pythonocc-core/pull/211 This enables the display of IFC product properties whenever the selection change. It should not be that hard to display...

My OS: Windows 7(64bit) Anaconda: 64bit and 32bit, and I tried both. I mean I installed pythonocc-core and related libraries on both versions. After installing pythonocc-core through conda, I encounter...

@jf--- and @aothms I submitted a PR to pythonocc-core (see https://github.com/tpaviot/pythonocc-core/pull/211) that implements a callback mechanism at the OCC level (and not at the gui level). This way, it's much...

enhancement

swig generate C++ files end up in site-packages/OCC

conda

in order to make the conda distribution the default, we'd need to integrate CI for testing the build. for window, we should follow OCE, where TravicCI is used for linux...

enhancement
conda

The current conda scripts install the OCE Config package files into `$PREFIX/lib`. This is non-standard behaviour. This way, find_package(OCE) does not find OCE without an explicit path. It would be...

conda