Given a flat closed curve, I want to extrude it in the upwards z direction. Given the dimensions of the boundingbox, I would expect the curve to extrude only in the positive z direction. However, the rg.Mesh.CreateFromCurveExtrusion seems to extrude in the negative direction as well (negative z extrusion distance always seems to be -1, even if I change my vector length). Hereby you find a Python example: