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 / 9652 (-20)
  Re: 4.5V Semaphore Signal
 
(...) I came up with another solution for the two common color variants issue, without having four complete/shortcuts: Create the shortcuts without the baseplate, as the other parts share the same color. (all blue or all red) Thus having three (...) (21 years ago, 28-Mar-04, to lugnet.cad.dev)
 
  Re: Should *all* studs use a STUD primitive?
 
(...) primitives. Maybe the authors (Matt Schild, Franklin Cain, Steve Bliss) could comment. Rather than 3626bp00, which is not an official part, I think you mean s/3626bs00 which does have an inlined stud. I think this should be fixed too. Chris (21 years ago, 27-Mar-04, to lugnet.cad.dev)
 
  Should *all* studs use a STUD primitive?
 
I'm in the process of updating my LDList program, including stud count as a searchable parameter. During tests I have found a couple of parts that have studs, but are not using any STUD primitive, and for this reason LDList cannot find them :-( At (...) (21 years ago, 26-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) Hmmm, POSTprocess eh? Yes, I think that'll work just fine. Now why didn't I think of it... Thanks Lars, Don (21 years ago, 24-Mar-04, to lugnet.cad.dev)
 
  Re: Web-based LDraw viewing
 
How about ShockWave 3d? (21 years ago, 24-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) The idea was to make it simple for ordinary usage. I guess most programs would call LDrawIniComputeRealDirs() with IncludeSkipDirs=0 and simply search the dirs returned. However, you can call LDrawIniComputeRealDirs with IncludeSkipDirs=1 and (...) (21 years ago, 23-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) Right. /Lars (21 years ago, 23-Mar-04, to lugnet.cad.dev)
 
  Re: Web-based LDraw viewing
 
(...) Good point. That's why originally I was envisioning something like LDViewer running on a server with all the stuff it needs right there (so no installation is needed). Actually, maybe...I'll have to play with it later. In regards to Java, (...) (21 years ago, 23-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: Web-based LDraw viewing
 
(...) Well, you'd need to install something in order to use SVG or Java, too. Anyway, LD2VR doesn't look like it's finished. (21 years ago, 23-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: Web-based LDraw viewing
 
(...) I suspect it's that download that scares people off. -Mike (21 years ago, 22-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: Web-based LDraw viewing
 
(...) I'm having a hard time finding any recent info on it. It also looks like one would have to install something in order to use it (which I'm trying to stay away from). I talked about it with a friend of mine over the weekend and he thinks he (...) (21 years ago, 22-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: Web-based LDraw viewing
 
Or vrml. There's a converter called LD2VR. (21 years ago, 21-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: Web-based LDraw viewing
 
(...) Well, I'd like the format more if browsers displayed them, by default. (21 years ago, 21-Mar-04, to lugnet.cad.dev, FTX)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) I like the LDSDF_SKIP bit-flag but I don't think we need to add a parameter to to LDrawIniComputeRealDirs(). Here's why. The parameter would make it all or nothing for skipped dirs. I'd rather toggle the LDSDF_SKIP bit-flags of some of the (...) (21 years ago, 21-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
"Lars C. Hassing" <sp.lars@am.hassings.dk> schrieb im Newsbeitrag news:HusLAn.8Cz@lugnet.com... (...) <SNIP> (...) LDrawIniComputeRealDirs (...) SkipSkipDirs (...) I don't realy care but IncludeSkipDirs sounds reasonable. (...) the (...) stead. (...) (21 years ago, 19-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) OK, <SKIP> will be parsed into a bit-flag LDSDF_SKIP and LDrawIniComputeRealDirs will have an extra parameter to include/exclude <SKIP> dirs: KeepSkippedDirs, IncludeSkipDirs, DontSkipDirs, ExcludeSkipDirs, SkipSkipDirs - please come up with a (...) (21 years ago, 18-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
"Lars C. Hassing" <sp.lars@am.hassings.dk> schrieb im Newsbeitrag news:Hun57C.1xM8@lugnet.com... (...) four functions (...) data, (...) dirs. (...) model. (...) those with <MODELDIR>. (...) remaining loading of parts. (...) dirs) Don mentioned that (...) (21 years ago, 18-Mar-04, to lugnet.cad.dev)
 
  Re: LDRAWPREDIRS LDRAWPOSTDIRS - Summary please!
 
"Anders Isaksson" <isaksson.etuna@REMO...telia.com> schrieb im Newsbeitrag news:HuoL3w.LHF@lugnet.com... (...) system (...) Which would mean, we will have to support ini files in uni-code, which isn't a problem either, but allows funny characters (...) (21 years ago, 18-Mar-04, to lugnet.cad.dev)
 
  Re: LDrawIni API (was: LDRAWPREDIRS LDRAWPOSTDIRS - additional search paths)
 
(...) By modifying ldraw.ini or setting an env var. Why would you want to enable a <SKIP> dir from within a program? (...) I did notice, but forgot it, sorry. %USERPROFILE% or $HOME for <HOMEDIR>, OK fine with me. (...) Yes, I actually thought of (...) (21 years ago, 16-Mar-04, to lugnet.cad.dev)
 
  Re: LDRAWPREDIRS LDRAWPOSTDIRS - Summary please!
 
(...) The NTFS (NT, XP, W2000) file system uses unicode. I don't know if that matters as long as you are using a western alphabet, but on a Chinese system for example, your file names can of course be in Chinese. -- Anders Isaksson, Sweden BlockCAD: (...) (21 years ago, 16-Mar-04, 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