Currently there is no easy way to achieve the right result:  Wheras it is trival to get to the left one: ```python r1 = cq.Workplane("XY" )\ .box(10, 10, 1).faces(">Z")\ .polarArray(3.5,0,360,6).rect(1.6,1.6).cutThruAll() ``` I think the right scenario occurs quite frequently, so it would make sense to support it. Related to: https://github.com/CadQuery/CQ-editor/issues/31