To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.announceOpen lugnet.announce in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Announcements / 3548
Subject: 
Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.announce, lugnet.cad.dev
Followup-To: 
lugnet.cad.dev
Date: 
Sat, 9 Jun 2007 14:28:10 GMT
Highlighted: 
(details)
Viewed: 
15860 times
  


Linetrim utility, intended for LDraw parts authors, crops lines sticking out of polygons. Lines to be trimmed and triangles/quads against which they are cropped are provided to the utility as separate LDraw files. A third file containing the cropped lines is created.

Program, samples, usage, source files, description are available here

Enjoy!

Philo


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Sat, 9 Jun 2007 21:56:02 GMT
Viewed: 
3938 times
  
In lugnet.announce, Philippe Hurbain wrote:
  

Linetrim utility, intended for LDraw parts authors, crops lines sticking out of polygons. Lines to be trimmed and triangles/quads against which they are cropped are provided to the utility as separate LDraw files. A third file containing the cropped lines is created.

Program, samples, usage, source files, description are available here

Enjoy!

Philo

philo,

you’re making part authoring a piece of cake! that’s not what’s all about: authors have to suffer while making parts, have to loose themselves in maths and calculations, so please stop forging this kind of tools ;-D

cheeeeeeeeeeeeeeeers, w.


ps. as you know I’m not a programmer. would it be possible to merge this with LDDP or code it as a plug-in for LDDP


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 11:33:06 GMT
Viewed: 
4030 times
  
philo,

you're making part authoring a piece of cake! that's not what's all about:
authors have to suffer while making parts, have to loose themselves in maths
and calculations, so please stop forging this kind of tools ;-D

Oops, sorry, I was not aware of that! I'll remove my page as soon as possible
;o)

ps. as you know I'm not a programmer. would it be possible to merge this with
LDDP or code it as a plug-in for LDDP

Problem is that I'm no programmer either. For very low level, crude programs
it's enough but I don't feel up to the task to do that integration. But I agree
it would be a nice thing!

Philo


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 16:13:24 GMT
Viewed: 
4118 times
  
In lugnet.cad.dev, Philippe Hurbain wrote:
ps. as you know I'm not a programmer. would it be possible to merge this with
LDDP or code it as a plug-in for LDDP

Problem is that I'm no programmer either. For very low level, crude programs
it's enough but I don't feel up to the task to do that integration. But I agree
it would be a nice thing!

These are relatively simple programs code wise so as long as your sources stay
available, both these programs can be ported to LDDP plugins with relative ease.

-Orion


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 16:34:14 GMT
Viewed: 
4189 times
  
Hi Orion,

These are relatively simple programs code wise so as long as your sources stay
available, both these programs can be ported to LDDP plugins with relative ease.

They will... Would you do the adaptation? That would be great!

Philo


Subject: 
What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 17:30:06 GMT
Viewed: 
4247 times
  
In lugnet.cad.dev, Philippe Hurbain wrote:
Hi Orion,

These are relatively simple programs code wise so as long as your sources stay
available, both these programs can be ported to LDDP plugins with relative ease.

They will... Would you do the adaptation? That would be great!

Philo

since we are talking about LDDP plug-ins. are there any news on this:

http://news.lugnet.com/cad/?n=14160

orion, lee? also "Edger" would be a fantastic plug-in!

w.


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 17:39:17 GMT
Viewed: 
4373 times
  
In lugnet.cad.dev, Willy Tschager wrote:
In lugnet.cad.dev, Philippe Hurbain wrote:
Hi Orion,

These are relatively simple programs code wise so as long as your sources stay
available, both these programs can be ported to LDDP plugins with relative ease.

They will... Would you do the adaptation? That would be great!

Philo

since we are talking about LDDP plug-ins. are there any news on this:

http://news.lugnet.com/cad/?n=14160

orion, lee? also "Edger" would be a fantastic plug-in!

LDDP is going through a major change right now.  I'm trying out a new editor
control which seems to be more versatile and supports unicode.  The sticking
point right now is writing the code for the syntax highlighter.  Once that's
done, I'll probably have a look a IseCalc and Linetrim (and Edger once I learn
more about Java)

-Orion


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 19:10:01 GMT
Viewed: 
4446 times
  
In lugnet.cad.dev, Orion Pobursky wrote:
I'll probably have a look a IseCalc and Linetrim (and Edger once I learn
more about Java)

Where do I find Edger? looks like this page disappeared:
http://www.lummoxjr.com/lego/legos.html

I was thinking of writing such a program, but if it's already written...

Philo


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 20:48:14 GMT
Viewed: 
4476 times
  
In lugnet.cad.dev, Orion Pobursky wrote:
LDDP is going through a major change right now.  I'm trying out a new editor
control which seems to be more versatile and supports unicode.  The sticking
point right now is writing the code for the syntax highlighter.  Once that's
done, I'll probably have a look a IseCalc and Linetrim (and Edger once I learn
more about Java)

The extra versatility is a good thing, but Unicode shouldn't be at all useful
for LDDP since ldraw files aren't (and can't) be Unicode.  Am I missing
something?

