To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.dat.partsOpen lugnet.cad.dat.parts in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / LDraw Files / Parts / *6547 (-40)
  Snowmobile tread hubs?
 
Anybody working on these wheels? (URL) (17 years ago, 11-May-07, to lugnet.cad.dat.parts)
 
  Re: Trapezoid flag 2 X 2 unknown part number
 
(...) This is part 44676 and already on the Parts Tracker at : (URL) (17 years ago, 29-Apr-07, to lugnet.cad.dat.parts)
 
  Trapezoid flag 2 X 2 unknown part number  [DAT]
 
Here is a model for the trapezoidal flag 2 X 2. The part had no visible number so any idea what to name it? 0 Flag 2 x 2 trapezoid 0 Name: unknown? 0 Author: Mark Kennedy 0 BFC CERTIFY CW 1 16 0 10 30 0 0 2 10 1 0 20 0 0 rect.dat 1 16 0 20 10 2 0 0 (...) (17 years ago, 29-Apr-07, to lugnet.cad.dat.parts)
 
  Re: Help need
 
(...) Si, accosento that the "pipistrello" part is not the best to begin with as an unexperienced LDraw author. I had it in my LDraw todo-bucket before I sold my LEGO collection. I regret that I didn't withhold that bucket from the deal, or I could (...) (17 years ago, 17-Apr-07, to lugnet.cad.dat.parts)
 
  Re: Help need
 
(...) ciao miriana, la creazione di parts (specialmente di un freeform come il pipistrello) richiede una certa esperienza CAD per raggiungere un risultato soddisfacente in breve tempo - e comunque prima che il tutto diventasse troppo frustrante. se (...) (17 years ago, 17-Apr-07, to lugnet.cad.dat.parts)
 
  Help need
 
Hi! I'm Miriana, from Italy. I'm a Lego fan and I need help to make own part. Now I'm making howgwarts castel and I noticed that some parts are not on database. Can I make them by my own? For example if I want make bat part (30103.dat) how can I (...) (17 years ago, 17-Apr-07, to lugnet.cad.dat.parts)
 
  light.dat has wrong title
 
The part title for light.dat is as follows: Pov-RAY Light Source (useless to give a color to it) This title is wrong. Even the L3P that's been out for years pays attention to the color, and creates a light source that matches the given color. (...) (17 years ago, 6-Apr-07, to lugnet.cad.dat.parts, FTX)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) I just don't want people confusing naming conventions in the part library with naming conventions in Linetype 1 part references. I was mostly replying to Kevin saying his applications choke on spaces in part references, which is something I'd (...) (17 years ago, 4-Apr-07, to lugnet.cad.dat.parts, FTX)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) You should also consider stripping trailing whitespace from the end of the filename. I believe MLCad and most of the other programs do this. Whitespace in filenames has been supported by many Ldraw programs for quite a while, but it does not (...) (17 years ago, 2-Apr-07, to lugnet.cad.dat.parts, FTX)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) I very strongly support allowing the inclusion of whitespace in LDraw filenames, provided the first character is not whitespace. Bricksmith has always allowed users to do this. When parsing a line, I get all the matrix numbers, skip all (...) (17 years ago, 2-Apr-07, to lugnet.cad.dat.parts, FTX)
 
  Re: Getting rif off the 8.3 nomenclature??? (scanf tricks)
 
(...) That's a nifty scanf trick. But don't forget, you might still want to (URL) trim leading and trailing whitespace> (tabs and space characters) from the parsed filename (and maybe even surrounding quotes). Don (18 years ago, 29-Mar-07, to lugnet.cad.dat.parts, lugnet.cad.dev, FTX)
 
  Re: Getting rif off the 8.3 nomenclature??? (scanf tricks)
 
(...) <snip> (...) Hi Jim, Thanks! I'll use it. Kevin (18 years ago, 29-Mar-07, to lugnet.cad.dat.parts, lugnet.cad.dev, FTX)
 
  Re: Getting rif off the 8.3 nomenclature??? (scanf tricks)
 
