Author Topic: Within a DWG. Click a link or entity to insert block  (Read 2501 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Within a DWG. Click a link or entity to insert block
« on: August 20, 2018, 12:45:11 PM »
I know this sounds crazy. I have a state map with all the counties. I was wondering if I can select a county name which is linked to another drawing that shows all the streets.

I was thinking more like a DCL that shows the state map with radio button. The user can select what county they need and it inserts it. I know we could use the tool palette, but that's a lot of scrolling looking for the name.

Like I said, crazy thought.

Thanks!
Civil3D 2020

57gmc

  • Bull Frog
  • Posts: 366
Re: Within a DWG. Click a link or entity to insert block
« Reply #1 on: August 20, 2018, 06:28:55 PM »
What about a hyperlink on the county/text that opens the roads dwg/pdf?

ChrisCarlson

  • Guest
Re: Within a DWG. Click a link or entity to insert block
« Reply #2 on: August 22, 2018, 08:39:18 AM »
Doesn't seem impossible. You would need to create the DCL, return the value (county selected), and insert/xref the resulting file. Could also make an unload function that if the value is changed the insert/xref is reloaded with the new value.

You got this!

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: Within a DWG. Click a link or entity to insert block
« Reply #3 on: August 22, 2018, 12:50:54 PM »
Im totally on it. Thank you!
Civil3D 2020

ChrisCarlson

  • Guest
Re: Within a DWG. Click a link or entity to insert block
« Reply #4 on: August 23, 2018, 08:21:19 AM »
Break it down into the steps you need the routine to accomplish and script out each step one at a time.