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 / 10902 (-40)
  Ldraw tools updated.  [DAT]
 
I have improved my (URL) Coverer> utility: Corrected a bug that sometimes created an extraneous - and wrong - conditional line. Added -b bias parameter The bias parameter allows to control how the surface spreads on the two support lines. For (...) (16 years ago, 8-Jul-08, to lugnet.cad.dev, FTX) ! 
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) ah - I missed that possibility. Thanks, Niels! Philo (16 years ago, 6-Jul-08, to lugnet.cad.dev)
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) I thought more about that. Maybe the most effective way would be to keep these tools outside MLCad, but bring support with two new MLCad possibilities: - Save a selection - Insert a file. This way, you could visually select elements to process (...) (16 years ago, 6-Jul-08, to lugnet.cad.dev, lugnet.cad.mlcad)
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) Isn't the color toolbar adjustable? Although limited to only 16 entries, but each of these entries can be chosen manually (by right clicking on the entrie in the toolbar). Niels (16 years ago, 6-Jul-08, to lugnet.cad.dev)
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) I wonder if they would be easy to integrate: most of them requires two sets of input, that would translate in two different selection modes. I don't know how it could be implemented in a user friendly way. I would have also several other (...) (16 years ago, 5-Jul-08, to lugnet.cad.dev)
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) If Michael Lachmann would put this and the other tools from Philo into MLCad we would have a very very good tool for parts developing. I hope Michael reads this lines ;-) cu mikeheide (16 years ago, 5-Jul-08, to lugnet.cad.dev, FTX)
 
  Re: New Ldraw parts authors tool: Intersector
 
(...) Philo, Congratulations on another LDraw mathematic gem! More than once I've wanted such a facility! Kevin (16 years ago, 4-Jul-08, to lugnet.cad.dev, FTX)
 
  New Ldraw parts authors tool: Intersector
 
(URL) This new utility allows to cut a LDraw file along the intersection with another. All triangles, quads, lines and conditional lines in cut file are split where they meet triangles or quads of the cutter file. Program, documentation, source code (...) (16 years ago, 2-Jul-08, to lugnet.announce, lugnet.cad.dev, FTX)  
 
  Re: inlining parts with correct winding information
 
(...) Thank you very much for "only" finding errors in formatting. I have corrected all things you have mentioned. It was not easy for me to find all these informations and put them together. I wonder why nobody before has released such a document (...) (16 years ago, 30-Jun-08, to lugnet.cad.dev)
 
  Re: inlining parts with correct winding information
 
(...) I can't comment on the German version, but I looked at the English version, and have a few comments. At the top, you mention x1, x2, x3. Do you mean x1, y1, z1? Determinant doesn't have an e at the end. There are few places where the z (...) (16 years ago, 30-Jun-08, to lugnet.cad.dev)
 
  Re: inlining parts with correct winding information
 
(...) Looks good - Though I have not checked every details!!! Philo (16 years ago, 30-Jun-08, to lugnet.cad.dev)
 
  Re: License questions
 
(...) Strictly speaking you should include each part author's names and information about the license in the POV file. I believe that is part of the conditions in the license for each part. That said I doubt anyone will be enforcing the policy for (...) (16 years ago, 29-Jun-08, to lugnet.cad.dev)
 
  Re: Stl2dat merging plane triangles and quads to uniform surface?
 
Hi, (...) Its a tough problem ! The problem is, that stl2dat does not recalculate or modify the triangles that are in the stl file. The only thing stl2dat makes is to bind the triangles into ldraw primitives or quadrangle. To solve your problem (...) (16 years ago, 29-Jun-08, to lugnet.cad.dev)
 
  Re: inlining parts with correct winding information
 
(...) I have finished the documentation. You can find it direct on (URL) or the german translation (URL) would be happy to get some feedback. cu mikeheide (16 years ago, 28-Jun-08, to lugnet.cad.dev)
 
  Re: inlining parts with correct winding information
 
(...) I have found the solution for that with help of Philo. I will prepare a "How To" later on (URL) for all interested people. cu mikeheide (16 years ago, 27-Jun-08, to lugnet.cad.dev)
 
  Re: POV-Ray help needed
 
(...) I believe that POV's FOV is the horizontal field of view, while OpenGL's is vertical field of view. So you have to convert from one to the other (which I do in LDView). Set your rendering window in both the OpenGL view and the POV rendering to (...) (16 years ago, 26-Jun-08, to lugnet.cad.dev)
 
  Re: License questions
 
(...) I also think it should be enough to place a disclaimer and preserve (part of) the comments to identify and credit the original authors. But with all the commotion around the license (library is on hold for years etc) It would be nice to have (...) (16 years ago, 26-Jun-08, to lugnet.cad.dev)  
 
  Re: POV-Ray help needed
 
(...) Actually I was planning to support both to see which approach renders faster. Having the vertex and index data in memory, the mesh2 approach was the easiest step to begin with. I only had to correct for quad -> triangle conversion to get (...) (16 years ago, 26-Jun-08, to lugnet.cad.dev)
 
  Re: License questions
 
(...) That's right. L3P also passes comment lines (line type 0) on to the POV code, but there's currently no disclaimer at the top. The coming release has this line at the top: // LDraw.org: (URL) (16 years ago, 25-Jun-08, to lugnet.cad.dev)
 
  Re: License questions
 
(...) I don't know about an official answer, but it's worth considering that L3P has been providing POV exports of LDraw models for over 9 years now, and as far as I know, nobody has complained. --Travis (16 years ago, 25-Jun-08, to lugnet.cad.dev)
 
  Re: POV-Ray help needed
 
