Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D ShapeJS Gyroid por giles7777 no Thingiverse

Descrição

This is a Sphere intersected with a Gyroid.

This was created using ShapeJS which is an Open Source language for creating 3D printable objects. Try it out at shapejs.shapeways.com

Instruções

Here is the source code. Add a File Input to the ShapeJS console, this code will gyroidize the object.

function main(args) {
var baseFile = args[0];
var grid = load(baseFile,0.075MM);
var intersect = new Intersection();
intersect.add(new DataSourceGrid(grid, 255));
intersect.add(new VolumePatterns.Gyroid(10
MM, 1*MM));

var maker = new GridMaker();  
maker.setSource(intersect);  

var dest = createGrid(grid);  
maker.makeGrid(dest);  
  
return dest;  

}

Thingiverse

ShapeJS Gyroid

29
Curtidas
0
Downloads
42
Coleções
1
Impressões
Licença Creative Commons - Attribution - Share Alike
Arquivos (1)
gyroid_20mm.stl 3.8 MB
Ver no Thingiverse (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta