AutoCAD Map 3D :: Cannot Activate Attached Drawings
Nov 12, 2013
I'm running Map 2014 SP1 on my machine and the rest of the users in our organization are running Map 2013.
If I save a drawing back to a dwg 2010 version all is fine, but if I save the same drawing to a dwg 2013 version other users are not able to activate and query from it, even though they are otherwise still able to open and work with the drawing.
View 4 Replies
ADVERTISEMENT
Aug 15, 2012
I'm using AutoCAD 2013 64 bit and MS Visual Basic 2010 Express (and Excel 2007), and I'm trying to write VB.NET code to list all xrefs attached to a group of drawings. The list of drawings is in column 1 of an Excel spreadsheet, and I want to list all xref filenames in columns 2 onwards - one row per drawing.
The Excel part works fine. I just wish it was as easy to extract information from DWG files.
I created a "Windows Form Application" project in VB 2010 and added a button to Form1. Clicking on the button runs the code.
When adding references I added "Microsoft Excel 12.0 Object Library" COM for Excel (as per Excel website tutorial), and "acdbmgd.dll" and "acmgd.dll" (both with Copy Local=False) as per AutoDesk .NET tutorial. But I got warning messages saying Acdbmgd.dll and Acmgd.dll target a different processor. Is this different to the Excel COM target processor, or do I need to change the target processor for the whole project (and if so, how)?
I tried adding "AutoCAD 2013 Type Library" COM reference instead of "acdbmgd.dll" and "acmgd.dll" which got rid of the target processor warning messages, and I could then open the dwg files successfully, but still the project crashes.
Here's the code so far...
Imports Excel = Microsoft.Office.Interop.Excel
' do I need to include Imports for AutoCAD here? Various websites list AutoDesk.AutoCAD... imports here, but AutoDesk isn't an available option when I try adding this here - maybe because I have the wrong references?
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]....
When I run the project I also get a "A first change exception of type 'System.Runtime.InteropServices.COMException' occurred in MyProject.exe" message. How can I rectify this?
Currently it crashes when it gets to the cadDwg.Database.Blocks line saying "Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))".
The xlsx file and the dwg files refered to in the xlsx file all exist. I've tried running it both with AutoCAD 2013 running and with AutoCAD 2013 not running. Still doesn't work
I feel so close, but what am I missing? I haven't downloaded the "ObjectARX for AutoCAD 2013 (32-bit and 64-bit)" from AutoDesk yet because (i) I have to get a licence, and (ii) it's a very large file, and (iii) I seem to be able to open drawing files without it, but just not access the data I want in the files.
I've got 1500+ drawings to look at by the end of the week. If this doesn't work it's back to AutoLisp (and maybe script files, but that's another headache).
View 9 Replies
View Related
Dec 28, 2012
I'm using ACAD LT 2008.
When i try to copy paste some drawing entities from a heavy drawing file to any other file, the program blocks and says 'not responding', endlessly. So i always have to shutdown the program. I experience the same problem using the designcenter: when I try to copy a layout into another drawing, my computer gets stuck.
Another annoying problem with these files is that they are so heavy, while in fact they shouldn't be. I tried the aectoacad file command. In result the file id half as big, but after I open it and save it, again is the original size.
View 5 Replies
View Related
Apr 2, 2013
Every now and then I go back and try to use publish to speed up printing but I always go back to plotting one by one.
I work in a housing construction office and I have 10 separate drawings side by side in model space for house plans that I need plot separate to give to certain people. My problem isn't that I can't publish them separately its that I can't save them over existing pdf's individually predetermined.
Q1. do i just have to go through and change every layout name before or after i publish?
Q2. how do i change the output publish location?
Q3. can each layout be saved to a different existing pdf and remember it?
Q3. can i save these setting across to a new drawing?
View 5 Replies
View Related
Jan 17, 2013
After deleting some rips and corner seams on my model, I can no longer create rips, unfolds, or refolds. They all come up with the same message as shown in attached picture.
View 3 Replies
View Related
Mar 31, 2010
How to activate specific Tab on the Ribbon by VB.Net code? Exist any way how to "bring to front" my own Ribbon Tab?
View 4 Replies
View Related
May 3, 2012
After reimage of hard drive, install fail to Activate. Too late to get old drive information, need a way to activate after failing to export.
View 6 Replies
View Related
May 24, 2010
I am trying to clean up our drawing database and have run across several drawings that are showing external file references with a status of 'unreferenced'. During a scan early last week of all current revisions of our drawings (about 120000) we uncovered about 7500 drawings that don't quite cut the mustard as it pertains to the use of attachments. I have written a small .NET app that scans through my drawings, but I am having difficulty with one aspect of my probing.
I need to be able to open up an AutoCAD drawing, navigate to said drawings image dictionary, get a RasterImageDef from that dictionary, and then check to see what the 'status' of that drawing is. By 'status' I mean the status as reported in the External References dialog that appears when using the command 'xref'. In particular, I want to write out/show a message when I encounter a drawing with an attachment that has a status of 'Unreferenced', which I take to mean that the drawing was attached at one point, has been unloaded, but not properly detached.
My problem is that I can't seem to get to any property that shows that status. I have used ARXDBG to snoop the database and I can verify that I see the images still in the image dictionary, but not in the drawing itself. I also can't seem to get at thte status of the attachment. To compund the matter, everytime I try to inspect the RasterImageDef object I get, AutoCAD locks up and bombs out.
I am guessing I could get at what I need via C++/ObjectARX but I don't want to go that route if I dont have to. I have attached a snippet of the code I am currently using to scan through my drawings, not perfect or even pretty, but it works.
View 5 Replies
View Related
Mar 12, 2012
I have some building department forms in pdf format that I have inserted into paperspace in a layout. They appear fine in layout view and in print preview.
But when I print the layout to pdf, the attached pdfs all print faded. The pdf (as an underlay) is set to fade = 0, contrast = 100. No transparency setting I can find. The layer transparency is 0 and the plot style is at 100% screening.
If I set the layout to *NOT* print transparencies, then the pdfs print dark as they should. But I sometimes use transparency for shading or poche, and would like to be able to use that and also have an inserted pdf print properly.
Is there a way to set pdf underlays to print at full density? I seem to remember finding a global setting for this once, but can't find it now.
View 9 Replies
View Related
Feb 28, 2013
The Online menus are grayed out on my installation of Autocad LT 2013 . How do I activate these ??
View 9 Replies
View Related
Mar 4, 2013
Macros in inventor drawing are not activating or it is not automatically generating vba codes.
when creating macros and i assign dimensions to objects but the macros are not generating any codes.
View 3 Replies
View Related
Sep 11, 2013
How to activate/execute 2dsketch command using vba?
it would be identical to just pressing the sketch button.
i need the code to add to the macro im creating.
View 7 Replies
View Related
Mar 15, 2012
Is it in ilogic possible to check which pos rep that is active using a rule? Is it possible to activate a view rep using a rule?I'd like to do something like: If this "pos rep name" is active, then activate this "view rep name".
View 3 Replies
View Related
Mar 11, 2013
I'd want to have a way to activate or deactivate a surface ,
View 9 Replies
View Related
Apr 16, 2012
How to activate or disactivate this icon (the one with two arrows): I think it has a relation with large surface visualization.
View 2 Replies
View Related
Jul 12, 2013
I want to insert a conical slot in a part file, or a part in an assembly which i edit in place.
I was told to activate content center, but how?
I don't find the button.
View 2 Replies
View Related
May 7, 2013
I have an access database attached to a blank drawing. The database is a list of existing oil wells. I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks. For instance, the first two fields in the database are the x and y. Some of the other fields in the database are the well status and company name. Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block? I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc. Using Civil3D 2013 infrastructure design suite, Win 7 64-bit, office 64-bit.
Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid
View 8 Replies
View Related
Jun 4, 2012
Is there any way to change the names of attached images? I have many drawings that thas about 10 images attached to each drawing; I have to change the name of images and I would like to assign these renamed images to the images attached to the drawing. Is there any way? Or will I have to detach the images and then attach them again?
View 1 Replies
View Related
May 9, 2013
I have an access database attached to a blank drawing. The database is a list of existing oil wells. I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks. For instance, the first two fields in the database are the x and y. Some of the other fields in the database are the well status and company name. Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block? I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc.
Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid
View 3 Replies
View Related
Nov 7, 2013
Updating the attached dwg (Xref),The file Q1 is attached to the file Q5 (attached). Edits are applied to the Q1. These edits are not transferred to the Q5 despite the fact that the “regenerate” button is pressed.
What might be the issue here? How the edits on the Xref files are reflected directly to where they are attached?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 6 Replies
View Related
Aug 1, 2013
I'm experiencing a strange behavior when i import a DXF with a plugin for AutoCAD 2012, but only when i'm on Win7 64bits.
The plugin normally (in WinXP) would load the .dxf file, then if it has a reference for an ortophoto picture, it places the picture on the right place and "visible" (you'll get what i mean by this later).
On the other hand, on win7 64bits when i import the dxf file using the plugin, it only shows the frame of the picture, but no picture inside!
cadgis_1
But, if i close the file i just opened and open the .dxf using Autocad "default" open, on the layout the picture is showing just like it was supposed to...
Autocad_layout
So, now i've opened the .dxf using Autocad, let's try again to open it using the plugin and.... voilá! The picture is displayed, bright and shinny! A miracle i must say!
cadgis_2
And if i open it again using the "default" open from Autocad, not only it displays the picture on Layout but also on the Model!
Autocad_Model
I'll attach the dxf with the external .tiff file.
DXF File
Tiff File
I wasn't able to upload the picture, so i've placed in a zip file and attached it to the post.
View 5 Replies
View Related
Apr 13, 2011
I would like to either move or copy individual ACAD files to another PC (though a server) without loosing all the pathways/ connections to external image files used in rendering, (these being mostly materials, graphics & logos relating to each individual ACAD file, not xrefs). Is it possible in ACAD 2005?
View 2 Replies
View Related
Oct 31, 2011
I'm trying to cut across bend in the attached part. Usually this thing works quite good, but for some reason it's not letting me do it. What Am I doing wrong? How can I do it?
Inventor 2012 Pro.
I7 workstation
View 3 Replies
View Related
Jun 24, 2012
I've got a issue with working with images. I draw furniture full scale and sometimes it necessary to hard draw and scan the drawing and then attached the image in autocad and trace over the image in AutoCAD 2013. everything is fine until I attach the image, then it freezes with every move that I try to make. The images are around 700 kbs in size. Is there anything I can do or change some kind of setting?? btw. version 2004 doesn't have this problem.
I'm running windows 7 pro
Dell XPS M1710
4 gb memory
View 2 Replies
View Related
Nov 4, 2013
I have a sketchedsymbol with leaderline. How can I get the BOM of the item this is attached to? I don't see any referenced way to do this. I assume it's possible because a balloon can get this info.
The full extent of what I want to do is to create a split balloon symbol. The top portion of the balloon with hold the detail number, the botton half will hold a user prompted text entry.
Win7 x64 - 16gb ram
i7 3610qm
FirePro M4000
Inventor 2013
ETO 6.1
View 8 Replies
View Related
Sep 12, 2012
attach an image and hide it, but when the user take the mouse over the hidden image, he/she can see it, for example I want to send a daily report to my manager and I want to attach some Image in the drawing and hide it, But it can be seen by moseovering.
View 9 Replies
View Related
Dec 5, 2011
I'm trying to setup a custom form that matches my company's title block information. My desired end result is to eliminate the need to open the iproperties (some users find it confusing/inconvient). I have a seperate tab for the check/status information listed in the "status" tab of the iproperties. In the iproperties, these are activated and deactivated with a check box. When I add these properties to my form, I have the ability to open a calendar but I have no way of knowing if the date is activate or not.
I saw in another post, that a ticket was opened to added the material selection to the options in forms. Could this functionality be added as well?
View 1 Replies
View Related
Oct 10, 2013
I have a macro to change the thumbnails of a part, but my parts have not always the "Master view" active.
How can I activate a view by code? Get control of your sheet metal files at [URL]
View 1 Replies
View Related
Aug 1, 2013
I have created a new form using three fields, to show quantities, job no etc. and was wondering what code I need to use to be able to push enter after filling out a field and then jumping to the next field?
View 4 Replies
View Related
May 10, 2012
I've used the transitional constraints with good results but unfortunatley the cams are moving all over the place when I try to move them by dragging with the mouse and not very stable.
I'm trying to animate a couple of bodies along a path with a workpoint that will move the assembly at the beginning created using a rectangular array along the path. I have a UJ in the middle of the bodies attaching them together. As I change the distance of the rectangular array it will move the first body as expected. How I constrain the other body to follow along the path with the ride points as labeled?
I've trieds almost everything I think. Should I use dynamics to simulate this? I don't have the dynamic installed however is there a way I can get ahold of a test version so I can test this?
View 9 Replies
View Related
Aug 23, 2013
I am trying to model a plastic part which is attached to each other on one side of the edge and it snaps into each other on the other side. I was able to manage the hald section of this part but not sure how to do other half.
how to do these plastic parts?
View 1 Replies
View Related