Extruded shape with hole missing inside mesh - Questions - three.js forum

$ 11.00 · 4.7 (136) · In stock

I created a shape with a hole like this: const shape = new THREE.Shape(); shape.moveTo(0, 0); shape.lineTo(0, 5); shape.lineTo(5, 5); shape.lineTo(5, 0); shape.lineTo(0, 0); const hole = new THREE.Path(); hole.moveTo(0.5, 0.5); hole.lineTo(0.5, 4.5); hole.lineTo(4.5, 4.5); hole.lineTo(4.5, 0.5); hole.lineTo(0.5, 0.5); shape.holes = [hole]; const extrudeSettings = { depth: 10, }; const geometry = new THREE.ExtrudeGeometry(shape, extrudeSettings); const mesh = new THREE.Mesh(geometry, new TH

Control the orientation of the extruded shape · Issue #19462

ExtrudeGeometry · Issue #323 · mrdoob/three.js · GitHub

three.js - How to fix tiny holes in the Mesh after subtract

Add hole to geometry face - Questions - three.js forum

Questions from a newbie about shoe creation - Mesh - Second Life

Finding Hole Diameter - Questions - three.js forum

Extruded shape with hole missing inside mesh - Questions - three

Help Us Help You - Grasshopper - McNeel Forum

ExtrudeGeometry · Issue #323 · mrdoob/three.js · GitHub

Feature-assisted interactive geometry reconstruction in 3D point

Update Mesh with Hole in Scene - Questions - three.js forum

ExtrudeGeometry · Issue #323 · mrdoob/three.js · GitHub

Extrude geometry creates two disconnected surfaces · Issue #15218