To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / *3680 (-20)
  Re: Part number for crystal in Rock Raider sets?
 
[x-post and f-up to lugnet.cad.dev] (...) The parts-release administrator. Who will be me, but isn't me yet. Terry Keller has been wrangling the parts-updates for two years now (he's done a *great* job! Thanks, Terry!). After the next update, (...) (25 years ago, 17-Nov-99, to lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Questions on part #2865 - Train Track 9V Straight.
 
Hello all, I've noticed there is a mockup file being passed around, wich proofs there is a definite need for an official part #2865 - Train Track 9V Straight. Hmm.. it's a nice difficult one. Would you please answer the following questions: 1. Has (...) (25 years ago, 17-Nov-99, to lugnet.cad.dev)
 
  Re: Is the LDraw parts database free?
 
[ Just for the record: IANAL ] Fredrik: (...) The _collection_ of LDraw files is strictly speaking owned collectively by all of us who in some way have contributed to the collection. The _individual_ LDraw files are owned by whoever worked on them. (...) (25 years ago, 17-Nov-99, to lugnet.cad.dev)
 
  Re: Is the LDraw parts database free?
 
(...) I thought everybody knew that. :) (...) This is not the kind of thing that would be in the FAQ. I just said that because I was probably the only person who ever asked permission to use the LDraw library in another program. Maybe Tore had the (...) (25 years ago, 17-Nov-99, to lugnet.cad.dev)
 
  Re: Is the LDraw parts database free?
 
(...) Yes, but most people would probably prefer not to install DOSEMU or a similar program unless they have to. (...) Ok, I've never heard this before, and it's not in the FAQ. But now that I know, this is valuable information. (...) Yes, unarj (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Is the LDraw parts database free?
 
Fredrik Glöckner skrev i meddelandet ... (...) This question has been on my mind too a bit, as I have thought of the possibility to 'import' LDRAW parts to BlockCAD (with a lot of manual massaging of course, but still using the work done on the (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Is the LDraw parts database free?
 
(...) You forgot that there's a DOS emulator for Unix and you don't need to run the .EXE files, they are ARJ self extracting archives so running "arj x file.exe" will extract the files as well (and arj can be easily found for Linux systems, it's (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
(...) I forgot to add that you can have a file that is 'certified', but due to its nature (the lego part/sub-part) no clipping is applicable, but it can have correct point order (no bowties) and a defined winding (the default, or some expecifically (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Actually, I was thinking of CERTIFY, like a enable of the specific new metacommands. Example: If you have a 0 CERTIFY BFC would mean Enable or take into account the GFC related commands. besides the fact that it certifies that file has beeing (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Problems with Ldraw related sites
 
Manfred: (...) [...] It is my fault. I tried to optimise the web server, and forgot to check if everything worked after the change. It should have been fixed now. Play well, Jacob ---...--- -- E-mail: sparre@cats.nbi.dk -- -- Web...: <URL:(URL) -- (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev.org.ldraw)
 
  Problems with Ldraw related sites
 
Hello all, Somehow I can't get into www.ldraw.org anymore. when I try I recieve an error message like: Forbidden You don't have permission to access /contact.html on this server. When I use the link from the lugnet.cad.dev.org.ldraw newsgroup page, (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev.org.ldraw)
 
  Is the LDraw parts database free?
 
I know that the LDraw software remains the intellectual property of James Jessiman's immediate family. But what about the parts (primitives, parts) database as a whole? Is it the property of James Jessiman's immediate family as well? Or is it free (...) (25 years ago, 16-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Steve Bliss wrote in message ... (...) I think it is nice to have the winding state expressed explicitly. IMO part authors should be allowed to whatever winding they find most natural to work with (though you say CCW is desirable). It is perfectly (...) (25 years ago, 15-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
(...) 0 WINDING (CW|CCW) as the 'certify statement', rather than 0 CLIPPING ON ? Winding is local. Certification is sort-of local -- only the local file is certified, but the local setting affects whether subfiles (in the same reference branch) are (...) (25 years ago, 15-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
(...) Argh. You are correct, sir. Serves me right, trying to post quickly. Here's a correction: (...) Steve (25 years ago, 15-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Steve Bliss wrote in message ... (...) No, WINDING is local! It does not affect subfiles, this is the very reason why we have invented the CLIPPING command. /Lars (25 years ago, 15-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Oops! Forget a few important details in the psuedo-code! (...) The last line above should be: (AccumClip and LocalClip and (Winding != UNKNOWN) and Certified), (...) And the line above should be: If AccumClip and LocalClip And Certified Then (...) (25 years ago, 15-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Steve Bliss wrote... (...) But it's not used! (...) But it's not used! (...) But it's not used! Why would future extensions use the CERTIFY statement if we don't have a use for it today? I agree WINDING may not directly make you think about BFC, but (...) (25 years ago, 14-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
Steve Bliss wrote ... (...) I think your pseudo-code delivers a fine evidence why the CERTIFY is unnecessary ;-) /Lars (25 years ago, 13-Nov-99, to lugnet.cad.dev)
 
  Re: Line in the Sand
 
[ Still discussing (URL) ] Steve: (...) You=anyone (kind of - English is a very imprecise language - "on" in French, "man" in Danish, ...) (...) That depends on how the program is written. You could imagine that the variable "local_clipping" isn't (...) (25 years ago, 13-Nov-99, to lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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