How to create a surface on a face? #1238
Unanswered
SyedZainAbbas
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What do you want to model? What kind of surface are you trying to create? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling to find an appropriate method to create a surface on a face.
import cadquery as cq
box = (cq.Workplane().box(1,1,0.2).faces('>Z'))
I tried creating a sketch but only the sketch was visible, also tried interpPlate() but it did not give satisfactory results.
Please guide me on this issue. I will be thankful to you.
Beta Was this translation helpful? Give feedback.
All reactions