Is it possible to trade off range with precision? #1702
Unanswered
pruj-speed
asked this question in
Q&A
Replies: 1 comment 1 reply
-
CQ is unitless, so just work in in natural units for your scale. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I work in semiconductors where layer thickness are sometimes of the order of a few nanometers. I notice that when I extrude a layer that is only 0.1µm thick then I run into an error. My assemblies will at most be a few centimeters.
x,y,z = (10E-6,10E-6,1E-7)
substrate = cq.Workplane("XY").box(x, y, z, centered=True)
show(substrate)
Error: Standard Domain Error
Is there a way to simply trade off the range with precision in cadquery? Kind of like what is being discussed here https://gdspy.readthedocs.io/en/stable/gettingstarted.html#units-in-gdsii
Beta Was this translation helpful? Give feedback.
All reactions