Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

occ backend is no longer produced with last cmake config and OpenCASCADE 7.4.0 #494

Open
vacary opened this issue Jan 22, 2024 · 2 comments
Assignees

Comments

@vacary
Copy link
Member

vacary commented Jan 22, 2024

[vincent@ohana-2]$ python occ_watch_escapement.py
No module named siconos.fclib.
Traceback (most recent call last):
  File "/Users/vincent/siconos-tutorials/examples/mechanics/MultiBodySystems/WatchEscapment/occ_watch_escapement.py", line 20, in <module>
    siconos.io.mechanics_run.set_backend('occ')
  File "/Users/vincent/.virtualenvs/siconos/lib/python3.11/site-packages/siconos/io/mechanics_run.py", line 94, in set_backend
    setup_default_classes()
  File "/Users/vincent/.virtualenvs/siconos/lib/python3.11/site-packages/siconos/io/mechanics_run.py", line 140, in setup_default_classes
    default_simulation_class = occ.OccTimeStepping
                               ^^^
NameError: name 'occ' is not defined. Did you mean: 'oct'?

@vacary
Copy link
Member Author

vacary commented Mar 28, 2024

Finally, A solution has been found?

@bremond
Copy link
Contributor

bremond commented Apr 26, 2024

With #499, compilation with OpenCascade 7.6 ok (probably ok with 7.4 also). Issues in vview with occ_slider_crank and pythonocc 7.6 + vtk 9. occ_bouncing_ball.py : the ball is falling through the ground.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants