Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Attsync in accoreconsole

kkstrand
Contributor

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
Reply
Accepted solutions (1)
1,451 Views
4 Replies
Replies (4)

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

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

kkstrand
Contributor
Contributor
Accepted solution

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

0 Likes

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