I would like to extrude a step surface previously imported with the cadquery python library (or any other useful library!). The extrusion will be along a line, line built by providing x,y,z coordinnates of the start/end point. I have multiple line so I would like to orient the surface to be sur the normal is aligned with the line. I manage to build the lines and everything (with lineTo function) but can't manage to extrude a surface along it. Could someone help?
Thank you !