To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / *45265 (-20)
  Re: calc_z4.c (Was: Math Problem Again)
 
(...) True, but such triangles will not be visible in the 2-D front view of the UI and therefor not clickable - unless the program is buggy. And if you can't click on them, the function never has to encounter data from them. Hopefully... /Tore (15 years ago, 26-Oct-09, to lugnet.cad.dev)
 
  Re: Unofficial Parts Path
 
[SCAN_ORDER] 1 = SHOW <LDRAWDIR>Parts 2 = HIDE <LDRAWDIR>Parts\s 3 = HIDE <LDRAWDIR>P 4 = HIDE <LDRAWDIR>P\48 5 = SHOW <LDRAWDIR>Unofficial\Parts 6 = HIDE <LDRAWDIR>Unofficial\Parts\s 7 = HIDE <LDRAWDIR>Unofficial\P 8 = HIDE (...) (15 years ago, 25-Oct-09, to lugnet.cad.dev, FTX)
 
  Re: calc_z4.c (Was: Math Problem Again)
 
(...) Actually, if the original triangle is (for example) in the Y-Z plane, then just passing in an x4 that's different from x1, x2, and x3 will result in a failure. The equivalent goes for an initial triangle in the X-Z plane. --Travis (15 years ago, 25-Oct-09, to lugnet.cad.dev)
 
  (canceled)
 
 
  Re: Unofficial Parts Path
 
(...) Ten letters folder name... may it always remain a quasi standard! /Tore (15 years ago, 25-Oct-09, to lugnet.cad.dev)
 
  Unofficial Parts Path
 
Unofficial Parts Path Unofficial parts should not mixed with official part. Therefore the a quasi standard has been established as follow: Unofficial files should be stored in a directory structure like follows: <LDRAWDIR>/Unofficial/P (...) (15 years ago, 25-Oct-09, to lugnet.cad.dev)
 
  LPub 4 Callouts
 
I'm trying out LPub 4 for the first time and am having some trouble. (Note that I am a veteran of LPub 3). Every time I attempt to make a submodel into a callout, the program simply crashes. Has anyone else used the callout function successfully or (...) (15 years ago, 25-Oct-09, to lugnet.cad)
 
  Re: 4721 - Tyre Minifig Bicycle has wrong part number
 
(...) 4721.dat is a brazen cheat from me. I'm surprised that it has no hold votes. 8-) I wouldn't mind it being replaced by a more accurate version - when available. Like Michael correctly writes, I found the part # in Peeron. Changing the part # is (...) (15 years ago, 24-Oct-09, to lugnet.cad.dat.parts)
 
  Re: calc_z4.c (Was: Math Problem Again)
 
In lugnet.cad.dev, Timothy Gould wrote: // calc_z4 by Tore Eriksson // credits to Ronan Webb for the superb formula double calc_z4(double x1,double y1,double z1, double x2,double y2,double z2, double x3,double y3,double z3, double x4,double y4) { (...) (15 years ago, 23-Oct-09, to lugnet.cad.dev)
 
  Re: LDraw for teaching, drawings for production?
 
(...) One possibility is to add the text as a postprocessing step with an image editing program. Or you may embed the text as LDraw stickers, created with txt2dat ((URL) See for example the color chart I created: (URL) 3) printing of part lists etc (...) (15 years ago, 23-Oct-09, to lugnet.cad)
 
  LDraw for teaching, drawings for production?
 
Hello A friend of mine is doing training for production management & quality & stuff. She had found lego and realised that Ldraw is good and easy to use, and lego is easy to play with. But 2 questions: 1) is is possible to print drawings, for (...) (15 years ago, 23-Oct-09, to lugnet.cad)
 
  Re: 4721 - Tyre Minifig Bicycle has wrong part number
 
(...) Tore writes from where he has the number: Peeron. As this is now 6 years ago I fear we never know from where this part no. is from at the beginning. cu mikeheide (15 years ago, 23-Oct-09, to lugnet.cad.dat.parts)
 
  4721 - Tyre Minifig Bicycle has wrong part number
 
Folks, Going through the L(EGO)Draw parts at picture 3 (URL) came across 2807. The LEGO database says: MINI CYCLE, TYRE 14 X 2 [1996-01] Use Design: 2807 which is also the number on BL. Peeron and LDdraw uses 4721 instead: (URL) a shrunken 70162 - (...) (15 years ago, 23-Oct-09, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: calc_z4.c (Was: Math Problem Again)
 
(...) You also need a touch of code to catch when c=0 so that z4 is undefined ;) Tim (15 years ago, 23-Oct-09, to lugnet.cad.dev)
 
  calc_z4.c (Was: Math Problem Again)
 
(...) Sorry guys, just wanted to store this function in a safer place than my hard drive. :) I just don't want to remake it again...! Feel free to copy/paste/edit/port if you need it! /Tore // calc_z4 by Tore Eriksson // credits to Ronan Webb for (...) (15 years ago, 22-Oct-09, to lugnet.cad.dev)
 
  Re: Voxelizer pluging for Blender to design Nathan Sawaya's style sculptures
 
(...) the site is not accessible any more... where does can I find this plugin? thank you Cristian (15 years ago, 22-Oct-09, to lugnet.cad.dat.ideas)
 
  Re: ldlister 0.1
 
(...) Heh, that was it. Thanks for reminding me :-) In lugnet.cad, Travis Cobbs wrote: (...) Maybe, but this is Tcl in which case the right answer is to use [fconfigure $fp -translation auto crlf] and remove the \r from the output string (it makes (...) (15 years ago, 20-Oct-09, to lugnet.cad)
 
  Re: Do these parts exist in LDRAW?
 
(...) You're spot-on Santeri. And the reason I said one might technically stick to the "correct" numbers is two-fold: on the off-off-off chance some renderer were to ever render based on the type of plastic (ABS versus polycarbonate), and also (...) (15 years ago, 20-Oct-09, to lugnet.cad)
 
  Re: Color Manger - Program Testers Wanted
 
Sorry, found a small bug in the program. The custom edge colors had their second alpha value set to 0, so they looked fuzzy. Version 3.1... Download page: (URL) W. (15 years ago, 19-Oct-09, to lugnet.cad)
 
  Re: ldlister 0.1
 
(...) If there's a Linux version, the best thing to do is to open the file as a binary file and continue using \r\n as the line ending in the source code. In other words, leave your text output code alone, but change the file open call to use binary (...) (15 years ago, 19-Oct-09, to lugnet.cad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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