Author Topic: Inserting a block shows up different on my machine than on my neighbors machine?  (Read 1528 times)

0 Members and 1 Guest are viewing this topic.

Luke

  • Guest
When I insert this block into a drawing on my machine it shows up with a leader and a balloon.  When my neighbor inserts it (same block, same process) his only displays the balloon...  no leader.  I'm guessing some system variable or setting is different between our 2 machines but I have no idea how to determine what that setting is.  Can anybody help.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
1) layer is turned off/frozen?
2) block is already pre-defined in drawing
3) block is defined locally on one or both of your computers
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Luke

  • Guest
#2 was the problem.

Thank you

CADaver

  • Guest
To redefine an existing block use an = in the insert command.  Command line version looks like:
Code: [Select]
Command: -insert
Enter block name or [?]: thing-old=c:\stuff\thing-new
Block "thing-old" already exists. Redefine it? [Yes/No] <N>: y
Block "thing-old" redefined
Regenerating model.
Specify insertion point or [Scale/X/Y/Z/Rotate/PScale/PX/PY/PZ/PRotate]:
*Cancel*
When asked for insertion point just cancel.  Now block thing-old looks just like drawing thing-new

If you want to search around for the file us a tilde (~)
Code: [Select]
Enter block name or [?]: thing-old=~
And you'll get a file search dialog box.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

With the insert dialog box, you can "Browse" for  a drawing to use as a block from a directory.  If a block already exists of the same name it will prompt you to replace if you wish.