- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone 👋😀
I hope you are well.
Could any of you help me create a lisp command, for AutoCAD Map 3D, that allows loading a unique identifier to the poste and propiedad blocks.
I uploaded an example file, where you can see what I explain and test your commands.
You are going to see several elements in the drawing, the elements that I need to put an ID to are the "POSTE" and "PROPIEDAD", for that I need to take the value of "ID_BLOCK" from the "OD:MANZANA" property, which they will find it when they select an "MANZANA", that field is the unique identifier of each apple.
I need to create an ID_POSTE and ID_PROPIEDAD, as I show you below.
ID for POSTE:
ID_POSTE = ID_BLOCK.P01, ID_BLOCK.P02, ID_BLOCK.P03 .... ID_BLOCK.Pn
ID for PROPIEDAD:
ID_PROPIEDAD = ID_BLOCK.L01, ID_BLOCK.L02, ID_BLOCK.L03 .... ID_BLOCK.Ln
When you're done loading the values to the elements in and around one block, move to the other block and start the counter again, ID_BLOCK.P01, ID_BLOCK.P02, ... ID_BLOCK.L01... ID_BLOCK.02 , ... etc.
Remember the ID_BLOCK is the one that each apple has in the "OD:MANZANA" properties.
I hope you have been able to understand any questions, please ask.
I thank you in advance for your comments and help.
Thank you so much.
Greetings.
Solved! Go to Solution.