Lisp to change layers based on polygon OD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've been using this forum to help with some lisp routines over the years and am working on one where I'm stuck enough that I finally decided to post.
I have a .dwg file with some hex objects from the FCC site that I would like to isolate and highlight. The polygons have object data that references a hex id.
The objective of my routine is to be able to select a .csv file with those hex8id values, and have the lisp routine change the layers and of all the polygons who have matching object data to the list.
The .csv has the id information in Column L
In this example the dwg has the information in:
OD:West_Virginia_hex9s
h3index
Any guidance would be of great help. I've been trying to find the answer online for a while now. I have found a routine that identifies the OD but it doesn't show the h3index so I'm back to the beginning.