LISP routine for auto elevating building pads
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a lisp routine that will automatically elevate closed polylines (building pads) to the text elevation inside those closed polylines. I've been using the AEV_AutoEleVateUI.lsp routine but it doesn't consistently work they way I want, I think because its more for elevating contours. Using that routine requires me check every elevation to be sure it's correct because it may elevate the neighboring pad with the same elevation just because it falls within its selection radius. I wanted to see if there a more refined way of doing this, maybe like selecting the polyline and searching inside the area of the closed polyline for the text and elevating it that way. That seems like it would be a solid method of guaranteeing every pad was elevated properly and eliminating the need to go back and check every single pad. Please let me know if you have any solutions to this, it would save me a great deal of time. Thanks!
Attached is the old lisp routine I've been using as well as a dwg of some pads and pad elevation text as an example.