Editing Participación 6º eiic

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 28: Line 28:
 
contar que herramientas se utilizan, maquinarias, metodologías, técnicas etc.
 
contar que herramientas se utilizan, maquinarias, metodologías, técnicas etc.
  
==== OpenSCAD ====
 
Se puede utilizar OpenSCAD para extruir formas 2D a 3D. Estas formas se importan desde fichero DXF y quedan importados como polígonos. Para más info: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/2D_to_3D_Extrusion
 
 
Un código de ejemplo:
 
<nowiki>
 
// Esto es el fuego
 
fuego=25;
 
color("red") cylinder(r=1, h= fuego);
 
 
// Esto es la extrusión
 
linear_extrude(height = 10, center = false, convexity = 10, twist = 0)
 
 
// Aquí va el polígono a extruir. Ej circulo
 
circle(r = 3, $fn=20);
 
 
//ojo que la linea acaba en el punto y coma
 
 
// Aquí meteremos el dxf de cada comunidad
 
//import_dxf(file = "comunidaddemadrid.dxf", layer = "base");
 
</nowiki>
 
  
 
Para realizar el paso de parámetros podemos hacerlo desde línea de comandos:
 
Para realizar el paso de parámetros podemos hacerlo desde línea de comandos:

Please note that all contributions to Wiki Makespace Madrid may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki Makespace Madrid:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to type the two words you see in the box below:

Cancel | Editing help (opens in new window)