Author Topic: Drain and Duct Connection *  (Read 4253 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Drain and Duct Connection *
« on: November 24, 2008, 06:55:23 PM »
Hi all.

Maybe this can help some one..
2 simple routines that allow Drain connection and Ductwork connection..
Enjoy !  :kewl:

DuctConnect.lsp


DrainConnect.lsp


Download Here ->  DCONNECT.ZIP
Keep smile...

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Drain and Duct Connection *
« Reply #1 on: November 24, 2008, 07:21:58 PM »
You're getting into that grdraw  :-)

Had a problem with DrainConnect, see picture.
The grdraw appeared correct but the routine only drew one line at an incorrect angle.

I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Drain and Duct Connection *
« Reply #2 on: November 24, 2008, 09:18:55 PM »
??  could you provide an animated gif ? or some more info ?
i'll ytake a look on it.  thanks.   :|
Keep smile...

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Drain and Duct Connection *
« Reply #3 on: November 24, 2008, 09:38:20 PM »
I took a look at the code. You use the Command LINE without guarding against Osnaps.
I rarely turn my osnaps off.

Should be :
Code: [Select]
(vl-cmdf "._line" "_non" pstart1 "_non" pstart2 "_non" #elp "")
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Drain and Duct Connection *
« Reply #4 on: November 24, 2008, 09:53:06 PM »
well....

thanks..that why I use EntMake for the DuctConnect.  :police:

Keep smile...