Author Topic: Handy tool  (Read 5668 times)

0 Members and 1 Guest are viewing this topic.

Willie

  • Swamp Rat
  • Posts: 958
  • Going nowhere slowly
Handy tool
« on: September 03, 2007, 09:37:13 AM »
Check out http://www.glamsen.se/CadTools.htm for a handy free cad add-on called CADTools.  Some of the function are great, some are Vanilla commands.
Soli Deo Gloria | Qui Audet Adipiscitur
Windows 8  64-bit Enterprise | Civil 3D 2015 and 2016| ArcGIS 10.1
Yogi Berra : "I'd give my right arm to be ambidextrous."

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Handy tool
« Reply #1 on: September 03, 2007, 09:45:14 AM »
Willie, who wrote the software ?

I thought this was interesting ..
 '  CadTools is an out of process software and ... '
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Willie

  • Swamp Rat
  • Posts: 958
  • Going nowhere slowly
Re: Handy tool
« Reply #2 on: September 03, 2007, 10:42:14 AM »
Hi Kerry

I'm not sure who the authors are and I dont know where I found the link to the software.  I'm just happy that someone has taken a big load of my shoulders with it.

I think some of the funtions may be aviable in Civil 3D. We are in the process of upgrading to Cilvil 3D.
Soli Deo Gloria | Qui Audet Adipiscitur
Windows 8  64-bit Enterprise | Civil 3D 2015 and 2016| ArcGIS 10.1
Yogi Berra : "I'd give my right arm to be ambidextrous."

Dinosaur

  • Guest
Re: Handy tool
« Reply #3 on: September 03, 2007, 01:17:44 PM »
Willie, who wrote the software ?

I thought this was interesting ..
 '  CadTools is an out of process software and ... '
It is indeed interesting Kerry.  I have a fresh install of Acad / Civil 3D 2008 and decided to see exactly what happens when this is installed.  I found an amazing thing virtually unheard of for AutoCAD add ons lately.  Installing this package does absolutely nothing to my AutoCAD install - no trace of any extra menu, toolbar, or even a search path addition.  It is a stand alone program that right now has a menu with toolbar running on my desktop with no AutoCAD running at all.  It has an option for r2000-r2007 support or r2008 support that can be selected and changed at will.  It is apparently crippled to some extent with the free download but promises to provide a registration code for full functions with any size donation.
As for the tools themselves, a number of them seem to be duplicates of functions within the civil verticals or even in expresstools but the package seems very promising for someone without access to those vertical products.  There also appears to be functions that transfer data to Excell and I think there may be a few functions in the registered version not yet available for Civil 3D or Land Desktop.
Thank you Willie for sharing this . . . it looks like a very promising find.

LE

  • Guest
Re: Handy tool
« Reply #4 on: September 03, 2007, 02:04:48 PM »
This software, appears to be similar to this one (is in Spanish):

http://topoligonar.galeon.com/
« Last Edit: September 06, 2007, 01:27:26 PM by El Luis »

LE

  • Guest
Re: Handy tool
« Reply #5 on: September 05, 2007, 01:37:54 PM »
This software, appears to be similar to this one (is in Spanish):

http://topoligonar.galeon.com/

Here is the translated page:

http://tinyurl.com/33qdwy
« Last Edit: September 06, 2007, 01:27:10 PM by El Luis »

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Handy tool
« Reply #6 on: September 05, 2007, 01:43:41 PM »
Pretty interesting concept.  Write an external program that grabs the running version of autocad?  How is that possible
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

deegeecees

  • Guest
Re: Handy tool
« Reply #7 on: September 05, 2007, 01:56:05 PM »
Pretty interesting concept.  Write an external program that grabs the running version of autocad?  How is that possible

In VB, it's the 'Application Object', or something to that effect.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Handy tool
« Reply #8 on: September 05, 2007, 02:07:20 PM »
Now what would be really cool would be to set it up to work w/ LT.  Someone could market that as addons for LT
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

deegeecees

  • Guest
Re: Handy tool
« Reply #9 on: September 05, 2007, 03:37:41 PM »
I don't think LT provides VB "Objects", otherwise this would have been done a long time ago.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Handy tool
« Reply #10 on: September 05, 2007, 03:40:20 PM »
What objects are you getting?  I thought the out of process meant it wasn't connected to Autocad.  Wouldn't you just need the application?
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

TR

  • Guest
