The sweep examples seem to center the swept shape on the path.
Looking at the documentation there is mention of outer and inner wires, in addition to the path:
sweep(outerWire, innerWires, path, makeSolid=True, isFrenet=False)
What are these inner and outer wires?
Is it possible to define a sweep so that the edge of the shape is along a prescribed path?
In other words, can I define a rect sweep where a solid's 'inner' surface edge is guaranteed to lie along a specific curve?
It seems conceptually feasible to calculate a secondary sweep path such that the swept solid's boundary will lie along the required path. Is this the way to go?
Thanks!