Jump to content

Real Time Scripting


Manu Akula

Recommended Posts

Hello folks,

 

Here's the specific problem I have in mind:

 

Let us say there are two points who's coordinates are being continuously updated from say a C++ code.

 

Now I want to draw a line connecting the two points and visualize it changing according to the coordinates in real time.

 

I'm pretty confident I can write a post process script for visualizing it but I want ideas to write scripts that will execute a real time visualization in AutoCAD.

 

Any ideas on how to go about that one?

 

Cheers!

Link to comment
Share on other sites

Thanks mate but I seem to have trouble with post process scripting as well.

 

When I execute a script that is something like this:

 

loop

{

multiple line commands (say 10)

 

delay 1000

erase all

}

 

Scripting doesn't visualize all the 10 lines but only visualizes only the first 3 lines and the rest cant be seen!

Link to comment
Share on other sites

Thanks mate but I seem to have trouble with post process scripting as well.

 

When I execute a script that is something like this:

 

loop

{

multiple line commands (say 10)

 

delay 1000

erase all

}

 

Scripting doesn't visualize all the 10 lines but only visualizes only the first 3 lines and the rest cant be seen!

 

I guess no code will be executed until the acitve function is finished. :wink:

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