cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

Planar surface

Open OmarZaki96 opened this issue 2 months ago • 1 comments

I have a simple code that generate a box

rectangular_prism = cq.Workplane("XY").box(1, 1, 1)

I want to add a rectangular planar selectable surface at the top face, with dimensions 0.5x0.5.

How can I create planar surfaces (or zero thickness surface) in CadQuery?

OmarZaki96 avatar May 23 '24 22:05 OmarZaki96