cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

cq.Sketch.face does not accept cq.Face

Open adam-urbanczyk opened this issue 1 year ago • 0 comments

For some use cases this leads to unnecessary code. I'd like to be able to simply add a face to a sketch, e.g.

res = cq.Sketch.add( cq.Face.makeNSidedSurface(...))

adam-urbanczyk avatar Jan 28 '24 09:01 adam-urbanczyk