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 Another round corner cube library por towa no Thingiverse

Descrição

I have written this library while I was working on a scad project and thought it might be usefull for someone else. It uses the build in openscad $fn functionality of spheres and cylinders to smooth out cube corners.

Version 2014-09-20:
Initial release

Version 2014-10-05:
Performance updates

Instruções

/*  
    Another round corner cube library by towa  
    Version: 2014-10-05  
    
    rcorn_cube(size, r, f, center)  
        size        : size of the object like in cube-function  
        r as scalar : corner radius of a sphere  
        r[r, h]     : corner radius of a sphere and height of an additional, overlayed cylinder  
        r[r, h, t]  : corner radius of a sphere, height of an additional cylinder and  
                      vertical translation of the cylinder  
        f           : number of facets of sphere and cylinder  
        center      : false if the object should not be centered  

    Examples:  
        translate([0, -60, 0])  
        rcorn_cube([50, 40, 30], 10, 8);  
        translate([0, 0, 0])  
        rcorn_cube([50, 40, 30], [8, 4], 24);  
        translate([0, 60, 0])  
        rcorn_cube([50, 40, 30], [10, 5, -5], 64);  
*/  

// include in your project with "use 
Thingiverse

Another round corner cube library

38
Curtidas
0
Downloads
58
Coleções
Tags
corner cube openscad round rounded
Licença Creative Commons - Public Domain Dedication
Arquivos (1)
rcorn_cube.stl 988.3 KB
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