Jump to content

Recommended Posts

Posted

Is there a way to run an autolisp routine from Internet into an autocad open session? If so, is it possible to run it in a specific window?

 

Thanks again in advance

Posted

I do not understand why one would want to LOAD a LISP routine from a website (network and local locations, I get), but you can try it if you feel like taking the risk.

 

LISP is Document specific, if you want the LISP code LOADed into a specific drawing, then set that drawing active before invoking the LOAD Statement.

 

HTH

Posted

As usual, thank u very much RenderMan. Yes Of course I would like to take the risks but where can I get information:

 

When I have an open AutoCAD session, is it possible through a website toclick a hyperlink inside of it that triggers a lisp routine?

 

Thanks in advance

 

S

Posted

When I have an open AutoCAD session, is it possible through a website toclick a hyperlink inside of it that triggers a lisp routine?

 

... _That_ is slightly different than LOADing a routine that is hosted at a URL location, and even then it (the routine) may need to be DOWNLOADed first (untested).

 

In order for one to select a link in, say a web browser, then one must have coded the .NET (WPF?) Browser Application's code-behind to Get-Or-Create the Active Process for "acad" then proceed to load the LISP routine, yada, yada. However, if one went to all of the effort of preparing the necessary .NET (WPF?) Browser Application, then why even bother with LISP? Just stick with .NET for consistency.

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...