Author Topic: Edit Coordinate Systems  (Read 3556 times)

0 Members and 1 Guest are viewing this topic.

dfarris75

  • Guest
Re: Edit Coordinate Systems
« Reply #15 on: June 19, 2008, 02:35:14 PM »
Yes most definitely, but this lisp would work no matter what version of Acad wouldn't it? So for those who are not fortunate enough to have Civil 3D it would be an option.

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Edit Coordinate Systems
« Reply #16 on: June 19, 2008, 02:37:14 PM »
Yes, that is correct.

dfarris75

  • Guest
Re: Edit Coordinate Systems
« Reply #17 on: June 19, 2008, 02:38:28 PM »
Command:  DESQUARECONTS
Select objects: 1 found

Select objects:  .Undo Current settings: Auto = On, Control = All, Combine = Yes
Enter the number of operations to undo or [Auto/Control/BEgin/End/Mark/Back]
<1>: be
Command:
Command: ; error: no function definition: VLAX-ENAME->VLA-OBJECT

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Edit Coordinate Systems
« Reply #18 on: June 19, 2008, 03:10:56 PM »
Ah shoot. I always forget to add (vl-load-com) since I have that set in my acad.lsp file. Just add that to the beginning of the lisp and it will be good to go.

dfarris75

  • Guest
Re: Edit Coordinate Systems
« Reply #19 on: June 19, 2008, 03:26:14 PM »
Command: desquareconts

Select objects: 1 found

Select objects:  .Undo Current settings: Auto = On, Control = All, Combine = Yes
Enter the number of operations to undo or [Auto/Control/BEgin/End/Mark/Back]
<1>: be
Command:
Command: ; error: AutoCAD.Application: Invalid class

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Edit Coordinate Systems
« Reply #20 on: June 19, 2008, 03:46:51 PM »
hmm, I cannot duplicate that error. I used this routine previously in 2007 without a problem. This PC only has Acad2002 on it and it works fine. I will get on a C3D2008 machine in a bit to see if it 2008 specific.

Could you post a small portion of the drawing this is occurring in?

dfarris75

  • Guest
Re: Edit Coordinate Systems
« Reply #21 on: June 19, 2008, 03:50:43 PM »
As you wish.

dfarris75

  • Guest
Re: Edit Coordinate Systems
« Reply #22 on: June 19, 2008, 03:53:02 PM »
OK I tried it again in the portion I clipped for you and it worked. Maybe it was because I reloaded the app on top of already having it loaded as opposed to unloading it and then reloading it???

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Edit Coordinate Systems
« Reply #23 on: June 19, 2008, 04:05:34 PM »
possible.....Have you closed & re-opened the original drawing? Doing so will clear any stray variables left over from any crash of my routine and should allow it to work.