Author Topic: Changed code-New function  (Read 2732 times)

0 Members and 1 Guest are viewing this topic.

vinnyg

  • Guest
Changed code-New function
« on: September 06, 2006, 09:58:01 AM »
Hi,

Question:

I changed some of the code of an older lisp (2001). I created a drawing that
it refers to and an associated slide file. I give total credit to the original
author, however. Should I post it and if so where?

vinnyg

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: Changed code-New function
« Reply #1 on: September 07, 2006, 08:18:50 PM »
You could attach it to your next post.
TheSwamp.org  (serving the CAD community since 2003)

vinnyg

  • Guest
Re: Changed code-New function
« Reply #2 on: September 08, 2006, 10:10:37 AM »
OK,

Here it is....I hope some of you will find it useful.

PLRCORD.LSP INVOKES A POLAR COORDINATION CHART WHILE IN
ACAD SESSION. WHEN IT POPS UP ON YOUR SCREEN, IT SHOWS A
PIE CHART SECTIONED OFF EVERY 15 DEGREES FROM 0 TO 360 AND
LABELED.

THE CODE WAS ORIGINALLY WRITTEN BY GEORGE VELON FOR THE
VSF.LSP ROUTINE WHICH INVOKES A FRACTION CHART TO THE SCREEN.

I JUST CREATED THE CHART AND SLIDE FILES AND CHANGED THE
CODE TO INVOKE THE POLAR COORDINATION CHART. (NOTE! VSF.LSP
WAS INCLUDED IN ONE OF CADALYST’S MONTHLY “GET THE CODE”
COLUMNS IN 2001

(NOTE!) I can't attach the slide file, so you will have to make one from the dwg
file that's included and put it in the same path as the lisp and dwg files

vinnyg



nivuahc

  • Guest
Re: Changed code-New function
« Reply #3 on: September 08, 2006, 10:43:01 AM »
(NOTE!) I can't attach the slide file, so you will have to make one from the dwg
file that's included and put it in the same path as the lisp and dwg files

You could always ZIP the files together and post the ZIP file.

vinnyg

  • Guest
Re: Changed code-New function
« Reply #4 on: September 08, 2006, 12:25:02 PM »
OK,

Thanks for the heads up.....here's the zip

vinnyg

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Changed code-New function
« Reply #5 on: September 08, 2006, 02:24:23 PM »
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.

vinnyg

  • Guest
Re: Changed code-New function
« Reply #6 on: September 08, 2006, 03:03:14 PM »
So CAB,

Andy has a chart for Polar Coordinates already? Thanks for
the info!

vinnyg

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Changed code-New function
« Reply #7 on: September 08, 2006, 04:26:32 PM »
Load the routine in my link,
make sure your slide is in the ACAD path.

From the command line:
(SlideDisplay "PlrCord")

Here is your button
^C^C(SlideDisplay "PlrCord")

It will display any slides you have.
« Last Edit: September 08, 2006, 04:30:39 PM by CAB »
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.

vinnyg

  • Guest
Re: Changed code-New function
« Reply #8 on: September 11, 2006, 10:11:06 AM »
OK,

Gotcha.....thanks,

vinnyg