Autolisp read and write to parameters manager

Autolisp read and write to parameters manager

chrisjspower
Enthusiast Enthusiast
1,097 Views
4 Replies
Message 1 of 5

Autolisp read and write to parameters manager

chrisjspower
Enthusiast
Enthusiast

Is this possible?

If so, how?

 

I have spent most of my day trying to figure this out and have done many searches so forgive me if I have missed something obvious.

 

Thanks 🙂

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

dlanorh
Advisor
Advisor

If you mean dynamic block parameters look HERE

I am not one of the robots you're looking for

0 Likes
Message 3 of 5

chrisjspower
Enthusiast
Enthusiast
Accepted solution

Not exactly, thank you for your response. After much digging we came to the conclusion that this functionality doesn't exist within Autocad (as far as we can tell) and it is easier to achieve excel-linked "parametric" design in autocad by doing all of the "parametrics" within excel and drawing with a .scr generated within excel.

This method is a lot of work but is very simple to edit once developed and has greater capabilities.

0 Likes
Message 4 of 5

awais_chand
Explorer
Explorer

hi i am having some similar needs where i need to update user parameter  via excel, can you share some thoughts.

0 Likes
Message 5 of 5

Sea-Haven
Mentor
Mentor

Years ago there was some sample code supplied with Autocad called Shaft.xls and Shaft dwg. you would open the dwg and Excel, you changed a value in the Excel and the dwg updated. I am pretty sure it used macros in Excel.

 

You have a couple of choices write a script in Excel and copy and past to say command line. Excel can control Autocad and make objects. Like wise Acad can read cell values direct from Excel.

 

If you explain more what it is your trying to do you should get a better response.

 

0 Likes