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 / *3305 (-20)
  Re: ldraw.org failing DNS lookup?
 
(...) I can't get through either. Knowing the reliability of Hugin, it should only be a temporary thing. Sorry for the inconvenience, try to be patient :) -Tim Courtney ldraw.org Project Coordinator (URL) timcourtne ICQ: 23951114 (25 years ago, 23-Sep-99, to lugnet.cad.dev.org.ldraw)
 
  Re: ldraw.org failing DNS lookup?
 
(...) Greetings... Same problem here, from behind a firewall, which I thought might be the problem. I need to inspect the FAQ and keep getting a path failure. Cordially, Roger (25 years ago, 23-Sep-99, to lugnet.cad.dev.org.ldraw)
 
  ldraw.org failing DNS lookup?
 
Has anyone else been having problems lately getting to ldraw.org ? Pinging risulp1. and rishp1.risoe.dk (the DNS servers) times out. Please please please let this be temporary...! Cheers, - jsproat (25 years ago, 23-Sep-99, to lugnet.cad.dev.org.ldraw)
 
  Re: Chrome in new LCAD programs
 
(...) Have you looked at the LDLite extended meta-statements? Among other things, they allow colors to be defined and redefined in models. I'd recommend supporting these commands -- for some of them (probably the rotate, translate, and transform (...) (25 years ago, 23-Sep-99, to lugnet.cad.dev)
 
  Re: gone fishin
 
(...) All the standard colors are in the LDraw FAQ. Now, if someone wants to research RGB values for some of the newer colors, that'd be very cool. STeve (25 years ago, 23-Sep-99, to lugnet.cad.dat.models, lugnet.cad.dev)
 
  Question on Colors for MLCad!
 
Since many people are asking for the enhanced color dialog in MLCad I'm planning to introduce it now. But before that I have some questions where I hope you can answere them, and help me out: 1) In general there exist some predefined colors, in the (...) (25 years ago, 23-Sep-99, to lugnet.cad.dev)
 
  Re: Chrome in new LCAD programs
 
Bram Lambrecht wrote in message ... (...) official (...) difficult (...) the (...) :) I don't think I personally have any sets with chrome parts, so I'm not sure how they appear in LEGO instructions. Anyone have a URL to a scanned instruction page? (...) (25 years ago, 23-Sep-99, to lugnet.cad.dev)
 
  Chrome in new LCAD programs
 
Gary: It'd be great if your program rendered color 383 (and 503) more like official LEGO instructions rather than like LDraw/LDlite. I don't know how difficult that would be too implement, though. --Bram PS: try not to be overwhelmed by all these (...) (25 years ago, 23-Sep-99, to lugnet.cad.dev)
 
  Re: Suggestions for developers of LCAD programs
 
Steve Bliss <blisses@worldnet.att.net> wrote in message news:37e905c6.145432...net.com... (...) Have you even opened output from the MFE into LEdit? The result reminds me of the movie Total Recall. -John Van (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Steve Bliss wrote in message <37e9033a.13891366@l...et.com>... (...) Yup. The simplified one I made last night is here: (URL) over-complicated one isn't on the server anymore. -Gary (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: Suggestions for developers of LCAD programs
 
(...) And use the shifted versions to go CCW would be great--shift-A goes -90 around Y, shift-S goes -90 around X, shift-D goes -90 around Z. LDAO's Modeler allows A/shift-A, but not the others. (...) The color-list is loaded from ldraw.ini. Open (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
(...) Complexity also increases as over-specification increases. (...) Yes, polygons and lines should be allowed. Maybe that should be on the advanced interface, but it should be allowed. (...) Yes. (...) Exactly. And if you right-click an object, (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
(...) For new files, LDAO allows the user to specify the type of the file, separate from its location. The type information is written to the file as part of the header lines. When a file is loaded, LDAO looks for the typing information. If the file (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Gary Williams: (...) [...] (...) Then give the user a _choice_ of interface. (...) I would limit command types 2-5 to the "extended interface". (...) The selected object would of cause (imo) always be the level referred directly to by the root level (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Gary Williams: (...) This makes sense for the editor, but the renderer should consider any LDraw file equal wherever it resides. It it also worth remembering that some parts files actually uses specific colours (not only 16 and 24). Play well, Jacob (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Bram Lambrecht wrote in message <19990921.200045.509...no.com>... (...) My experience has been that as flexibility increases, complexity increases. I'm usually quite anal about coding objects to always behave in a very structured, predictable (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
(...) Why not? I've done this when a part didn't exist (I used a box.dat for the center of the 1x2x2 shock absorber) (...) Part developers often use different colors to make sure shapes are matching up correctly. Also, atterned parts and some other (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
(...) Probably too restrictive. Most (I think) part developers design their parts in the models directory to keep them separate from the official parts. Mock-ups and crude outlines of parts should also be kept out of the parts directory. I like the (...) (25 years ago, 22-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Would it be too restrictive of my CAD program to require that all parts (and nothing but parts) are stored in the parts and parts/s directories, and all primitives (and nothing but primitives) are stored in the p directory? Models could exist (...) (25 years ago, 21-Sep-99, to lugnet.cad.dev)
 
  Re: DAT format question
 
Gary Williams wrote in message ... (...) with. Doh', this wouldn't be a complete solution, either. If the user opens a model, I'd still have to determine which external references in it are parts and which are embedded models/subassemblies. And if (...) (25 years ago, 21-Sep-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