Vector library for OpenScad

Vector library for OpenScad

thingiverse

This is a Vector library for drawing vectors in Openscad. It is extremely useful for designing robots and viewing their kinematics. In addition, it gives a lot of help when designing parts by means of displaying auxiliary vectors and frames of reference. Another very useful operator is "orientate()" which make the child to point in the direction given by a vector. The vector library is part of the tools I am developing for making it easier the use of Openscad. These tools are called obiscad. They are located in this repo: https://github.com/Obijuan/obiscad/ More information (in spanish) in this page: http://www.iearobotics.com/wiki/index.php?title=Obiscad Instructions Uncompress the .zip file Open the examples given in openscad Drawing a vector is as easy as writting: use < obiscad/vector.scad > vector([10,10,10]); If you want to make a part to have the orientation given by a vector, just use the orientate() operator: orientate(v=[1,1,1], roll=0) cube ([20,20,20]),center=true) // Change it by the oject you want to change orientation There are more instructions in the library comments and examples.

Download Model from thingiverse

With this file you will be able to print Vector library for OpenScad with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Vector library for OpenScad.