Replies: 1 comment 2 replies
-
You can inspect the Workplane mywp = cq.Workplane("XZ")
print(mywp.plane) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a
Workplane
how can one get its normal vector? This feels like a very natural thing to do, but I don't see how.Is my question sensical given the definitions of CadQuery? Why or why not?
In
cadquery.occ_impl.shapes
I seenormal
andnormalAt
but they don't apply toWorkplane
:Beta Was this translation helpful? Give feedback.
All reactions