yes it should be possible, but it would require an example of the list.
Registered forum members do not see this ad.
Is it possible to create a routine that will read a structured text file (containing for example block name, object definitions such as circles, layer names, line type and line colour etc) then create and insert a block, defined by the text file, into a drawing?
Your help much appreciated.
Stretch

yes it should be possible, but it would require an example of the list.
...And someday, they will have computers the size of houses, with millions of vacuum tubes, doing thousands of computations per minute...!!!




Just write down and record everything you do in autocad to carry out the task and save it as a text file with extension .SCR then type SCRIPT and it will replicate .
Sounds easy but you must add either a space for a return or ""
eg simplified
open "mydwg1" zoom e text 3,3 2.5 0 "asdf" ""
the asdf appears at co-ords 3,3
Registered forum members do not see this ad.
Thank you Figment and BIGAL for your suggestions I'll get to work on them now.
Bookmarks