Re: Handy tool
« Reply #11 on: September 05, 2007, 07:37:29 PM »
These tools connect to AutoCAD via COM, the same way you would connect to AutoCAD from an app like Excel. AutoCAD LT doesn't have a COM interface.

Dinosaur

  • Guest
Re: Handy tool
« Reply #12 on: September 05, 2007, 08:47:30 PM »
These tools connect to AutoCAD via COM, the same way you would connect to AutoCAD from an app like Excel. AutoCAD LT doesn't have a COM interface.
Are you referring to the original program from the start of this thread, the one Luis referred to or both?  Is there any sort of performance  penalty or other considerations with connecting to AutoCAD in this way?  It seems to a very different way of connecting than most of the add-on programs I see and if it does work as well, I am wondering why more applications do not use this method rather than modifying the existing AutoCAD installation to work inside it.

TR

  • Guest
Re: Handy tool
« Reply #13 on: September 05, 2007, 09:28:04 PM »
These tools connect to AutoCAD via COM, the same way you would connect to AutoCAD from an app like Excel. AutoCAD LT doesn't have a COM interface.
Are you referring to the original program from the start of this thread, the one Luis referred to or both?  Is there any sort of performance  penalty or other considerations with connecting to AutoCAD in this way?  It seems to a very different way of connecting than most of the add-on programs I see and if it does work as well, I am wondering why more applications do not use this method rather than modifying the existing AutoCAD installation to work inside it.
I didn't even look at either program other than looking at the site in the original post. If it's an out of process application than that means it's a separate process which communicates with AutoCAD via the COM interface. This method has major performance issues.

Dinosaur

  • Guest
Re: Handy tool
« Reply #14 on: September 05, 2007, 09:53:26 PM »
. . . This method has major performance issues.
Thanks, that says it all.  I really liked not having it mess with my install but if the penalty is too great it is not worth it.  I have not had time to use the program yet to gauge any such problems but I have it on such an underpowered system they should be apparent rather quickly.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Handy tool
« Reply #15 on: September 05, 2007, 10:06:34 PM »
Quote
This method has major performance issues
.

Quote
I really liked not having it mess with my install but if the penalty is too great it is not worth it.

I'm of 2 minds about this issue.
I think it depends on the type of work being done.

If it works to your satisfaction , and is economical you could take the attitude 'that half of something is better than all of nothing'

The performance hit may be no more than the time it takes for some people to find a key on a keyboard (to put it into perspective)

... and providing the result is what you want, I'm sure it would be faster than working manually, yes ?
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

TR

  • Guest
Re: Handy tool
« Reply #16 on: September 05, 2007, 10:17:57 PM »
Quote
This method has major performance issues
.

Quote
I really liked not having it mess with my install but if the penalty is too great it is not worth it.

I'm of 2 minds about this issue.
I think it depends on the type of work being done.

If it works to your satisfaction , and is economical you could take the attitude 'that half of something is better than all of nothing'

The performance hit may be no more than the time it takes for some people to find a key on a keyboard (to put it into perspective)

... and providing the result is what you want, I'm sure it would be faster than working manually, yes ?

Very true, it all depends on the type of work being done. For some tasks it is acceptable, and I even use it for some things. But for others it's a real dog. I have some stuff that searches for drawings on our document management server via  a com interface. For 1-15  drawings it works great, but anything more it's awful. To search the whole repository it takes 15+ hours.  :oops:

Dinosaur

  • Guest
Re: Handy tool
« Reply #17 on: September 05, 2007, 10:20:49 PM »
Absolutely Kerry . . . I am facing the very real possibility of having to turn to a solution such as this if my employer pulls the plug on our Civil 3D experiment as he is threatening.  Should that happen, I don't know what solution will be found, but I assure everyone that it will NOT be stick building the entire document set in unassisted vanillaCAD which seems to be my supervisor's preference.  Even Civil 3D can be incredibly doggy at times so some of the bars are not set very high in this comparison.  I am actually more concerned with the quality of the results than raw speed as I find myself more often than not being the true bottleneck in the process.

LE

  • Guest
Re: Handy tool
« Reply #18 on: September 12, 2007, 09:54:56 AM »
To anyone interested, I started to update an application for Civil/Topo - as an open source C++/MFC/ARX here:

OpenCivilPack 1.0 - For AutoCAD 2007-8

http://www.theswamp.org/index.php?topic=18631.msg228044#msg228044