XY View Import
XY View Import
(OP)
I have a file of view names and x,y coordinates. I was wondering if there was a way to import these in to a Autocad Drawing file with out having to key each view.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: XY View Import
VBA macros can do anything.
A commandname, a sample line of the txt file that has the view name, x, y (is it txt? or another dwg file?) might tempt one of us to write the code.
RE: XY View Import
Ex: 94B101,567890,234561,334561,456678
I can change the format around to anything.