AutoCad :: Insert OS Tiles Into A Drawing Using Insert XRef Command
Aug 2, 2013
I am trying to insert OS Tiles into a drawing using the insert x-ref command. I have managed to insert 192 tiles but still need to add 29 more tiles to complete. When I try to insert another x reference AutoCAD just goes into a continual loop. Have to force AutoCAD to crash after ten minutes.
I am using AutoCAD 2014 MAP and have just had a new system built (i5 processor, 8GB RAM).
View 9 Replies
ADVERTISEMENT
Nov 4, 2013
I’m having a user profile issue on one computer. I have a user, using windows 7 and AutoCAD Civil 3D 2014 on his work station. When using Civil 3D he has two issues: one, he cannot import Dgn’s. I’ve tried everything it just won’t work. Second, he cannot xref or insert PDF’s into a drawing. Now the reason why I say this is a profile issue is because if I log on to his computer (or anyone else log’s on his computer), I can do all those things in Civil 3D, import DGN’s & insert/xref PDF’s. If this user log’s on my computer, he can do all those things in Civil 3D. Import DGN’s & insert/xref PDF’s. Something with his profile on his computer is corrupt and I’m trying to fix it without deleting and creating another user profile.
View 5 Replies
View Related
May 4, 2012
I have a drawing where I have placed all of my natural gas piping. I have all of the annotative blocks set to 3/32"=1'-0" and 1/32"=1'-0" scales. They are both correctly displayed in this drawing.
When I xref this drawing into another about half of the 1/32" blocks show up correctly. The other half are shifted to the right off of the plan. All of the 3/32" blocks show up correctly.
View 9 Replies
View Related
Jun 24, 2013
I'm using C3D 2013. I received a survey drawing (unknown version) from a third party. I tried both xref'ing and inserting as block into my drawing and it was over 7,100' SW from my site. BUT when I copy from 0,0,0 in his drawing and paste 0,0,0 in my drawing, it lands on my site. If I xref my drawing into his drawing, it lands on his survey information. Why doesn't his drawing land on my site when I xref or insert as block?
View 6 Replies
View Related
Apr 11, 2012
How to insert xrefs with other ucs than world. The host drawing ucs must be in world. The different x-refs are made with different ucs according to local coordinates.
In the host drawing, the xrefs must be placed correctly according to global coordinate (world). (The xrefs are all surveys of different spaces all with marked fix points according to the physical global coordinates.)
View 3 Replies
View Related
Sep 6, 2013
I'm trying to insert a new instance of a X-Ref already present on the drawing. If i use Database.AttachXref(path, name) I receive "ref NAME has already been defined. Using existing definition." on the command bar. I've tried to retrieve the ObjectId of the X-Ref definition from the X-Ref name, but my code don't work. Where is the error?
Here's my
Private Sub AttachXRef(path As String, name As String)
Dim Doc As Document = Application.DocumentManager.MdiActiveDocument
Dim Db As Database = Doc.Database Dim pPtRes As PromptPointResult
Dim pPtOpts As PromptPointOptions = New PromptPointOptions("")
[Code] ...
View 2 Replies
View Related
Jun 25, 2009
I am trying to insert an xref into a dwg file and can not find how to do this. In AutoCADD you can insert an xref that is linked to the file so that when a change is made to the attached file the xref also updates. I am trying to do this in Inventor and have not been able to figure out how to do so.
View 9 Replies
View Related
Apr 9, 2013
As a part of a 3D Cad course I am doing I have to use the slice command to obtain a section view of my model . Wblock is then used to copy to file and then oops used to get full model back. I have to produce numerous views including 3 of these sections in paperspace .Where and how do I xattach these section views . I have tried a few different ways without success.
View 0 Replies
View Related
May 10, 2012
I can't seem to find the SYSVAR that controls insert to 0,0,0 instead of pick on screen..
Quad Core 2.3GHz Intel, 64-Bit, Win 7
16GB Ram, 2GB Graphics Card
256GB SSD
View 2 Replies
View Related
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
Mar 28, 2012
I have a bit issue with inserting xrefs in model space .Basically, when I insert the xref in model space, the xref shows in an angle.
View 1 Replies
View Related
Feb 22, 2013
when I use the insert command by typing I, I used to get a dialogue box in order to locate the file I wanted to insert, but now I do not get the dialogue box, I get the box with the WBLOCK command when I type W. I have ATTDIA set to 1 and changed it several times to no avail.
View 7 Replies
View Related
Sep 7, 2011
How do I bring up a dialog box with the insert command? after I type 'insert' it asks me in the command line what the name of the block is. I would like to bring up the dialog box so that I can browse to my block library etc.
View 9 Replies
View Related
Mar 22, 2012
the command for Insert block with file name.
using .net code (SendStringToExecute)
View 3 Replies
View Related
Jul 26, 2013
I am attempting to insert an image into a sketch to be used as a decal, but it appears as a blank gray box. I created this image in Photoshop CS5 on my Mac Mountain Lion partition. I am running Inventor 2012 on my Windows 7 64-bit partition.
I appear to only have a problem with that specific image. All other images on my harddrive insert correctly. I have tried multiple file types (.jpg, .png, .gif, etc), but nothing has worked. URL.....It may be necessary to note that the image is white text with a transparent background.
View 5 Replies
View Related
Feb 13, 2013
Why AutoCAD 2013 turn off dynamic input when we use the insert command. It happens only when using dynamic blocks.
View 5 Replies
View Related
Oct 26, 2011
I have been using the frame generator quite often and recently the insert frame command is not working properly. I would like to know if there is a fix/patch for this problem or do I have to re-install the program? I am very frustrated with this problem as I do alot of structural design and the insert frame command comes in very very handy.
View 6 Replies
View Related
Mar 7, 2013
I want to insert another drawing layout tabs contents in current drawing.
It's easy for MODEL tab, but for LAYOUT tabs, I dont know how!?
I prepared a code for INSERTING MODEL tab in current drawing:
(defun INS_DWG (TAB path dwg P / blk)(setq blk (strcat ""*" path dwg """));(setq N (vla-get-count (vla-get-layouts)));;Number of LAYOUT TABS in dwg(if (or(= TAB 0) (= TAB nil))(command "INSERT" blk P 1 0)); TAB=0 or omitted ==>Insert MODEL;(if (= TAB 1));==>Insert the 1st LAYOUT in dwg file;(if (= TAB 2));==>Insert the 2nd LAYOUT in dwg file;and so on....);;;usage:;;(INS_DWG 0 "c:\test\" "test.dwg" '(0 0))
View 8 Replies
View Related
Jul 10, 2012
I am testing using script files to automate inserting blocks for As-Built drawings. My script files run fine, but AutoCAD is placing the blocks at a location that is different than what the input on the command line shows. For instance, I am placing a block at (6,6), which is reflected in the command line, but the block is actually placed at (6,5.898). The 5.898 does not appear anywhere in my script file, and the command line even shows that (6,6) was entered for the insertion point.
View 4 Replies
View Related
Mar 27, 2012
I am working on a lisp file that lets you select a block and automaticaly change the layer and color in block editor. Afther this it exits block editor, deletes the original block and places the new one.
It works fine accept for the last part.
When i incert my new name whit the insert command it automaticaly changes the name whit autofil so it wil still pot my originial block (the new block name is only two characters shorter than the old one).
View 5 Replies
View Related
Jul 27, 2011
Is it possible to insert a pdf file into a cad drawing?
View 5 Replies
View Related
Dec 7, 2011
I am having an issue with the sheet set manager's tool to insert sheet list table. I have a new sheet set for a new project that was created entirely in Autocad 2012. When I try to insert a new sheet list table, after I click OK in the Sheet list Table dialoge box, it simply closes to an empty command line with nothing inserted. Why nothing is inserted?
View 2 Replies
View Related
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
Nov 29, 2012
I've created a set of templates, A3, A2, A1 A0 etc.
When I open the .dwt at A0 it is fine, the correct dimensions for A0, everything is how it should be.
Now, when I'm in a drawing and go on the tabs, right click, "From Template", select the A0 template and it opens a new tab as normal.
However, the paper size is correct, A0. But the actual frame with the attributes is very small in the cornet, about 25 times smaller, so I'm thinking units, mm to inches, but all the INSUNITS are set to 6.
View 3 Replies
View Related
Jul 19, 2012
Is it possible to write an event handler for an autocad event/ command like insert new block? I want the event to trigger the execution of an update routine . something like this post
[URL]
how do I access the autocad object in autolisp?
View 4 Replies
View Related
May 8, 2013
its possible to insert a DataGrid into a Inventor drawing using VB or C#.
View 2 Replies
View Related
Jan 28, 2013
I want to insert arrows into an idw. I usually use 'Leader Text' then leave the text blank.
The only problem with this method is it leaves a small horizontal or vertical line at the 'text' end of the arrow. Is there a way to get rid of this or is there an alternative way of inserting an arrow?
Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit
View 5 Replies
View Related
Sep 24, 2012
Am trying to insert a drawing to specific coordinates, till now i did this part of coding; though this is executing but the drawing is not getting to coordinates specified
public void coordinates()
{
string dwgName = HostApplicationServices.Current.FindFile("D:\AutoCAD DWG's\SE-02416_37_A.dwg", acadApp.DocumentManager.MdiActiveDocument.Database, FindFileHint.Default);
//Database db1 = new Database(false, false);
Database db1 = new Database(false, false);
//db1.ReadDwgFile(dwgName, System.IO.FileShare.Write, true, "");
db1.ReadDwgFile(dwgName, FileOpenMode.OpenForReadAndWriteNoShare, true, "");
[code]....
View 3 Replies
View Related
Mar 30, 2011
I'm trying to place some pictures (.jpeg, bitmap, whatever) onto an inventor drawing but it won't let me. I see when you create a sketch in a drawing there is an "image" option in the insert tab, however this option is always grayed out for me no matter what I try.
The way I insert pictures on a drawing now is just to create a part, put the image as a decal on that part and create a view in a drawing with a shaded view. However with this option the lighting shows up and kills the image quality and it seems too complicated to be the correct way.
View 7 Replies
View Related
May 17, 2011
I am having an issue with Autodesk Map 3D 201164 bit and Autocad Raster Design 64 bit. Everytime we insert a raster file into a drawing.The laptop freezes. I really thought it was because we were using XP 32 bit. We got an error message that we did not have enough RAM. After doing some research on this forum, I updated to Windows 7.
View 4 Replies
View Related
Nov 20, 2013
I`m trying to insert an excel spread sheet in to inventor drawing, for some reason inventor cuts off 2 last rows. Is there a limit of how many rows can be inserted ?
it cuts off these two: see attached.
13.2 45FT R2440 Gasket Material Vinyl Foam Strip 2" wide x .125 thk., Black, Weather-Resistant
14 12 TUBES C11272 CAULK, SILICONE - CLEAR
View 7 Replies
View Related