Sign in to follow this  
Kazz

Making a parts list from LDD

Recommended Posts

Hi Guys,

I would like to know how to make a parts list. By this I mean I have made a model in LDD and the instructions but if I want to sell the model to others how can I create a simple parts list with part no, qty and colour. Ive tried uploading it to bricklink but its not what Im looking for, I tried brickset but cant save it and its not showing qty. I would like to have it in a format everyone can view like notepad or pdf.

Im sure its simple I just cant work out how.

Thanks in advance

Edited by Kazz

Share this post


Link to post
Share on other sites

Yes, Superkalle's LDD Manager is very useful in creating a Lego Parts List. It creates an Excel file; you can download a free Excel Viewer from Microsoft if you don't have that software.

I use this free online PDF Converter; don't worry that it says Microsoft "Word to PDF Converter" -- it works with MS Excel too. It sends the completed PDF to your e-mail inbox in just a few minutes. :classic:

Share this post


Link to post
Share on other sites

Hi Guys,

I would like to know how to make a parts list. By this I mean I have made a model in LDD and the instructions but if I want to sell the model to others how can I create a simple parts list with part no, qty and colour. Ive tried uploading it to bricklink but its not what Im looking for, I tried brickset but cant save it and its not showing qty. I would like to have it in a format everyone can view like notepad or pdf.

Im sure its simple I just cant work out how.

Thanks in advance

If you have OSX the LDD manager won't work (PC only according to doc). But I 'm pretty sure you can do the same with a simple shell script like ran on the LXFML file inside the lxf, eg:

grep \<Part IMAGE100.LXFML

which gives you all parts, eg

<Part refID="0" designID="32523" materials="21">

<Part refID="1" designID="3023" materials="21">

<Part refID="2" designID="3023" materials="21">

<Part refID="3" designID="3021" materials="1">

Share this post


Link to post
Share on other sites

If you have OSX the LDD manager won't work (PC only according to doc). But I 'm pretty sure you can do the same with a simple shell script like ran on the LXFML file inside the lxf, eg:

grep \<Part IMAGE100.LXFML

which gives you all parts, eg

<Part refID="0" designID="32523" materials="21">

<Part refID="1" designID="3023" materials="21">

<Part refID="2" designID="3023" materials="21">

<Part refID="3" designID="3021" materials="1">

In my experience, there are a few more things to concider:

1) The parts you extract on "Part refID" level are only single parts. Then there are assemblies.

2) You are only getting the part ID's, not the names of the parts.

3) The part ID's have to be mapped to BrickLink ID's. At least if you want to make orders on BL or get some sensible parts names out of it. The LEGO part names are OK, but most often the BL ones are easier to understand.

4) The colors have to be lookuped (and converted).

5) And I guess you might want to load the data into some kind of database for querying etc.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.