Author Topic: construction notes and bubbles  (Read 4280 times)

0 Members and 1 Guest are viewing this topic.

MGONZALES

  • Guest
construction notes and bubbles
« on: October 13, 2010, 08:30:48 PM »
need some help looking for a lisp routine that will take a list of construction notes from a txt file and place it into a cad drawing numbering all the notes with a bubble around them.
then ask you to place a construction note bubble on the drawing adding a number for each note that may apply to the drawing.
after all is done it will then remove the notes that do not apply and leave the ones that are in the drawing.

i have a avi file that shows how it works, but i do not know how to attach it to this post.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: construction notes and bubbles
« Reply #1 on: October 13, 2010, 11:37:29 PM »
Welcome to the Swamp.

Not exactly what you asked for but you may find these interesting.

http://www.theswamp.org/index.php?topic=22520.0

http://www.theswamp.org/index.php?topic=1392.0
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

MGONZALES

  • Guest
Re: construction notes and bubbles
« Reply #2 on: October 14, 2010, 10:30:31 AM »
Not exactly what i was looking for.
i have attached a zip file that contains a avi file that shows what i am looking for.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: construction notes and bubbles
« Reply #3 on: October 14, 2010, 10:33:16 AM »
need some help looking for a lisp routine that will take a list of construction notes from a txt file and place it into a cad drawing numbering all the notes with a bubble around them.
then ask you to place a construction note bubble on the drawing adding a number for each note that may apply to the drawing.
after all is done it will then remove the notes that do not apply and leave the ones that are in the drawing.

i have a avi file that shows how it works, but i do not know how to attach it to this post.
are you doing this with autocad, or do you have C3D available?
Be your Best


Michael Farrell
http://primeservicesglobal.com/

MGONZALES

  • Guest
Re: construction notes and bubbles
« Reply #4 on: October 14, 2010, 10:36:50 AM »
I currently work with 2008 autocad and LDD.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: construction notes and bubbles
« Reply #5 on: October 14, 2010, 10:42:18 AM »
one can do this with Land, it's a trick...set up NOTES description key...place your notes as a point, place a legend when done...
Be your Best


Michael Farrell
http://primeservicesglobal.com/

MGONZALES

  • Guest
Re: construction notes and bubbles
« Reply #6 on: October 14, 2010, 12:31:12 PM »
well we do a lot of construction work here and we have a lot of construction notes instructing the contractor how to build or layout specific items and we place a construction note bubble with a leader pointing to the items that need to be built as the construction note indicates and may even point them to a specific detail.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: construction notes and bubbles
« Reply #7 on: October 14, 2010, 02:35:29 PM »
We don't really sell much fish around here.  Sometimes someone will get generous and offer a morsal, but that's one big fish you want to land there.

Now, if you want to LEARN how to fish . . .

jb
James Buzbee
Windows 8

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: construction notes and bubbles
« Reply #8 on: October 14, 2010, 02:54:01 PM »
well we do a lot of construction work here and we have a lot of construction notes instructing the contractor how to build or layout specific items and we place a construction note bubble with a leader pointing to the items that need to be built as the construction note indicates and may even point them to a specific detail.
and that isn't a problem for the method suggested

it gets even better with use of C3D as one can import the txt file that the note is written from with no need to retype
if memory serves... one can also do this in the point label style in LDD as well..

it's a very non standard use of a standard feature

as to pointing to specific details that could be done through sheet set manager and fields then the detail page number is linked to the call out.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: construction notes and bubbles
« Reply #9 on: October 14, 2010, 07:57:31 PM »
Not quite what you are looking for, but might be a helpful starting point or might be useful to someone else. The attached routine will insert Reference Note Bubbles/General Note Bubbles next to Mtext that is already inserted in the drawings. It automatically determines which should be inserted based off of the layer that it is inserted on. I know this was based on an older routine that I found, but I am not sure where, but it has had a lot of updates to make it automatic, I think most of the code was changed, but there might be some small remnants left over.

Jeff H

  • Needs a day job
  • Posts: 6150
Re: construction notes and bubbles
« Reply #10 on: November 02, 2010, 07:54:54 AM »
http://www.theswamp.org/index.php?topic=35553.new#new

Here is a start any suggestions appreciated