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

$ 25.99

5
(132)
In stock
Description

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

Open3D – Open3D

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

General Mechanical

Get position of hole in ExtrudeGeometry - Questions - three.js forum

Fill Holes in a mesh - Questions - three.js forum

ExtrudeGeometry bevel fails with high negative bevelOffset (shape

Control the orientation of the extruded shape · Issue #19462

Modeling Complex 3D Shapes with the Solid Tools

Extruded shape with hole missing inside mesh - Questions - three

Find Edges vs Faces of Extruded shape - Questions - Babylon.js

javascript - Threejs texture issue while adding hole into the

Applied Sciences, Free Full-Text

javascript - Three.js: ExtrudeGeometry: Problems setting different