(...) misparse file names with blanks or tabs in them. (...) will be backward compatible and not cause problems (at least not for (...) I have no idea whether this could be worked into your sscanf usage, but it is possible to read whitespace into (...) (18 years ago, 29-Mar-07, to lugnet.cad.dat.parts, lugnet.cad.dev, FTX)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) OK, that makes a lot more sense. LDView had the same problem with whitespace in filenames until I specifically added support for that. (LDView now gives you a warning when it encounters whitespace in a filename.) --Travis (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Sorry for posting to my own post. In particular if the "longer file names" cannot have blanks in the names, then there is no problem for LPub or LSynth. 20.3 would require no changes at to LPub or LSynth. Given that sscanf splits things up by (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Travis it has to do with parsing. For type 1 lines and 8.3 I can simply use sscanf. Kevin (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Well, I still do ocasionally, when I'm using my remote MS-DOS based platform. And on my other platform, running on a Windows NT operating system, (URL) this nomenclature test> failed on the second line. (Although I do not fully understand the (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts, FTX)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) We are talking about official files in the parts library here. They're not going to have Unicode or special characters. If this isn't already explicitly in the spec for library filenames, we can certainly add it. As a side note, UTF-8 and (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Couldn't that be dealt with by restricting the filenames to alphanumerics + the usual suspects (_ etc.)? My understanding was those were unchanged in any character set. Tim (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Call me paranoid, but long filenames make me nervous because of the other worms packaged along with them (like unicode or UTF-8, blech!). Sure your filenames might look great on Windows, but try to bring them over to another filesystem, or (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Or, we should start by introducing the new standard, use it in a few (relatively obscure) instances, and give the various software authors a chance to sort it out. Considering the general pace of parts releases, a long-named file would be on (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) This suprises me. Can you elaborate on this? If we in the LSC are going to make an informed decision on this issue, understanding why this is the case with LPub/LSynth would help us greatly. I know all Win32 API calls work fine with long (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) I'm personally undecided on the issue of long filenames. On the one hand Willy is entirely correct that we probably shouldn't disallow them purely because of ldraw.exe/ledit.exe. On the other hand, Kevin's post that LPub/LSynth would both have (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) To elaborate: Suppose you have a part abcdefg.dat with loads of subparts (Too many to name with the 8.3 restriction). Just make a new subdirectory LDRAW/PARTS/S/abcdefg/ and put the numbered subparts in there (like (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Darn! In that case I'd suggest making a short filename preparer as a backwards compatibility measure. Perhaps it would bring all longfilename parts into an MPD (with shortened names) or something similar (eg. creates short name versions (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) That's an interesting approach, but I don't know if it'll work for the subpart files that started this thread. I think mklist only handles files in the PARTS directory. The subpart filenames would be embedded in the part files that use them, (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Well I've just spent some time on another way. You can make a new version of mklist that works as follows: scan through the parts, if a filename is long then make a new copy of the file with a standardised short file name (possible assigned in (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Yeah, but there's always another way. One that preserves the precious backwards compatibility. In this case you could make more subdirectories in the official library. Like the LDRAW/P/48 directory that was created to avoid name conflicts (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Willy, I agree completely on this point. That is why the LSC created the LDraw file format specification 1.0.0. I have never used LDraw myself, but I know that for some very influential people in the LDraw community this is an issue. I did not (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Hi Kevin, frankly I never understood how and why a program (I've never used BTW) can set a standard! I don't use Office progs from Redmond but I doubt that the file format for Word2007 has to be compatible with Word for DOS 5.5. Hang on! (...) (18 years ago, 28-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Getting rif off the 8.3 nomenclature???
 
(...) Hi Willy, Nice explanation about naming. The issue of 8.3 nomenclature falls under the purvue of the Standards Committee. Before they can remove that constraint, they will have to work with the community of tool developers to understand the (...) (18 years ago, 27-Mar-07, to lugnet.cad.dat.parts)
 
  Getting rif off the 8.3 nomenclature???
 
guys, I'm currently working on 004219b.dat - Sticker System with Australia Flag Pattern. unfortunately there is no rule for subparts in the sticker standard: (URL) to the PT references: (URL) are subparts numbered? A: Subparts, which are stored in (...) (18 years ago, 27-Mar-07, to lugnet.cad, lugnet.cad.dev.org.ldraw, lugnet.cad.dat.parts)
 
  Re: Moscow in the 80s - diorama
 
Uh, oh, you may have an argument to model the underside of baseplates in LDraw: (URL) (It may not be obvious, but I'm being at least somewhat tongue-in-cheek here.) --Travis (18 years ago, 26-Mar-07, to lugnet.cad.dat.parts, FTX)
 
  Re: instructions needed
 
Orion Pobursky schrieb: (...) Thanks Orion, but I need not the instructions for the sets itself because I own all of them. I need the instructions for the extra models (combinations) that are shown on that picture. Those instructions are not in the (...) (18 years ago, 25-Mar-07, to lugnet.cad.dat.parts, lugnet.znap, lugnet.technic.roboriders, lugnet.technic, lugnet.technic.bionicle)
 
  Re: instructions needed
 
(...) (URL) (18 years ago, 25-Mar-07, to lugnet.cad.dat.parts, lugnet.znap, lugnet.technic.roboriders, lugnet.technic, lugnet.technic.bionicle)
 
  instructions needed
 
Does anybody has instructions for these models of the roborider series? (URL) help is welcome. mikeheide (18 years ago, 25-Mar-07, to lugnet.cad.dat.parts, lugnet.znap, lugnet.technic.roboriders, lugnet.technic, lugnet.technic.bionicle)
 
  Re: Underside stud groups
 
Mark Kennedy schrieb: (...) I think this is not necessary. The other stud groups are created mainly for the baseplates and there are no underside studs. mikeheide (18 years ago, 25-Mar-07, to lugnet.cad.dat.parts)
 
  Underside stud groups
 
Does anybody think that there should be stud groups for the undersides of plates made up of STUD4 type studs? Was wondering how much support there is for such primitives before submitting any to the tracker. (18 years ago, 24-Mar-07, to lugnet.cad.dat.parts)
 
  Re: Tyre 30.4x14 VR
 
ludo soete schrieb: (...) This part is already an official part. Please download the the actual parts updates to install it on your system. cu mikeheide (18 years ago, 15-Mar-07, to lugnet.cad.dat.parts)
 
  LDraw file for wheel 55981?
 
Is there an existing LDraw version of the 55981 "Wheel 30.4 x 14 with Holes on Both Sides" ((URL) I can't seem to find it in the parts tracker. On the other hand, LDD does have this wheel. Is it possible to convert LDD parts to LDraw format (not (...) (18 years ago, 14-Mar-07, to lugnet.cad.dat.parts)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR