My intention was to create a 2x8 board using an extruded shape. However, despite including rounded corners in the shape, when I execute it, the result resembles more of a napalm bomb rather than a board.
var beam = new THREE.Mesh( makeRectangle( inTOm(2), inTOm(8), inTOm(.188) ).extrude( { amount:inTOm(144) } ), stlMaterial);
The function makeRectangle
generates a Shape with the profile ready for extrusion.
https://i.sstatic.net/pD5y7.png https://i.sstatic.net/FigMW.png