Author Topic: R12 polylines  (Read 7754 times)

0 Members and 1 Guest are viewing this topic.

jbaxter

  • Guest
Re: R12 polylines
« Reply #30 on: January 09, 2007, 08:53:19 PM »
Okay, will try it.

Regards,
JB

jbaxter

  • Guest
Re: R12 polylines
« Reply #31 on: January 09, 2007, 11:48:53 PM »
Hi Jeff,

Have not tried it yet but changing the filenames to pline.txt may not help as I have already changed to plinexpt.txt and still returned "file not found".

The import feature without any problem within acad2002, could there be something in r12 that is preventing the path search to the root directory?

Regards,
JB

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: R12 polylines
« Reply #32 on: January 10, 2007, 12:53:58 PM »
John, the only thing that I can think of is what I mentioned in my last post.....R10 requires the mode to be listed in lowercase, so try changing the "R" in the open statement to "r". Other than that, I'm at a loss......

At the command line you could try this to make sure the file is found:
(findfile "c:\\plinexpt.txt")
If found the path will be returned and that isn't the problem, else it will return nil

jbaxter

  • Guest
Re: R12 polylines
« Reply #33 on: January 10, 2007, 05:24:59 PM »
Hi Jeff,

Okay, I understand what you mean by mode now, I will check that out and try the find statement.

Regards,
John

jbaxter

  • Guest
Re: R12 polylines
« Reply #34 on: January 14, 2007, 09:40:39 PM »
SUCCESS AT LAST!!! :-D

Hi Jeff,

The mode thing and the 8.3 dos filename worked for me and can now import the linework into r12 from acad2000 and satisy the terrain modeling program's requirements.

Thanks to you and all the others for your help, really has saved me a lot of digitising work.

Regards,
JB

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: R12 polylines
« Reply #35 on: January 14, 2007, 10:35:36 PM »
Excellent! I'm glad it finally did what you need.