Jump to content

Is There a Lisp to Attach Multiple Files to Multiple Drawings Automatically


Ahmed Khaled

Recommended Posts

Hi, I'm asking if there Is an Open Source Lisp to Attach multiple Xref files to multiple drawings automatically just like Dot Soft toolpac 

Thanks in advance

image.png.486e3958d13ba6d100d3d5e088743901.png

 

Link to comment
Share on other sites

You can attach an xref with LISP, (command "-xref" "Attach" "MyXref.dwg" "0,0" "" "" ""). You can attach another xref with a LISP, (command "-xref" "Attach" "AnotherXref.dwg" "0,0" "" "" ""), so I reckon it is possible, yes.

 

Once you can attach multiple XRefs to a single file then you can apply that to many files using one of the batch routines out there, I think Lee Mac has one, or you can look at the core console which will be quicker.

 

So... how are you with writing LISP routines and using core console or batch routines? Once we know that, we cam give you the right amount of help, not too little so you don't get wha you want, and not too much that we do thigs that you are very capable of doing yourself.

 

  • Like 1
Link to comment
Share on other sites

14 hours ago, Steven P said:

You can attach an xref with LISP, (command "-xref" "Attach" "MyXref.dwg" "0,0" "" "" ""). You can attach another xref with a LISP, (command "-xref" "Attach" "AnotherXref.dwg" "0,0" "" "" ""), so I reckon it is possible, yes.

 

Once you can attach multiple XRefs to a single file then you can apply that to many files using one of the batch routines out there, I think Lee Mac has one, or you can look at the core console which will be quicker.

 

So... how are you with writing LISP routines and using core console or batch routines? Once we know that, we cam give you the right amount of help, not too little so you don't get wha you want, and not too much that we do thigs that you are very capable of doing yourself.

 

I mean something like add-on or lisp that will function like the screenshot above 

Link to comment
Share on other sites

Yes, see above, that will do the same as what I assume the screenshot is doing and you just need to build the LISP around it to give you the options you want.

 

You might not get anything as finished or as nice looking for free from a forum like this but you will get help to make something work and do as you want. So... how are youat writing a LISP routine, how much help will you need to get what you want?

Link to comment
Share on other sites

55 minutes ago, Steven P said:

Yes, see above, that will do the same as what I assume the screenshot is doing and you just need to build the LISP around it to give you the options you want.

 

You might not get anything as finished or as nice looking for free from a forum like this but you will get help to make something work and do as you want. So... how are youat writing a LISP routine, how much help will you need to get what you want?

 

I Can't write a lisp code

  • Like 1
Link to comment
Share on other sites

1 hour ago, Ahmed Khaled said:

 

I Can't write a lisp code

That's fine, some people can, some people can't...

 

 

See how you do with the program Maratovich suggested, not free but $5 for a year sounds good value, and if it is no good come back and see what we can think of

 

  • Thanks 1
Link to comment
Share on other sites

6 hours ago, Steven P said:

That's fine, some people can, some people can't...

 

 

See how you do with the program Maratovich suggested, not free but $5 for a year sounds good value, and if it is no good come back and see what we can think of

 

 

Thanks, I appreciate it 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...