LDraw.org Discussion Forums

Full Version: make parts that do not resemble to LEGO style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I'm new of this forum. I would like to know if I can technically make parts that do not resemble to LEGO style and if you can give me a detailed tutorial to learn how to do it. Thanks.
That is possible. There are already several libraries available in the web that do not relate to LEGO bricks. The technic for creating parts is the same as for LEGO bricks. So there is no need for an additional tutorial to create other parts. Smile
Some links can be found at the website:

http://www.ldraw.org/parts/other-parts-libraries.html

A VERY basic part authoring tutorial can be found on my personal site:

http://www.holly-wood.it/ldraw/authoring-en.html

w.
It is definately possible, and not only for buidling blocks. I used the LDRAW file-standard to get a graphical representation of data that was too much for MS-Excel. I had a macro generating me the .LDR file and then use LDView to visualize it. Was an easy way for me to aid analysis of problems/bottlenecks in communication systems as you could zoom in and fly around with ease...

see a sample here

Gerald
NPU (nice program usage)! It's true, the file format is so easy that's it can be generated by a simple script. I must keep this trick in mind, it could be useful in future Smile
FYI, in case you didn't already know, there's a documented, but otherwise hidden LDView setting that allows LDView to run on a computer without the the LDraw library being present on the computer. Do a search in LDView's help for VerifyLDrawDir if you're interested in using it.