p-chambers / occ_airconics

Aircraft Configuration through Integrated Cross-disciplinary Scripting, Python package built on PythonOCC
http://occ-airconics.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Incorrect Topology selection in configuration_app.py #1

Open p-chambers opened 7 years ago

p-chambers commented 7 years ago

The selection button does not seem to send the correct signal to the MainWindow.EvolveInteractive function. The logging message is always "selection triggered on geometry 3".

This may be fixed using a QT signal mapper rather than a lambda function when connecting the signal to a slot.