AutoCAD 2013 :: Insert Block Menu Not Coming Up

Jun 27, 2012

I'm having an issue with block selection menu not coming up- specifically when inserting a new block. When I click the icon, the menu flickers but then disappers. If I click anywhere on my screen, I get a error noise as if the menu is open and I have to press esc to be able to function CAD again. The same error happens when I want to print when I click "edit page setup" nothing shows up, yet I get the error noise as if it is up but nothing is there. All of this worked at one time, but when I was trying to create a new block, somehow I must have turned something off.

View 4 Replies


ADVERTISEMENT

AutoCAD 2013 :: Automated Title Block Insert?

Dec 11, 2013

Im wondering if there is a fast and atuomated way to insert a title block onto the layout tab throughout an existing project?

View 1 Replies View Related

AutoCAD 2013 :: Insert A Block Using Selection Of Points

May 20, 2013

I'd like to insert a block into a big selection of points. Any way or have I to look at customization routines.

View 3 Replies View Related

AutoCAD 2013 :: Block Editing - Redefining Insert Point

May 1, 2013

In previous versions of AutoCad I would just double click on a block do my changes click the save changes button and then a save dialogue would come up with an option to change the insert point.  Did this option go away in 2013 AutoCAD?  I do not get this option anymore after I finish editing a block?  This is very useful.  Why would this go away?

View 6 Replies View Related

AutoCAD 2013 :: Editing Architectural Title Block - Cannot Insert Into Drawing

Mar 5, 2013

I'm trying to edit an architectural Title Block. I've went into block editor and did attribute definitions. However, when I save it I can't insert it into a drawing. Is there anything I can do to prevent this from happening?

View 2 Replies View Related

AutoCAD 2013 :: Insert And Scale Dynamic Block From Tool Palette

Apr 25, 2013

I am currently using Autocad 2014 and I am attempting to insert a dynamic block from a tool palette. I would like to click on a dynamic block in the tool palette and have it prompt for the (uniform) scale. It seems simple enough but either all the dynamic properties are lost  or it is inserted at 1"x1" (the scale of my original block). How to get this to work?

View 3 Replies View Related

AutoCAD Civil 3D :: Page Setups Aren't Coming Up In SSM Overrides Menu

Nov 12, 2013

I have recently been using Sheet Set Managers (SSM) more recently and have found them quite handy but I am also finding some peculiarities with it too.  I have no issues setting up a SSM and getting it to plot all my sheets either to our plotter or to PDF at full size (24x36), however when it comes to setting up a half size (11x17) page setup and overriding to it, is where problems occur.

What I want is a page setup that I can select that will plot 11x17 from 24x36. So, I first created a page setup that does this in our template (.dwt) and then set the page setup overrides file to our template file (under sheet set properties). Next I right-cliked on my sheet set and went to "Publish" and then "Publishing Using Page Setup Override", but the list it populated for me did not reflect all of the page setups we have in our template???  It listed two page steups _24x36 and _30x42 (see attachment).  These page setups can be found in our template under page setup manager along with several others which don't show in the overrides (see attachment).

 Is there a reason the other page setups aren't coming up in the SSM overrides menu? 

View 9 Replies View Related

AutoCAD .NET :: Insert Block From External DWG File / Specify Insert Point By Click Mouse

Apr 2, 2013

I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:

