I am using TubeBufferGeometry to build a model similar to steel, if you can achieve the ExtrudeBufferGeometry source code inside the buildLidFaces method, thank you very much!
TubeBufferGeometry does not support end caps. You will have to do that yourself. Consider adding a CircleBufferGeometry at each end as a work-around.
Most helpful comment
TubeBufferGeometrydoes not support end caps. You will have to do that yourself. Consider adding aCircleBufferGeometryat each end as a work-around.