Você está na página 1de 3

DISEO DE UN HELICPTERO CON EL SOFTWARE

OPENSCAND
Vernica Allauca_198
rous_061992@hotmail.com

Martin Lopez_247
martinlo_92@hotmail.com

Andres Chushquiculma_248
andreussfa@hotmail.com

Luis Allauca_359
miguel29091@hotmail.com

SUMMARY: OpenSCAD is a free software


allows you to design pieces with a simple and
powerful description language, called CSG
(constructive solid geometry) . .
Although we use a lot to design printable parts,
this soft, it is valid to design 3D objects
exportable to various formats, so its use on CNC
or graphic design is also very valid.

KEYWORDS: Openscad, helicopter, design

I.

It also allows the extrusion of DXF Autocad , ie


documents , allows to give volume to designs in
two dimensions that have been previously
designed by theAutocad program.
As shown in Figure 2.2, the graphical interface of
the program is very simple, comprising a left
window to prepare the code or parts and right
window in which it can graphically view the
three-dimensional shape of the object is being
built .

INTRODUCTION

The generation of the pieces which are


subsequently printed with the software
ReplicatorG OpenSCAD is performed with the
program. This program is a CAD (Computer
Aided Design) and free application that enables
the creation of objects through three commands:
spheres, parallelepipeds and cones. These
commands allow through certain instructions,
obtain any physical figure which can also compile
designs pose to which subsequently can be
accepted by ReplicatorG . This OpenSCAD
program.

As mentioned above, any design is made from the


following shapes:
Cube: cube has the syntax ( [x, y, z ] ,
center, $ fn) . Example : cube ( [45 , 5, 2
] , center = true ,
$ fn = 20 ) . Set a bucket in their x , y, z. The
center option is to indicate whether object center
is in the center of coordinates (true) or if one of
the design and implementation of a mobile theater
by Arduino and 3D printer 16 ends of the element
which is in the origin (false). The $ fn option
serves to indicate the resolution of the figure. As
for the units, these are in millimeters.

Sphere: the sphere has syntax (r, center).


Example: sphere (30, true). Sets spheres
of radius r. The center and $ fn option
has the same functionality as the
explained in the cube decision.
These elements can be combined with each other
through various operations get more complex
elements. This is done via the functions:
Translate: translate has the syntax ([x, y,
z ] ) . Example: translate ( [- 5, -5,2.5 ] ) .
Allows moving objects in the x, y, z
respectively.
Rotate: having the rotate ([x, y, z] )
syntax. Example: rotate ([45, 0, 0]).
Allows rotate figure around the x, y, z
respectively, according to the rule of the
right hand.
Color: Color has the syntax ( [ RED,
GREEN, BLUE] ) . Example: color
([255, 2, 15]). Allows providing color to
the design being done by the color space
network, green, blue. Importantly,
although the design is made in different
colors the printer will only print in color
plastic having at the time. Function color
is used to better distinguish the design
phase in the different parts up an object
in its entirety.
Difference: has the syntax difference ()
{Figure 1;
Figure2;
...} .

II.

CONCLUSIONS
OpenScad is a software very useful to
us as students and electronics we
technified us more automation and
less on the design, then this tool will
help us to design our robots .
The commands are not complex that it
is good practice to handle easily.

Although we already have the design ,


we must also learn how to export
these sketched figures or parties
because there will complete the
entire job of OpenSCAD , obtaining
the figures in 3d format

III. REFERENCES
[1]http://www.instructables.co
m/id/From-atoms-to-bits-toatoms-learning-OpenSCAD-by/?lang=es
[2]http://earchivo.uc3m.es/bitstream/ha
ndle/10016/16467/PFC_Sergi
o_Jimenez_Canales.pdf?sequenc
e=1
[3]http://impresoras3dblog.w
ordpress.com/tag/openscad/
[4]http://www.ensenada.net/n
oticias/nota.php?id=24178
[5]http://kikailabs.com.ar/ma
nuales//asset_publisher/hKzETMpeHI
k9/bookmark/id/208347

ANEXOS
IMGENES EXPORTADAS

CODIGO UTILIZADO

RESULTADO-HELICOPTERO

Você também pode gostar