--Travis


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Sun, 10 Jun 2007 21:14:19 GMT
Viewed: 
4563 times
  
In lugnet.cad.dev, Travis Cobbs wrote:
Unicode shouldn't be at all useful
for LDDP since ldraw files aren't (and can't) be Unicode.  Am I missing
something?

No, I was just typing without thinking

-Orion


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 11 Jun 2007 10:37:45 GMT
Viewed: 
4486 times
  
In lugnet.cad.dev, Orion Pobursky wrote:
In lugnet.cad.dev, Willy Tschager wrote:
In lugnet.cad.dev, Philippe Hurbain wrote:
Hi Orion,

These are relatively simple programs code wise so as long as your sources stay
available, both these programs can be ported to LDDP plugins with relative ease.

They will... Would you do the adaptation? That would be great!

Philo

since we are talking about LDDP plug-ins. are there any news on this:

http://news.lugnet.com/cad/?n=14160

orion, lee? also "Edger" would be a fantastic plug-in!

LDDP is going through a major change right now.  I'm trying out a new editor
control which seems to be more versatile and supports unicode.  The sticking
point right now is writing the code for the syntax highlighter.  Once that's
done, I'll probably have a look a IseCalc and Linetrim (and Edger once I learn
more about Java)

-Orion

this is good news indeed! my wishlist for LDDP is still up ;-)

http://www.holly-wood.it/wishlist-lddp.html

bye, w.


Subject: 
Re: What happend to edger? (Was Re: Linetrim, a LDraw line trimmer utility)
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 11 Jun 2007 10:48:51 GMT
Viewed: 
4572 times
  
In lugnet.cad.dev, Philippe Hurbain wrote:
In lugnet.cad.dev, Orion Pobursky wrote:
I'll probably have a look a IseCalc and Linetrim (and Edger once I learn
more about Java)

Where do I find Edger? looks like this page disappeared:
http://www.lummoxjr.com/lego/legos.html

I was thinking of writing such a program, but if it's already written...

Philo

you've got mail.

w.


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 11 Jun 2007 13:31:05 GMT
Viewed: 
4440 times
  
In lugnet.cad.dev, Orion Pobursky wrote:
In lugnet.cad.dev, Philippe Hurbain wrote:
ps. as you know I'm not a programmer. would it be possible to
merge this with LDDP or code it as a plug-in for LDDP

Problem is that I'm no programmer either. For very low level,
crude programs it's enough but I don't feel up to the task to
do that integration. But I agree it would be a nice thing!

These are relatively simple programs code wise so as long as your
sources stay available, both these programs can be ported to LDDP
plugins with relative ease.

Would it be useful to create a generic LDDP plugin?  Say one that
simply executes a command line that appears in an ldraw style meta
command like this:

0 LDDP_EXECUTE linetrim input1.ldr input2.ldr output.ldr

Then you'd just put linetrim.exe (or edger, or whatever) in the
path, or perhaps in the LDDP plugin directory where the generic
execute plugin could find it.

Enjoy,

Don


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 11 Jun 2007 20:17:47 GMT
Viewed: 
4512 times
  
In lugnet.cad.dev, Don Heyse wrote:
In lugnet.cad.dev, Orion Pobursky wrote:
In lugnet.cad.dev, Philippe Hurbain wrote:
ps. as you know I'm not a programmer. would it be possible to
merge this with LDDP or code it as a plug-in for LDDP

Problem is that I'm no programmer either. For very low level,
crude programs it's enough but I don't feel up to the task to
do that integration. But I agree it would be a nice thing!

These are relatively simple programs code wise so as long as your
sources stay available, both these programs can be ported to LDDP
plugins with relative ease.

Would it be useful to create a generic LDDP plugin?  Say one that
simply executes a command line that appears in an ldraw style meta
command like this:

0 LDDP_EXECUTE linetrim input1.ldr input2.ldr output.ldr

Then you'd just put linetrim.exe (or edger, or whatever) in the
path, or perhaps in the LDDP plugin directory where the generic
execute plugin could find it.

Actually this already exists as the External Programs feature of LDDP.

-Orion


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Wed, 13 Jun 2007 10:37:24 GMT
Viewed: 
5984 times
  
In lugnet.announce, Philippe Hurbain wrote:
  

Linetrim utility, intended for LDraw parts authors, crops lines sticking out of polygons. Lines to be trimmed and triangles/quads against which they are cropped are provided to the utility as separate LDraw files. A third file containing the cropped lines is created.

Program, samples, usage, source files, description are available here

Enjoy!

Philo

The requested URL /isecalc/Linetrimpackage.zip was not found on this server.

w.


Subject: 
Re: Linetrim, a LDraw line trimmer utility
Newsgroups: 
lugnet.cad.dev
Date: 
Wed, 13 Jun 2007 12:22:52 GMT
Viewed: 
5012 times
  
The requested URL /isecalc/Linetrim_package.zip was not found on this server.

Thanks, Willy. Corrected.

Philo


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