(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.

(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.

View 1 Replies View Related

AutoCad :: Inserting Block But Wrong One Keeps Coming In?

Dec 26, 2012

I am inserting a block but the wrong one keeps coming in. I know it's the correct file. Is it a regen thing? I had this problem using autocad before, but just don't remember what the fix is.

View 2 Replies View Related

AutoCAD 2010 :: Dynamic Block Grips - Block Does Not Change When Insert In Another File

Oct 28, 2013

I have created a dynamic block with a stretch, flip and rotate.  Everything works great in its file.  When I insert it in another file, the grips move but the block does not change.

AutoCAD 2014

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Point At List Block And Dynamic Block

Apr 18, 2013

I am learning autolips and i found  a problem that i can´t solved.
 
(vl-load-com)(defun c:pmb ( / ss ent pt )(prompt "
selec block : ")(setq ss (ssget '((0 . "INSERT")))) (setq ent (ssname ss 0)), (setq pt (cdr (assoc 10 (entget ent)))) (command "point" pt))
 wich this code you select one block and insert one point at insert point´s block.

which this other code yo select all block and insert all  point.... but in one block
 
(vl-load-com) (defun c:pmb11 ( / sele cod bloque nbloque lista pt ) (prompt "
block: ") (setq sele (ssget ( List'(0 . "INSERT"))) Cod 0 )cod (1+ cod) (repeat (sslength sele) (setq bloque (ssname sele cod)) (setq pt (cdr (assoc 10 ( entget bloque)))) (command "punto" pt) );repeat ) 

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert A Block / Explode And Rename Nested Block With Suffix

Nov 30, 2012

I have a block that i want to insert several times and revised each one to be different to do this i would have to insert it and rename the blocks that come in and then reinsert i would like to insert and have a lisp explode the main block and rename the other 2 blocks with a suffix at the end depending on how many times its in the drawing... can this even be done? My original block name that will be first inserted is "BENT PULLEY NOTES" it needs to explode after i drop it in and then there are 2 blocks within that called "Bent Pulley" and "Bent Pulley DYN" that i was hoping to keep the names but add a number at the end depending on how many are in the drawing already...

here is a lisp that i have found... it would work if i didn't have nested blocks and only wanted the one block to be insert and not explode...

(defun c:Test (/ e i name Bname )
(setq e nil)
(command "_.-insert" "Drawing1.dwg" pause "" "" "")
(if (setq e (entlast))

[Code] .......

View 9 Replies View Related

AutoCAD .NET :: Insert Block And Drag Jig Hiding Inserted Block At 0,0

Apr 11, 2013

I have a pallete button that inserts a block then a drag jig to position it. The block is first inserted at 0,0 and dragged.

The block at 0,0 remains visible while a "duplicate" block is dragged. Is there a way to hide the original?
 
Insert block then calling the drag jig..
AddViewBlock(New Point3d(0, 0, 0), 0, ColorIndex, trans) psr = ed.SelectLast() DragView(psr.Value, "Bar Insertion Point")
 
In the DragView procedure I have:

 Public Sub DragView(ByVal SS As SelectionSet, ByVal sPrompt As String)
'....
Dim ppr As PromptPointResult = ed.Drag(SS, vbLf & sPrompt, New DragCallback(AddressOf MyDragCallback))

View 4 Replies View Related

AutoCAD .NET :: Insert Dynamic Block And Position And Stretch The Block?

Apr 6, 2013

I am trying to insert a dynamic block and position and stretch the block, using the linear parameters, depending on values entered into a form.

I managed to create a form that would draw a series of boxes. And i managed to create a routine that would insert a block and size it depending on fixed values but i can't link the 2 together.

Win 7 Pro 64bit, Dell Precision M6500

View 8 Replies View Related

AutoCad :: How To Delete Block From Insert Block List

Oct 20, 2007

I am using Autocad 2007 I made several blocks with att. And I use this drawing and copy it to the samples/design center folder so that I can see the blocks that I created on the Design center window for use on different other drawings.

My problem is that if I make a cange on the ORIGINAL block drawing how can I update the inserted blocks on the other drawings? I try to delete the block from the local drawing insert block list (is this possible?) to paste the block again with the new changes, but somehow even when I grab the new modified block to inserted again when I do it, it takes the shape of the old version!

View 6 Replies View Related

AutoCad :: Create Block To Insert On Title Block

Oct 26, 2012

Is it possible to create a block to insert on our title block that will populate itself with a list of drawings and names?

I know this is possible through the use of LISP and the Sheet Set Manager, but could this be done through a combination of attributes and fields (we want the same functionality in LT).

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Point At Block Insert Point

Sep 26, 2012

trying to insert point instead of block.

(setq blok (entget (car (entsel))))

(setq point (cdr (assoc 10 blok)))

(setq XX (rtos (car point) 2 20)) ;; x koordinata bloka

(setq YY (rtos (cadr point) 2 20)) ;; y koordinata bloka

(setq ZZ (rtos (caddr point) 2 20)) ;; z koordinata bloka

(command "point" xx,yy,zz) is not working

!xx="5582453.414999999" but when i (atoi xx) i get 5582453 no dedimals...

how to create valid insertation point from xx, yy and zz?

View 6 Replies View Related

AutoCAD .NET :: Insert Block Reference Using Block Name

Nov 17, 2012

Drawing contains a block with "BlkName". I want to insert blockreferences of this existing block using .Net. All shows how to insert a new block and then use the BlockID returned by the insert function. In my case I only have the block name and there is no Block id. How to get it or how to create a block reference of an existing block?

View 3 Replies View Related

AutoCAD 2013 :: Polyline Halfwidth Coming Out Double

Oct 15, 2013

For some reason my polyline halfwidth is coming out double, why may this be?

View 7 Replies View Related

AutoCAD 2013 :: Drawing In 2D - Lines Keep Coming Up On Z Axis

Nov 29, 2012

I am drawing in autocad in 2d and my lines keep coming up on the z axis which i only want them to come out in x and y is there anyway to shut that off so it will no longer draw on the z axis?

View 4 Replies View Related

AutoCAD 2013 :: Wipeout Lines Not Coming To Front When Printing

Jan 10, 2013

when printing in view ports, wipeouts don't show. wipeouts are transparent.

ive tried copying the same wipeout lineweights and pasting it in new documents but have no problems there. i've tried re saving under a brand new document but still no luck. apparently it's only happening in the same 2 documents.

View 9 Replies View Related

AutoCAD 2013 :: Get Standards - Violation Found Dialog Box Coming Up Only After Delete Object

Mar 7, 2013

I get the "Standards - Violation Found" dialog box coming up only after I delete an object.The previous operation created an object that does not comply with standards, What do you want to do? Choose a standard object? Keep the nonstandard object? The object (dimension) was created correctly but when deleted I get the warning.

View 2 Replies View Related

AutoCAD VB :: Insert Icon For Items Under Created Menu?

Feb 13, 2013

code:
 
Dim Menu As AcadPopupMenuSet Menu = ThisDrawing.Application.MenuGroups.Item(0).Menus.Add("No.")Menu.AddMenuItem Menu.Count + 1, "1", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "2", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "3", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "4", "^C^C_open"
 
i created a menu called "NO." with 4 items under it "1","2","3","4"

my question is :How can i insert icon for items under this menu?

View 2 Replies View Related

AutoCad :: Insert Drawing Via Pulldown Menu From Created CUI

Mar 1, 2012

Any way I can insert a drawing, via pulldown menu from a created cui, and not have to hit enter 3x in a row. I would like to see if there is a way to bypass having to enter an x and y scale factor and rotation.

View 5 Replies View Related

AutoCAD 2010 :: Opening CAL Drawings - Insert Tab Doesn't Create Dropdown Menu

Jun 14, 2013

To open .cal drawings, I've alway hit the "insert" tab and selected insert raster image from the dropdown menu.

Today, the "insert" tab doesn't create a dropdown menu. It opens a whole "insert" toolbar without any reference to raster images.

How do I open my .cal files and why did autoCAD change itself?

View 4 Replies View Related

AutoCAD Civil 3D :: Access File / Edit / View / Insert / Format In Menu Bar

Jun 27, 2011

I have just installed C3D 2012 and when I show the menu bar, the only choice is Express which used to be the last tool in previous versions.  What happened to File - Edit - View - Insert - Format, etc in the menu bar?  I need to access them.

View 4 Replies View Related

AutoCAD LT :: Insert Using Block Name

Oct 12, 2012

Using the command -insert -blockname = filename successfully? What I have tried is:

^C^C_-insert;"Insulation - 25-50mm"="K:/All Staff Personal Folders/Personal_Charles Edwards/Autocad/Blocks/Detail Blocks/Insulation - 25-50mm.dwg";

Trying to run this I get:

Command: _-insert
Enter block name or [?]: Blockname="K:/All
""K:/All.dwg": Invalid file name.
*Invalid*

View 4 Replies View Related

AutoCAD .NET :: Insert Block From Other DWG

Nov 12, 2012

I have to write a procedure for insert a block with attributes from an external file and set the annotative scale block to current scale. where I cand find an examples?

View 2 Replies View Related

AutoCAD .NET :: Insert Block With Different Name

May 3, 2011

is there a way to insert a block in the drawing, but with a different name, so it can be edited separately?

I have block A in the drawing and i want to insert it again, but then edit it while the ones already inserted stay unchanged. So i would need it to be inserted as A_1.

View 1 Replies View Related

AutoCAD .NET :: Insert 3D Block Into UCS

Aug 24, 2013

I defined a 3d block..It is defined along X axis...I want to insert it into a ucs by picking 2 points( insertion, and direction) and that Block Z axis to be parallel with UCS z axis

I insert the block first then I rotated it..I have got this

P1 is insertion poit

P2 is the point for direction

P1 world is p1.transformby(current ucs)

Dim Xax_block As Vector3d = Block1.BlockTransform.CoordinateSystem3d.Xaxis.TransformBy(Block1.BlockTransform)
 Dim VectorP12 As Vector3d = P1_world.GetVectorTo(P2_world)
    Dim RotAX As Vector3d = Xax_block.CrossProduct(VectorP12) ' here is calculating the perpendicular vector between x axis of the block and the vector from point1 and point2
      Dim Rotation1 As Double = Xax_block.GetAngleTo(VectorP12)
      Block1.TransformBy(Matrix3d.Rotation(Rotation1, RotAX, P1_world))

By picking 2 points is inserting the block along the line between 2 points...But is not having as normal the z axis of the ucs..

View 2 Replies View Related

AutoCad :: How To Insert 3D Block

Feb 29, 2012

I have a problem with inserting 3d blocks in autocad 2011. While inserting a block, i specify insertion point on-screen and blocks seems to be inserted to right place but block itself is far away from the drawing (eg. if i type zoom --> extens = drawing and inserted block are totally different locations on model screen.)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved