cjc_cristian Posted December 18, 2024 Posted December 18, 2024 Hello dear programmers, I am working with COGO points in Civil 3D and I have created a label called "progresivaa". I need to automate the process of changing the value of this label using a Lisp script. Could you help me with a Lisp code that allows these labels to be identified and their value to be updated automatically? I appreciate in advance any guidance or example you can provide. Kind regards, I attach the civil file with the cogo point to work on MODELO2.dwg Quote
BIGAL Posted December 18, 2024 Posted December 18, 2024 Here is an example of change cogo point style, but you need to go further and you want to change the actual properties of the label style. That is very deep inside the CIV3D database. I am using Bricscad and trying to work out how to get to the CIV3D database you want (vlax-get *AeccDoc* 'Pointlabelstyles) then go inside and edit the correct style. I have posted elsewhere about getting help with opening the database using Bricscad. I have access to a CIV3D but need time to arrange. Maybe post at forums/Autodesk CIV3D. CIV3D change point style.lsp vercheck.lsp Quote
cjc_cristian Posted December 20, 2024 Author Posted December 20, 2024 Hi, great, very interesting, thanks for the scope, I see that working with the properties of the cogo points in civil is not something easy to break down, for my part I will also continue investigating to see some other possibility of editing a custom label of these and I will be waiting for your future publication, thanks Quote
Recommended Posts
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.