# This example is meant to be used from within the CadQuery module of FreeCAD. import cadquery import Part # Make a basic prism result = cadquery.Workplane("front").box(3, 2, 0.5) # Workplane is offset from the object surface result = result.faces("