TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: TJAM51 on September 17, 2004, 09:13:18 AM

Title: Inserting blocks---whatcha got
Post by: TJAM51 on September 17, 2004, 09:13:18 AM
I am curious to find out everyone's techquies in inserting blocks.....toolbars...programs etc
Title: Re: Inserting blocks---whatcha got
Post by: CADaver on September 17, 2004, 09:14:24 AM
Quote from: TJAM51
I am curious to find out everyone's techquies in inserting blocks.....toolbars...programs etc
Yes
Title: Inserting blocks---whatcha got
Post by: Keith™ on September 17, 2004, 09:17:08 AM
funny CADaver ....

Actually I use a combination of all of them as well...
Title: Inserting blocks---whatcha got
Post by: SMadsen on September 17, 2004, 09:29:16 AM
At former employment: lots of icon menus with standard blocks, all governed by AutoLISP and menu macros.
Now: Manually typed, I-N-S-E-R-T
Title: Inserting blocks---whatcha got
Post by: VerticalMojo on September 17, 2004, 09:33:33 AM
Design center......
Title: Inserting blocks---whatcha got
Post by: TimSpangler on September 17, 2004, 09:34:28 AM
I use all types as well fully dependent on the block.  Electrical blocks have toolbars where as landscape blocks have an insert program.
Title: Inserting blocks---whatcha got
Post by: M-dub on September 17, 2004, 09:38:09 AM
I use a combination as well.

Command: DDI (ddinsert)
Custom Toolbars
Custom Slide Libraries (I created these after the toolbars)
BlockWerx (http://www.cadwerx.net) (Bought after the toolbars and the slide libraries)

Still use 'em all from time to time, but Blockwerx is used most frequently.  Check it out!
Title: Inserting blocks---whatcha got
Post by: CADaver on September 17, 2004, 10:06:40 AM
Quote from: SMadsen
Manually typed, I-N-S-E-R-T
Yuck, ya' know a pgp can be a beautiful thing.
Title: Inserting blocks---whatcha got
Post by: SMadsen on September 17, 2004, 10:38:37 AM
Quote from: CADaver
Quote from: SMadsen
Manually typed, I-N-S-E-R-T
Yuck, ya' know a pgp can be a beautiful thing.

What's a pgp?

Yes, of course I type "I" only  :)
.. or rather "-I" and then "~" (hate to get a dialog only to click alot of buttons)
Title: Inserting blocks---whatcha got
Post by: Keith™ on September 17, 2004, 10:48:46 AM
Quote from: SMadsen

What's a pgp?


I almost fell out of my chair ... until I felt the sarcasm in the post....
Title: Inserting blocks---whatcha got
Post by: hendie on September 17, 2004, 11:00:34 AM
wot was it again... oh ehmn uhmn Blockwe.. something or other. Wossit called Mike ?
Title: Inserting blocks---whatcha got
Post by: ELOQUINTET on September 17, 2004, 11:08:35 AM
what's a block  :lol:
Title: Inserting blocks---whatcha got
Post by: M-dub on September 17, 2004, 11:13:04 AM
Quote from: hendie
wot was it again... oh ehmn uhmn Blockwe.. something or other. Wossit called Mike ?

 :lol:
One of these days we should count how many times we bring that program up in here!  Like the cordless Dremel I just bought to make my marriage proposal (long story), it's a very versatile tool!
Title: Inserting blocks---whatcha got
Post by: CADaver on September 17, 2004, 11:33:14 AM
Quote from: SMadsen
Yes, of course I type "I" only  :)
.. or rather "-I" and then "~" (hate to get a dialog only to click alot of buttons)


Ain't that the truth.

Okay I know it uses (COMMAND in a lisp but ...

Code: [Select]
(defun c:ii () (command "-insert" "~"))
Title: Inserting blocks---whatcha got
Post by: Keith™ on September 17, 2004, 11:57:55 AM
neato CADaver ... never knew ya had it in ya...
Actually I use the insert dialog whenever I use the insert command.
To me it is much quicker than doing a heap of typing and additional clicks. Once I set the "select insert point on screen" and "select rotation angle on screen" I use
Command: I
<dialog pops up with the name field highlighted>
<type block name>
<click enter>
<select point>
<select rotation angle>
Title: Inserting blocks---whatcha got
Post by: CADaver on September 17, 2004, 12:56:29 PM
Depends on what I'm doing and what I know going in.  Often it's faster for me to key-in an "S" and the scale, and an "R" and the angle than to pick the lil' boxes.  But then I'm an old keyboard junkie.
Title: Inserting blocks---whatcha got
Post by: hyposmurf on September 17, 2004, 04:27:10 PM
I use the palettes.Have them set up for a particular layer that way it saves me time creating new layers.Used to use the insert command but find it slower than the palettes.With the palettes there alll at my fingers tips dont have to search for them.I used to also have my custom menus of blocks.Took a while to set them all up,then came along 2004 :).
Title: Inserting blocks---whatcha got
Post by: sinc on September 18, 2004, 11:05:27 AM
The symbol manager.