Attsync in accoreconsole

Attsync in accoreconsole

kkstrand
Contributor Contributor
1,938 Views
4 Replies
Message 1 of 5

Attsync in accoreconsole

kkstrand
Contributor
Contributor

Hello,

Have a script that runs the attsync command. In autocad it runs without any problem but I would like to run it in accoreconsole. There I get the Unknown command error.

 

I need to either find a way to load it or find a lisp routine that have the same functionality.

0 Likes
Accepted solutions (1)
1,939 Views
4 Replies
Replies (4)
Message 2 of 5

dbhunia
Advisor
Advisor

Check This Link ......

 


@kkstrand wrote:

Hello,

Have a script that runs the attsync command. In autocad it runs without any problem but I would like to run it in accoreconsole. There I get the Unknown command error.

 

I need to either find a way to load it or find a lisp routine that have the same functionality.


 

Elaborate (the red mark), with your Script, what functionality......

 


Debashis Bhunia
Co-Founder of Geometrifying Trigonometry(C)
________________________________________________
Walking is the First step of Running, Technique comes Next....
0 Likes
Message 3 of 5

kkstrand
Contributor
Contributor

 


@dbhunia wrote:

Check This

 


@kkstrand wrote:

Hello,

Have a script that runs the attsync command. In autocad it runs without any problem but I would like to run it in accoreconsole. There I get the Unknown command error.

 

I need to either find a way to load it or find a lisp routine that have the same functionality.


 

Elaborate (the red mark), with your Script, what functionality......


The same functionality as the command Attsync.

0 Likes
Message 4 of 5

kkstrand
Contributor
Contributor
Accepted solution

Solved by making a lisp that replaces the block with a new one from the definition.

0 Likes
Message 5 of 5

k.amulyapriyadarshini
Explorer
Explorer

Hi @kkstrand 

Can you share the .lisp file for Attsync and how you called .lisp in your program?

Thank you

0 Likes