Is it possible to obtain an orthographic view from cadquery.vis.show()?
#1990
-
|
As the title says. I can configure CQ-editor to use an orthographic view, but I haven't found an option to do the same with the internal visualization tools. Am I overlooking something or it is not possible to do it yet? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
adam-urbanczyk
Feb 12, 2026
Replies: 1 comment 2 replies
-
|
AFAICT not implemented but it is very easy to add (vtk supports this). Maybe your first PR? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dnicolodi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAICT not implemented but it is very easy to add (vtk supports this). Maybe your first PR?