| Author |
Message |
Bught
Guest
|
Posted:
Wed Jan 12, 2005 3:35 am Post subject:
Visual Basic Auto Drawing |
|
|
Is there any way to create either a visual basic 6 program or a VB/VBA program through AutoCAD that could either automatically redraw a figure to different criteria? Or otherwise be able to export a drawing to excel and make adjustments and then reinsert the spreadsheet into AutoCAD and have it redraw the picture?
|
|
| Back to top |
|
 |
Laurie Comerford
Guest
|
Posted:
Wed Jan 12, 2005 3:35 am Post subject:
Re: Visual Basic Auto Drawing |
|
|
Hi,
Yes to all with numerous options.
There is sample code provided with the AutoCAD program to do many of these
things.
--
Regards,
Laurie Comerford
www.cadapps.com.au
"Bught" <nospam@address.withheld> wrote in message
news:13399238.1105482941640.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | Is there any way to create either a visual basic 6 program or a VB/VBA
program through AutoCAD that could either automatically redraw a figure to
different criteria? Or otherwise be able to export a drawing to excel and
make adjustments and then reinsert the spreadsheet into AutoCAD and have
it redraw the picture? |
|
|
| Back to top |
|
 |
Dale Levesque
Guest
|
Posted:
Wed Jan 12, 2005 3:46 am Post subject:
Re: Visual Basic Auto Drawing |
|
|
Definitely. As far as your second suggestion goes, it would be wiser to come
up with certain parameters that would be stored in a spreadsheet and have
those drive the geometry within AutoCAD. There are many, many ways of
accomplishing what your after though. There are several shrink wrap products
that may do what you want as well.
Feel free to email me for further info as far as how I've implemented these
things in previous projects.
Dale
"Bught" <nospam@address.withheld> wrote in message
news:13399238.1105482941640.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | Is there any way to create either a visual basic 6 program or a VB/VBA
program through AutoCAD that could either automatically redraw a figure to |
different criteria? Or otherwise be able to export a drawing to excel and
make adjustments and then reinsert the spreadsheet into AutoCAD and have it
redraw the picture?
|
|
| Back to top |
|
 |
Bught
Guest
|
Posted:
Fri Jan 14, 2005 2:22 am Post subject:
Re: Visual Basic Auto Drawing |
|
|
| where is the sample code? |
|
| Back to top |
|
 |
Jeff Mishler
Guest
|
Posted:
Fri Jan 14, 2005 2:32 am Post subject:
Re: Visual Basic Auto Drawing |
|
|
Help->ActiveX and VBA Reference->Code Examples
Also, all throughout this newsgroup and similar forums, such as those at
www.cadvault.com and www.theswamp.org
--
Jeff
check out www.cadvault.com
"Bught" <nospam@address.withheld> wrote in message
news:30220042.1105651352495.JavaMail.jive@jiveforum2.autodesk.com...
> where is the sample code? |
|
| Back to top |
|
 |
Bught
Guest
|
Posted:
Fri Jan 14, 2005 2:43 am Post subject:
Re: Visual Basic Auto Drawing |
|
|
| thank you for the help i found the sample code |
|
| Back to top |
|
 |
|
|
|
|