Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 262 online users. » 3 Member(s) | 253 Guest(s) Applebot, Baidu, Bing, Google, Internet Archive, Yandex, Hageta, Philippe Hurbain
|
Latest Threads |
Parts request
Forum: Part Requests
Last Post: Peter Grass
4 hours ago
» Replies: 1
» Views: 169
|
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
11 hours ago
» Replies: 1
» Views: 203
|
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Today, 0:11
» Replies: 7
» Views: 675
|
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: N. W. Perry
Yesterday, 19:12
» Replies: 1
» Views: 313
|
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
Yesterday, 9:50
» Replies: 4
» Views: 853
|
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 2,090
|
Eyesight on Linux
Forum: Rendering Techniques
Last Post: Orion Pobursky
2025-09-13, 18:56
» Replies: 12
» Views: 8,755
|
Another common varient: 1...
Forum: Part Requests
Last Post: Rene Rechthaler
2025-09-12, 14:51
» Replies: 8
» Views: 5,604
|
1Lx1Lx2L brick with studs...
Forum: Parts Authoring
Last Post: SNIPE
2025-09-12, 10:14
» Replies: 0
» Views: 783
|
LDraw Colors for OpenScad
Forum: LDraw Editors and Viewers
Last Post: Hageta
2025-09-12, 10:03
» Replies: 0
» Views: 715
|
|
|
Looking for a couple of parts |
Posted by: Chris Allison - 2014-11-30, 20:06 - Forum: Part Requests
- Replies (3)
|
 |
Hi, I've just joined the forum and have just started using LDraw, wish i had taken the plunge a long time ago, i'm building some sets for christmas presents and I'm looking for a couple of parts please forgive me if they are already there. The parts I'm looking for are
A brick w. arch 1x1x1 1/3 the part number Lego list is : 4211519 I can't seem to even find it on brick link
the other parts are two minifigure hair.
the bricklink part numbers are Part 43751 Minifig, Headgear Hair Wavy and Part 40233 Minifig, Headgear Hair Short, Tousled
Many thanks in advance
|
|
|
Part Request: 2446 (Modern Helmet) |
Posted by: Damien Roux - 2014-11-27, 23:12 - Forum: Part Requests
- Replies (5)
|
 |
Hi there,
I'd like to work on a pattern for 2446.
Actually, the existing part is not that perfect, and has not been subparted.
As it's exists in LDD, would it be possible for someone to use the LDD geometry, make it ready for patterning and update it on the tracker?
Thanks a lot!
|
|
|
Drawing a cylinder from A to B |
Posted by: Wolstan Dixie - 2014-11-27, 14:56 - Forum: Help
- Replies (5)
|
 |
I wish to use the primitive 'cyli.dat' to draw a cylinder from one arbitrary point in 3-space to another arbitrary point in 3-space, ie from (X1,Y1,Z1) to (X2,Y2,Z2) - the points being the centres of the circles defining the two ends of the cylinder. It will have a fixed diameter which I can code in the primitive.
I therefore need a general algorythm which will produce a suitable transformation matrix - I realise there may be more than one, anything that works would do!
I am getting old and slow and understanding transformation matricies is now beyond me - I need the help of a young wiz-kid!
Please!
|
|
|
Adding simple mechanic tags as a recommendation to standard |
Posted by: Jakub Trznadel - 2014-11-17, 18:31 - Forum: Official File Specifications/Standards
- Replies (21)
|
 |
All,
I've spent quite a lot of time recently working on my webgl viewer/robot simulator. While creation on robot simulator targetted at children is my primary goal, I made ldraw viewer as it was neccessary to create rendering backend. I am not very good at creating objects in CAD, being rather a programmer. Frankly, I would not succeed without having such a great resource as ldraw.org library is. Thank you!
The reason I write here is because CAD files does not contain any hints about mechanical nature of models. While some movements are definetly too dificult to model with simple description language, there are plenty of situations which can be modelled by rotation/shift axis and min/max values for movement.
I tried to check other applications to figure out if there is any format that I could reuse for my needs. But I havn't found anything suitable. That is, my best understanding is that:
- ld4dstudio - uses information in higher-level files,
- ldcad - uses LDCAD-extensions (0 !LDCAD ... ) to define LDCAD-specific GROUP, plus lua language to control it,
- brigl - uses BRIGL-extensions to define animation (0 SIMPLEANIM )
- sr3d - seems to be most suitable, but I do not have sr3d license to try animation. As far as I understand new tags are added to describe scene.
- my viewer - added my-specific-extension to define engine rotation group, color/distance sensor position, and scene (0 MOTOR_AXLE), plus NXT-inspired graphical language to control (not really mature yet).
Not sure if this list is complete. My question is: is there interest to create common standart to define simple mechanics? Or at least: common groups that are connected without any movement possiblity?
For example:
- I would like to add something that could describe crane and wheels rotations to small crane model.
( for example: 4838 model. )
- I would like to add groups to techincs/mindstorms models that have gears: couple of groups with one control (+scale).
( for example: 8464 model )
- I would like to have mindstorms-engine part with description that some part of the model does rotations.
( for example: my industrial - the orange part of engine does not rotate )
- It could be nice to have minifig-rotations inside minifig models.
I have a feeling that instead of implementing my own-incompatible way, it could be reasonable to define some common standartized extension so each project could (at least: partially) reuse models created for other. Also, I do not want to implement CAD on my own.
I am looking forward for any feedback on this idea 
Thank you,
Jakub
|
|
|
Auto correcting (some) defects in the official library |
Posted by: Roland Melkert - 2014-11-15, 22:20 - Forum: Official File Specifications/Standards
- Replies (52)
|
 |
Like mentioned in some of the other threads, the current official library suffers from a number of defects which can be corrected automatically but can be somewhat of a pain to new software trying to use the library.
It also has been suggested many times most of these errors can be fixed using an automated process.
So I did a quick hack in the LDCad 1.4 code to make it possible to save corrected .dat files back to disk, this resulted in about 116 corrected .dat files.
Only downside I noticed is the loss of some indenting (only for the corrected lines, as LDCad preserves unmodified line content).
I also noticed some minor mixed dos/unix line endings which are indirectly auto corrected for any file that needed rewriting.
This test includes only 'hour glass quad' corrections, but with some additional tweaks I can also auto correct:
case mismatches
non flat triangles
quad with duplicate point (degrade to triangle)
all zero row or col ref matrix
type 5 line with missing or duplicate control points (degrade to normal line)
Should I continue my tweaks, and compile a patch containing all changed files so someone else can double check and merge them into the part tracker?
If so which corrections are actually wanted, and or which additional correction would be needed/wanted.
ps: this topic might be better off in the part authoring forum, not really sure though, admins feel free to move it.
|
|
|
Ring8.dat |
Posted by: Knud Ahrnell Albrechtsen - 2014-11-15, 6:23 - Forum: Part Requests
- Replies (1)
|
 |
Hi
I have been using Big Ben Bricks Wheels parts in MLCAD for some time now.
When I entered my model into LDView I noticed it complained about a missing part - ring8.dat.
I Can't seem to find it anywhere.
Does anyone know what to do about this?
|
|
|
|