I have an international group that is using a VPN tunnel to access our servers to work on .dwg files. Every so often, ACAD "seems" to crash however, it is really or appears to be timing out on accessing file information. Of course, this depends on bandwidth usage and is intermittent because of this reason.
How to change the file request/access timeout in ACAD?
I'm assuming it's a registry hack.
Info: Our international group is using AutoCAD Architecture 2014 on Windows 7 64bit computers.
I have downloaded ARCH 2011 (Student Version) several times and the Quick Access Toolbar does not appear above the ribbon. The ribbon tabs are also incomplete.
SHOWING ONLY - HOME, INSERT, ANNOTATE, VIEW and MANAGE.
How do I activate the Q. A. Toolbar? And why are my ribbon tabs incomplete?
Recently I installed ACA2013 on a new Windows 8 64 proffesional laptop.
Installed ACA 2013 and the SP2.
But my quick access toolbar is completly white. If I stay over the toolbar the tips show up and when I click them they function. But I cannot see what I click on!
I already tried reinstalling ACA2013, but nothing works.
I'm try to set a classification for a list of objects with .net. I'va found some discussions regarding changing and iterating classification trees, but none setting the classification for entites, similar to selecting a classification in ui.
What is the correct procedure to set up units in a project. I want to work with meters, ant the metric template is in milimeters. if I change the mm in m, when I make views the callouts are displayed incorrectly.
I can set up anno text to appear for instance at 1/8" scale, but cannot get it to change for every scale, and for it to remain centered on the original position at each change in scale. I know it's something to do with how I set it up but cannot find it in "Help".
I have imported a ISO Shipping container but the scale is to large. How can I scale it down to architecture setting standard not metric. When I try to use the scale option all it does is makes it larger? I have not search yet do to time restrictions.
I'm trying to set a system setting and it won't stay. I open up options, and Under User Preference, I'm checking Make New Dimensions Associate, but everytime I close out and reopen it's not checked.
Application load timeout (20 minutes).I googled it and found here on The Area some1 also posted this a few years back, but didn't get a reply.
Yes I know you can set the timeout limit, but surely max shouldnt take 20 minutes to start up. And as I said, it was working fine one day, then next day suddenly this.Its on Max 2012 64bit with Backburner 2008.1.1..I'm running it as a service with my username
I have downloaded the trial 2014 version. How i go about turning on the ribbons at the top of the screen or the quick access toolbar? I have tried going through the CUI menu but I can't seem to get it to work .
Seems like Multi-View Blocks are like that hot red-head in high school that you really want to get to know until you get to know them.
I made a bunch of blocks for my electrical plans. Annotative symbols for plan view, 3D blocks for model view, and elevation blocks for elevations. I then started creating the MVBs.
Upon insertion the annotative blocks appear super small and the model view blocks scale way up. The model view blocks are not annotative and are not supposed to scale at all. It seems MVBs see any block inside that is annotative as an indication that the entire MVB shall be annotative. Fustrated, I finally found a work-around that is a bit half-arsed:
I made another block as a sort of holder for the annotative symbols that was set to not be annotative and inserted that into the MVB. VOILA! the MVB itself doesn't scale, but the annotative symbol inside the non-annotative block does. This works fine except for one caveat: I can't edit attributes that are in blocks inside of blocks. If I made another block to use in the MVB for the attributes, it would work, so long as I don't make it annotative, which isn't what I want.
So, A) is there a better work-around than the block-in-a-block-in-a-multi-view-block method, or B) Is there a way to access and edit attribute data of sub-blocks inside a MVB?
Maybe my next thread will be about red-headed Multi-View Blocks with carpets that match the drapes.
When building wall styles and configuring cleanup priorities for components, what is the methodology? Do I sketch out a bunch of scenarios of various wall styles meeting each other at Ls and Ts and crosses and whatever, and then try to puzzle it all out: "if I set the outer airspace to 400, then when it gets to this T, the airspace will cut through the rigid insulation with its 600 priority, but will get cut through by the sheetrock with its 200 priority....". That seems like a recipe for headaches. So instead, do I just start from one side of a wall (the wall with the greatest number of components, I guess) and assign the lowest priority number (300, say) to the structural component, the highest number (1200, say) to the finish material component, and numbers in between for everything else, and then see how it works, tweaking by trial and error? The table of priority numbers for various materials provided is useful, but I'd like to have a better understanding of how those numbers might have been derived, so I can do a better job of assigning my own numbers to components that don't appear in the list.
Also, if a wall type contains two components of the same material (I'm thinking of the layers of rigid insulation on either side of the concrete in an Insulated Concrete Foundation system), should those two components have the same priority number (probably not), or different ones (seems more likely)?
One of our employees logs in remotely to a local PC running Revit via terminal services so that all work is done on the local network. The employee is acting through screenshots. All worked well using 2009 Revit or Architecture on XP machines. However, we added new faster Windows 7 machines with 2012 products. The PCs are all 64 bit with 16g RAM and a 22mb internet connection.
I have a client who has a customized workstation in 2012 and is trying to move to 2014. We have gotten most of it done but theyaretryingtoloadacustomlipsroutineanditkeepsfailing.
I have a touchscreen project that I am using Edge Animate to create. So far its working great, but I am trying to find the correct code to make an Idle Timeout after 3 minutes to go back to the stage frame 1 or the label "StageStart" that I have created. I have tried attaching the following code as a 3 second test to the function "touchend", but it doesn't seem to work:
Im currently using Autocad Architecture, is it true that Autocad Architecture creates a bigger file size compared to Revit Architecture? Lets say that same structure and components are created.
I have previously written an assembly (netload) application for our document management system for our office. This assembly loaded a sheet set file (dst) and read / manipulated / saved and exported data. It was very slow.
I was wondering before I progress a reimplementation if it is possible to have external application access to the dst file using the various dll files and lib files (autodesk shared / application root and object arx 2010 - 2012), and if so, which ones.
I have tried to use the same references I used for my 2010 / 2012 netload assembly but I am receiving errors like "FileNotFoundException was unhandled" I belive I have traced this to the issue that I need more or specific references in addition to:
the actual error message when I open a dst file is:
System.IO.FileNotFoundException was unhandled Message=Retrieving the COM class factory for component with CLSID {DA236FEC-D990-4825-95FA-651AF4C2B407} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E). Source=mscorlib StackTrace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& [code]........
And it is occurring here:
Imports Autodesk.AutoCAD.ApplicationServicesImports Autodesk.AutoCAD.EditorInputImports Autodesk.AutoCAD.RuntimeImports Autodesk.AutoCAD.WindowsImports ACSMCOMPONENTS18LibImports System.Windows.FormsImports SystemPublic Class Form1 Private Sub [code].......
I would like to know if it is possible to save changes directly in the source data base file (Access) from Auto Cad Map.
I have a polyline draw (Footpath network). I have converted this draw to shapefile, and then I connect it to the Access Data Base via ODBC with a join.
The problem is that this shapefile is not definitive, and it is probably that some people will need to edit and create new features, and I don´t know how to do it.
Which would be the best option to do this? It would be better if I work with the dwg drawings and the data sources?.
Is there any way you can access an AutoCAD file embedded in an IDW by using VBA?I have an IDW with about 100 sheets; it would like to control which file is embedded in each of the sheets.
The best would be to use linked files but I do not know how to make certain files visible on certain sheets.
When I send a file to Ps from Lr, edit that file then save it, Lr puts that file at the end of the line instead of next to the file I was working on. When you have 600 photos in a down loud, it is a pain to scroll through the photo's to find your place again.
Is there a setting to force the saved file back in line next to the file that was edited in Ps?
I've been very dissapointed with the 'new file' dialog box in inventor 2013 as it takes far too long to open and navigate. I was wondering if there is a way to add a link to a few drawing template files either to the ribbon or the quick access tool bar so i can avoid using the 'new file' dialog box.
The default file location for the template .dwt file in my AutoCAD options keeps resetting to None (see attaached, red arrow). It should be the same location as the line below it (see attached, green arrow). I have reset it a few times now, but it keeps reverting back to None. Do you know why this is happening and/or how I can fix it so the setting will stay?
I have upgraded to ACA 2013 and I have had nothing but problems and I want to know if I am alone on this. I have uploaded AEC Section Display and Tag Scale Hotfix, URL....
ACA2013 was released and I have had it on the desk for some time and finally I got the nerve to load the upgrade. This I did in accordance with the instructions. The upgrade went well.
Additional problems with my working files involved, the file will lose data while working in the file, the program will do strange things to the file like I would lose data while in layout tab within a viewport and the data would still be present in the model tab. I have lost printer setup files only to reopen the drawing and find these have returned.I have lost layout tabs completely. I would reload another menu and they would return. I was speaking to another person comparing Autocads and his had the layout tabs and mine did not.I have zoom scaling problems within the layout viewport. I use to be able to zoom, scale, 1/20xp for 1:20 scale and it would not recognise the command.I was informed via Autodesk to load the service pack Autocad_2013_sp1.14_64, this would not work then I was informed to load the service pack Autocad Architecture _2013_sp1_64 which it did successfully. Still had problems with ACA2013. have situations where the shell command will not work ie punch a hole within the object selected.I have changed from the working model tab to layout tab and back to model tab only to have the view change for no reason ie it will go into (+)(custom view)(wire frame) without selecting it.I have lost data, (part of the actual drawing) within my working drawing simply by using the boeleon subtract command.I have situation when you use the push pull command and nothing happens and then you reopen ACA afresh and try it again and this time it will work.I have email Autodesk in the US and it got alll TO HARD for them and they have abandoned me.
We are attempting to access the file naming prefix in documents settings but i am unable to start code or find away to get where i need.
We have a multi solid bodie part that changes on via suppression to different styles of profile we then need the file naming prefix to chage depending on what key have selected .
ie Parameter = Style with 4 Multi selctions 1,2,3,4
depending on selection picked we then need to change the Solid Bodies Prefix in document settings..
Example :: If style = 1 then Solid Bodies Prefix = Dave