thliebig / AppCSXCAD

Minimal GUI Application using the QCSXCAD library.
http://openEMS.de
GNU General Public License v3.0
6 stars 12 forks source link

2D viewing angle #6

Open matthuszagh opened 3 years ago

matthuszagh commented 3 years ago

Is it possible to view the structure in 2D view from the negative of the axis chosen? For instance, if I select 2D and yz, I view the structure from the positive x-axis. Is there a way to flip the structure by 180deg such that I can also view the structure from the negative x-axis? I didn't see anything like this in the GUI. The current best way to achieve this (assuming the feature is indeed not available) is to use parallel projection mode with 3D view and then attempt to line everything up manually. However, this is tricky to do well.

thliebig commented 3 years ago

No this feature does indeed not yet exist. Looking forward to your pull-request ;)