Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,142
» Latest member: Pierre Another
» Forum threads: 6,565
» Forum posts: 54,155

Full Statistics

Online Users
There are currently 8 online users.
» 1 Member(s) | 1 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
New Click hinges
Forum: Part Requests
Last Post: Magnus Forsberg
Yesterday, 21:30
» Replies: 17
» Views: 21,577
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 16:15
» Replies: 13
» Views: 9,726
Parts Request: Exploriens...
Forum: Part Requests
Last Post: Carmichael
Yesterday, 9:54
» Replies: 0
» Views: 85
Preview Video of My New D...
Forum: All Other Programs.
Last Post: Demetree Kallergis
2026-08-25, 20:33
» Replies: 0
» Views: 91
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Orion Pobursky
2026-08-24, 13:29
» Replies: 102
» Views: 135,339
We have a problem, again
Forum: Parts Authoring
Last Post: Willy Tschager
2026-08-24, 7:33
» Replies: 6
» Views: 8,432
Blaster w/ Clip (Part 154...
Forum: Part Requests
Last Post: tom alphin
2026-08-22, 18:56
» Replies: 1
» Views: 200
Seal (Part 3380 / 3380pr0...
Forum: Part Requests
Last Post: tom alphin
2026-08-22, 18:55
» Replies: 0
» Views: 147
Missing Roboforce 1997 Mi...
Forum: Part Requests
Last Post: Zack Uhlenhuth
2026-08-22, 10:20
» Replies: 3
» Views: 803
part for Set 8880-B
Forum: Part Requests
Last Post: Alfred Schmitz
2026-08-22, 7:04
» Replies: 6
» Views: 520

 
  Online Renderer
Posted by: Jamie B. - 2011-10-30, 15:47 - Forum: Rendering Techniques - Replies (3)

Given that browsers now support WebGL (Firefox, Chrome, and Safari), you could do a browser-based part and model viewer.

Would anyone be interested in that?

Print this item

  Parts to be renamed?
Posted by: Tim Gould - 2011-10-30, 11:08 - Forum: Parts Authoring - Replies (12)

Hi All,

I was looking for the 6 x 6 tile today (6881a/b) and was surprised to see it wasn't in the library. Or rather, after doing some sniffing, I discovered it wasn't a 'tile'. It was a 'Scala tile'.

This seems rather wrong to me and got me wondering if there weren't other parts with strange naming. Does anyone else know of any?

Perhaps someone can correct me if I'm wrong but I believed that part names should generally be descriptive of form and function, not of the line they appear in (aside from prints).

Tim

PS. Which isn't to single out the part authors. It is the name Peeron uses which are traditionally the source of LDraw parts. I simply think it is wrong for LDraw.

Print this item

  LEGO October Community Survey
Posted by: Willy Tschager - 2011-10-29, 20:13 - Forum: General LDraw.org Discussion - Replies (2)

Hi,

I just did the http://www.surveymonkey.com/s/AFOLOct2011 and to my disappointment LDraw was not listed on the "select your online community" page! :X

w.

Print this item

  New LDraw All-In-One-Installer tutorial
Posted by: Willy Tschager - 2011-10-28, 11:50 - Forum: LDraw.org Announcements - No Replies

Hi folks,

I've just uploaded a new tutorial to my site:

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

which will give you an insight on the LDraw All-In-One-Installer. In sync I've added language support for Dutch and Spanish, compiled by Jaco van der Molen and Jetro de Château. 2011-01 v2 now supports silent install/uninstall and I've added LeoCAD as optional editor.

My thanks go to the people who ave helped me out on this.

w.

Print this item

  LDraw Script Compiler version 0.64 Released
Posted by: Tore Eriksson - 2011-10-28, 4:53 - Forum: Parts Author Tools - No Replies

New temporary URL: http://dl.dropbox.com/u/15954981/lds064_32bit.rar

* Re-compiled in Open Watcom IDE v1.9 to support 64-bit systems.
* Added support for ldsconst.lst, a user-editable [color] constant list.

LDS Page in French by J.C. Tchang: http://jc-tchang.philohome.com/manuel/lds.htm

/Tore

Print this item

  64806 part(need help)
Posted by: Stan Isachenko - 2011-10-27, 21:37 - Forum: Parts Authoring - Replies (1)

I work on this part. It is converted from LDD. I need edges and condlines. In shape from LDD they are not great, and I played around with edger2 tool, but didn't get a great result.



Attached Files
.dat   64805.dat (Size: 681 bytes / Downloads: 1)
.dat   64805s01.dat (Size: 119.19 KB / Downloads: 1)
.dat   shape.dat (Size: 657.75 KB / Downloads: 1)
Print this item

  Looking for x1928 Minifig Accessory Spyglass
Posted by: Jaco van der Molen - 2011-10-27, 20:01 - Forum: Parts Authoring - Replies (2)

Hi Folks!
Has this part been made?
http://www.peeron.com/inv/parts/x1928
Tnx
Jaco

Print this item

  3dxml2dat
Posted by: Rolf Osterthun - 2011-10-26, 21:53 - Forum: Parts Author Tools - Replies (3)

Hey,

some time ago Philo described a method to convert LDD parts into LDraw parts (http://news.lugnet.com/cad/?n=17697). In the <VertexBuffer> section, Philo referred to, there is next to the <Positions> tag also a <Normals> tag. With these normals there is a calculable way to differ between normal lines (linetype 2) and optional lines (linetype 5).

I wrote a small console application based on .NET 3.5 that can make these calculations. The application is kind of simple and silly; but if you play it right it might help you a lot: you have to add the desired part in the LDD without rotating the view. Than take the 3D screenshot and extract the 3dxml file out of the 3dxml archive. Open the 3dxml file and search for the <VertexBuffer> section. Copy the <Positions> and <Normals> line into a new textfile and save it (e.g. file.txt). Call the new console application with the new file as argument and you will get an LDraw part with lines and optional lines.

Please remember: "Getting the shape is only the tip of the iceberg!". This tool is ment to help part authors to create parts. Please make them LDraw parts first before you add them to the parts tracker.

You can download the tool at http://digital-bricks.de/download/3dxml2dat.zip
The application can be downloaded as it is. I do not take charge for errors or any kind of damage to your system that is caused by this tool.

There are a few options you can play with:

Code:
Usage: 3dxml2dat.exe [Options] <inputFileName>

Options:
  [-scale <value>]: scale the mesh with factor <value> (default is 25)
  [-out <outputFileName>]: write the result in <outputFileName> (default is <inputFileName>.dat)
  [-optionalLines <true|false>]: draw optional lines (default is <true> )
  [-normals <true|false>]: draw normals (default is <false> )
  [-ymin <value>]: the lowest y will be at <value>

Rolf

Print this item

  LGEO POV-Ray library and LDraw
Posted by: Reuben Pearse - 2011-10-25, 21:53 - Forum: Parts Authoring - No Replies

Hi all

Are there any parts that have been created as part of the POV-Ray LGEO library that don't exist as LDraw official/unofficial parts?

I'm interested to know as someone has just released a POV-Ray macro that enables POV-Ray objects to potentially be exported to other 3D file formats - see here for more info:
http://news.povray.org/povray.binaries.i...ay.org%3E/

For more information on the LGEO libray see this link:
http://www.digitalbricks.org/lgeo.html

Bye for now

Reuben

=====================================
Download 3D Lego models and other resources from:
http://www.pearse.co.uk/lego
=====================================

Print this item

  I want to put .dat files into SolidWorks
Posted by: Jason Bardis - 2011-10-24, 2:44 - Forum: LDraw File Processing and Conversion - Replies (5)

Hi-

I'm a die-hard SolidWorks user & wish to import LDraw .dat models into SolidWorks.

I'm having some trouble. Here's what I've tried:

I downloaded LDraw & the entire part library.

I downloaded, purchased, & registered 3DWin from TB Software.

3DWin can convert .dat files to .igs or .stl, both of which can be read by SolidWorks.

When I perform these file conversions, however, the files either won't load into SolidWorks, load but with errors/warnings & come up empty, or import and have just a few curves but no solids and the curves don't even look like the completely correct part.

I know that I'm starting with good .dat files, because MLCad opens up the .dat files just fine.


Does anybody have experience with this conversion? Or, is there already a library of parts models that can be imported into SolidWorks?


Thank you very much,
-Jason


PS--Here's a little more detail on some of the trials & tribulations, if some of you are familiar with the nitty gritty of this process.


1 - STL. After I have created an .STL file with 3DWin & I open the .STL file with SolidWorks, the file opens & is empty--there is no geometry. Tested this with 3001.dat & 3002.dat. When opening an .STL file generated from 1.dat, I get some thin geometry, but no solids, & it's incomplete.

2 - IGS. After I have created an .IGS file with 3DWin & I open the .IGS file with SolidWorks, I get one of the following errors:

a) "This file contains free curves/points which are not desired according to the import options. Do you wish to import them anyway? Yes/No" After I select "Yes", the file opens with a sort of a skeleton of imported curves, but no solid geometry, & the part looks incomplete. (I get these results with file 1.dat).

b) "Unable to read IGS file. File was truncated or contains invalid data. OK". I click "OK" & the box disappears & SolidWorks gives up on opening the file. (I get these results with files 3001.dat & 3002.


During my troubleshooting, I have tried parts 1.dat, 3001.dat, & 3002.dat. All of these open fine in MLCad, so I know that the source .DAT files are OK.

Print this item