Message 1 of 19
Automated way to create a customized reference grid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
My company works with a lot of georeferenced data and we have to produce drawings, some with dozens of layouts, with reference grids.
I need help with 2 problems:
- I (with some AI help, and some tinkering) created a cumbersome Lisp routine that can execute some commands in all layouts. The problem is that "MAPLAYOUTREFERENCESYSTEM" has a popup window and I can't figure out a way to simulate an "enter" and just accept the default values. The "enter" would have to be entered as a parameter, as the routine asks for the command and then the number of parameters, that are stored in a list. Is this even possible with Lisp?
- In addition to the grid coordinates, we need to place labels on the left side and top of the viewport. This is to create specific zones to identify parts of the drawing. For example, we need to know that feature X is found in section C,3. Is there an automated way to place this letters and numbers (like in the attached clip)? I tried to edit the xml file in here, but got nowhere.
Can someone help me out with these?
Thank you