(...) A few things. First of all, both the LDraw file format and the POV file format support hierarchical compositions, so I think it's a good idea to leave things in their original hierarchy. So, instead of having a POV object for each part that is (...) (16 years ago, 25-Jun-08, to lugnet.cad.dev)
 
  Re: License questions
 
(...) Anybody... ? An alfa version of a pov export you'll find here: (URL) would really like to get an 'official' answer to this. (16 years ago, 25-Jun-08, to lugnet.cad.dev)
 
  POV-Ray help needed
 
Hello all, I have been busy with POV-Ray export for LD4DStudio now and then for about two weeks now. It comes along quite nicely, but the results can be better. I am no POV-Ray expert so I'm looking for some tips from experienced users. An example (...) (16 years ago, 25-Jun-08, to lugnet.cad.dev)
 
  inlining parts with correct winding information
 
I am confused. Maybe someone can help me. If I have a file that is CW and I have a subfile that is CCW. I want to inline that subfile without having additional BFC statements. As far as I have understand BFC I have to rewind the lines in the (...) (16 years ago, 23-Jun-08, to lugnet.cad.dev)
 
  Re: Stl2dat merging plane triangles and quads to uniform surface?
 
(...) be sure I've tried all sorts of combinations but I get the triangles simulating the ndis primitives only in one corner, while it looks like that the other corners get merged: (URL) there something I haven't taken in consideration? BTW I use (...) (16 years ago, 23-Jun-08, to lugnet.cad.dev)
 
  Re: Stl2dat merging plane triangles and quads to uniform surface?
 
Hi Willy (...) There already exists such an option : -o4 : no merge to quadrangles All the options are listed here (URL) Would it further be possible to mirror all points on the y-axes right away with (...) Have you considered using a subpart the (...) (16 years ago, 22-Jun-08, to lugnet.cad.dev)
 
  Stl2dat merging plane triangles and quads to uniform surface?
 
Hi Marc, authoring this part (URL) tried to simulate LDraw's "ndis" primitives to ease the substitution once the part is in dat shape. The STL preview showed the triangles at the corners of the various cylinders but it looks like STL2DAT merges (...) (16 years ago, 20-Jun-08, to lugnet.cad, lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) I should be more clear with VB. I am talking about VBExpress that is a NET Framework language. As far as I understand with the NET Framework it is possible to use a DLL that is written in VB also with the other Framework languages. So maybe it (...) (16 years ago, 19-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) I really should have responded to your original message before posting my message about LDView's parser. As far as I'm concerned, having a public VB parser for LDraw files would be great. I won't use it, but if others find it useful, that's (...) (16 years ago, 19-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) I know that LDView is a very good tool. And I know also that the code is under GPL. But there are people out there (me too) that do not know about C or C++. So it would be great to have a DLL to handle the core methods (and maybe objects) for (...) (16 years ago, 19-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
I forgot to mention something fairly important (which may be obvious). LDLoader is a library for loading LDraw files into an internal memory format that is easy to deal with. It handle parsing, error checking (and reporting, via callbacks), and some (...) (16 years ago, 18-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) For what it's worth, LDView is Open Source (GPL v2), and all of its LDraw file loading code is kept in a separate library (which I call LDLoader). This library depends on one other of my libraries (which I call TCFoundation, short for Travis (...) (16 years ago, 18-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) I like the idea, I had some head breakers while trying to read LDraw files correctly the first time (especially regarding to reading recursive winding information). But I think, if there was going to be an 'official' LDraw api it should be (...) (16 years ago, 18-Jun-08, to lugnet.cad.dev)  
 
  License questions
 
Hello All, I'm starting work on POV-Ray export for my LD4DStudio project and was wondering about the LDraw license. I'm planning to generate POV-Ray files/objects per highlevel LDraw part. In the resulting source I will include all '0' lines from (...) (16 years ago, 18-Jun-08, to lugnet.cad.dev)
 
  Re: dll file for use with Visual Basic Express
 
(...) I like the idea. Naturally, I would like a portable LDraw library even better. How useful would a VB library be to Linux or Mac LDraw users? (There are at least a few!) In any case, a generic API could certainly make it easier to create new (...) (16 years ago, 17-Jun-08, to lugnet.cad.dev)
 
  dll file for use with Visual Basic Express
 
Is there anybody that it interested in an dll that comes with objects and methods to handle ldraw related files? It would not be for showing the parts but could be base to develop that. Any comments are welcome. cu mikeheide (16 years ago, 17-Jun-08, to lugnet.cad.dev)
 
  Re: New Ldraw parts authors tool: Projector
 
(...) Hi Mike, Yes, I considered this possibility in the beginning, but I was not convinced by the vectorization process. One key issue is that silk-screened parts are far from perfect (misprints, color registration problems...). I found that (...) (16 years ago, 11-Jun-08, to lugnet.cad.dev, lugnet.vikings, lugnet.castle, FTX)
 
  Re: New Ldraw parts authors tool: Projector
 
Reading your tutorial made me wonder whether scans of the orignal parts could be vectorized using Inkscape (Inkscape includes an automatic raster-to-vector converter). The resultant SVG (Scalable Vector Graphics) file could then maybe be converted (...) (16 years ago, 10-Jun-08, to lugnet.cad.dev, lugnet.vikings, lugnet.castle, FTX)
 
  Re: Parts requests? (re: x136 and 50944px1)
 
(...) Excellent... Thank you Philippe! Ryan (16 years ago, 26-May-08, to lugnet.cad.dev)
 
  Retrieving tabular/csv inventories of individual sets
 
Does Peeron provide downloadable tab-delimited inventories for individual sets? I am aware of the "Export My Parts" feature, but as far as I can see that provides an aggregate list of parts from all sets in a user's collection. Is there a way to (...) (16 years ago, 20-May-08, to lugnet.inv, lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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