| | Re: LPub 4 Callouts
|
|
(...) Eric, I do not experience any problems in creating callouts. Positioning them is sometimes a bit tricky. Adding them manually is always a good thing to try. The syntax is this: 0 !LPUB CALLOUT BEGIN 1 x x x x x x submodel.ldr 0 !LPUB CALLOUT (...) (15 years ago, 26-Oct-09, to lugnet.cad)
|
|
| | 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)
|