AutoCad 2D :: File Extension DWT Not Selected In Template Dialog Box
Nov 11, 2011
Rank beginner using 2010 version autocad. When starting a new drawing using the New command > Opening up Template dialog box. I don't see the file extension acad.dwt in the Name drop down list. What I do see in the Template dialog box while looking & working its way down in the Name drop down list is acad - name plot sytles acad - name plot styles 3d acad & acad 3d and so on contuning down the line. While giving it a file name to save it high lighed in blue is acad.dwt.
Under File type in the Template dialog box there are 3 options. They are Drawing Template (*dwt) Drawing (*dwg) & Standard (*dws). In the Drafting settings dialog box Object Snap tab is opened all options are selected. On the staus bar Object Snaps & Dynamic Input are both on. When starting a new drawing the file extention acad. dwt has been on and working for weeks up intill zipping and unzipping files yesterday for a tutorial that I am working on in regards to 2010 autocad software.
When I start AutoCad, I want it to open to a dialog box that lets me choose from my folder of personal templates. I know that STARTUP = 1 essentially does this, but the interface isn't quite as user-friendly as what I see from clicking NEW with the following settings:
STARTUP = 0 Options>Files>Template Settings>Default Template File Name for QNEW = None
With these settings, AutoCad will still open its own default template: acad.dwt (or acadiso.dwt). My understanding is that renaming these files so AutoCad can't find them will force the application to show the dialog box I want, pointed to the folder I specify in Options>Files>Drawing Template File Location.
If that's so, what is the file path for finding the acad.dwt file in Windows 7?If not, is it possible to get AC to launch to the dialog I want using STARTUP = 0?
Revit Architecture 2014? I've been trying to use the structural beam system, but when I select the joist I cannot select the start/end extension in the properties dialog box. I would like to know why is that?
know of a conversion strategy to get a DEM file that has IMG extension into Map 2008?
We do have Arcview, which will open the IMG file (ERDAS Imagine raster format?), but it will only save this as standard raster formats (jpg, tiff). I am doubtfull that one can use these formats as a DEM in Map.
I'm trying to make an application that would take a drawing(dwg) and convert it to pdf. Since I can do it directly in autocad 2013, i presume that there should be a function in the API, that i could use to do the same. So far, i tried with AcadDocument.export(filename, FileExtension, AcadSelectionSet) with no luck. I cannot put PDF as a valid file extension.
Here's my code
Public sub SaveToPDF(ByVal psfilename As String)
Dim oAutocad As AutoCAD.AcadApplication = New AutoCAD.AcadApplication()
Dim oAcadDoc As AutoCAD.AcadDocument = oAutocad.Documents.Open(psfilename, True)
Dim sFolder As String = psfilename.Substring(0, psfilename.LastIndexOf("") + 1)
Can load or install a *.dat file into civil 3d 2012. i have a file form the army corp of engineers that will draw a structural shape in autocad but i can't seem to load the file in autocad or civil 3d.
I'm having issues with Civ3d 2013. I pushed off upgrading from 2012 because of the format change and the service pack release. I was hoping little glitches would be fixed.
Here are the a couple of glitches to date that I have seen no resolution to in the long list of threads.
1. Layer filters do not filter, unless I have checked "Apply filter to toolbar". The problem is, I dont want to apply them to the toolbar.
2. Publishing to PDF - when set to lines merge (set in the page layout and the publish setting), the wipeouts dont work, and the background masks on leaders makes a faint border around the text in the PDF. When set to overwrite, to get the wipeouts to not print to the PDF as a big black blob, they have to be on a layer set to color 255. I can work around most of the wipeouts, except for dimensions because the background mask doesn't seem to take.
My organisation has a laser 3D scanner which we have used to capture the external profile of Ironman toy. I like to import the model into Inventor for modification. However, I do not know what is the file type which Inventor can import from. The output from the FARO 3D scanner are wrp, 3ds, dxf, oogl, iv, ply, stl, u3d, wrl, obj. It does not have stp file type.
What file type should I ask my colleague to output to ?
How can you use a template file from your personal files to use it in an already existing .dwg file.
I knwo how to do it if I start the drawing from scratch and I select that template, but I want to put this existing drawing into my personal template file from my documents.
I'm linking an excel file to an .ipt file with iLogic code determining if the Material type is a certian value it will find the correct material thickness. These file work great when working on them thru Vault but when I "Save As Template" and create this file where our other template files are located (not Vault) this fuction does not work. I have realized that I had to place the a copy of the excel file in the same file folder as the template ipt, but even this does not fix the issue.
I recieve this error:
Error in rule: Material, in document: Part6
'MWW Materials (Inventor).xlsx' could not be found. Check the spelling of the file name, and verify that the file location is correct.
If you are trying to open the file from your list of most recently used files, make sure that the file has not been renamed, moved, or deleted.
It seems completly countintutive that just saving the file as a template file would cause this not to work when all files that are required are located in the same file folder. Maybe I need a reference to the excel document within the iLogic code.
I'm using Autocad Civil3D 2011, Version 3. Just yesterday I noticed that the file date shown in Autocad's open file dialog box shows an earlier time than Windows Explorer, which shows the file date and time correctly. When I enter the "time" command on the autocad command line, the correct time is shown for the "last updated" time.
For example:
The Autocad open file dialog box shows the file having a time/date of 4/23/2013 3:54 PM
Windows Explorer shows the file having a time/date of 4/23/2013 4:10 PM
"TIME" command at autocad prompt returns the following:
Current time: Wednesday, April 24, 2013 3:55:35:454 PM Times for this drawing: Created: Thursday, March 27, 2008 5:49:57:104 PM Last updated: Tuesday, April 23, 2013 4:10:56:299 PM Total editing time: 17 days 15:31:26:967 Elapsed timer (on): 17 days 15:31:26:967 Next automatic save in: 0 days 00:09:58:237
I rebooted and restarted autocad, and resaved my file with the same results (although with different times-but again the autocad open file dialog box showed an incorrect, earlier time). I have never had this problem before, and it is driving me crazy as I usually sort my files by date to assure that I am working with the latest file.
I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
WHAT I DID: I downloaded AutoCAD LT trial version and used it for about 2 weeks. I then purchased the actual product and installed the purchased AutoCAD LT 2012. I then uninstalled the trial version.
PROBLEM: The file extension that says Autodesk Trial Player is now attached to all of my CAD work instead of the standard .dwg extension. I can not import my CAD files into Sketch Up because of this.
This is installed on an HP g7 laptop purchased new in Feburary 2012.
I created a file in Photoshop and was saving it along the way as a layered PSD file. When I went to open it a few days later, it wouldn't open and said that it was an '8 file'. What happened, and how do I fix it? It had all the design layers I needed for another project.
I have recently upgraded from AutoCAD 2008 to 2001. Now when opening a file from windows explorer (desktop vs the AutoCAD browser) and AutoCAD is not running. AutoCAD will startup and open a new drawing as well as bring up the dialog box for finding a file to open, which I cancel, THEN open the drawing that I have selected. I have not seen this before and am wondering what variable or option is causing to happen. I am also seeing two icons for the same drawing file in the Windows task bar.
When I go to the file open dialog box and start typing in a file name the the file name box it does not show a list of drawings that match the search in the file name box.
First, I am developing with the following system environment.
- ObjectARX 2011 - AutoCAD 2010 - C# with VS 2008
I am making a custom command that opens a open file dialog to prompt the user a dwg file.And the programmatically(automatically) insert another dwg file to the opened map.So what I tried to find a method to open a open file dialog, but couldn't find it.So next I tried to execute "OPEN" command programmatically. The following code is what I tried...
When I run the custom command, nothing happens. After opening a file, I want to insert ("INSERT" command) another drawing onto it. How could I achieve this?
I'm learning how to create extension (flex - extension builder) for Illustrator and how to make it communicate with a plugin.
The samples provided in the SDK detailed how to load /unload extension from a menu item from Illustrator, and how to add / remove EventListeners to make the magic happen.
to sum up, this is something like that: 1- click on the menu item 2- load extension 3- add listeners 4- do your stuff...... 5- remove listeners 6- unload extension
Basically my plugin is a module/service which is in charge of dealing with / modifying artwork tree. It has no User Interface.
My extension will have a user of this service.
What I would like to do is to load my extension as soon as my plugin is loaded, and unload the extension when the plugin will be unloaded.
I have a pc with Windows 7 Home Premium Edition, 64 bit and a Raedeon (<sp?) processor.
Recently I downloaded a trial period for Adobe Photoshop CS6.
I made a New Folder when I downloaded the software ~ if that means anything.
My problem is that I need to save files as .eps but when I go to Save As it is not listed. I checked the list of extensions and Ps does have it available. So, I am beside myself wondering why it is not in my drop down list of extensions.
I have searched the FAQ's to no avail. However, I am not certain I have been asking my question in a manner in which I would be able to narrow down a relative result.
When saving any file, Photoshop saves only the filename without the extension- i must manually add the extension in finder- nightmare! Chat sucks so here I am. I have uninstalled and reinstalled but it still doesn't work??
I've downloaded and installed the 3.6 upgrade at least a dozen times ant Adobe still says I need the upgrade.
I've down loaded and installed the DNG Converter7.1 and my Nikon D7000 .nef files still wont open. I tried to change the .nef file extension to .raw file extensions.
I'm really getting sick of LR3, and I sure's heck am not willing to buy LR4 when Gimp is free!
I'm using Inventor 2011 and I can't figure out how to set my dimension settings so it breaks the dimension extension lines automatically when crossing over other dimension extension lines. I saw that others say it just happens, but it is not "just happening" for me. how to set my dimensions so when dimension lines cross each other one of them automatically breaks?
This might be a simple preference setting but I can't seem to make it work. In CS5 and I go to "save for web" like I would when I was on CS4. A lot of times I will click on an existing file so that file name will auto fill the new save name and then I'll add to it.
But now when I click on a file I get the file name and ext, how can I get just the file name to show in the input box and not add the file ext to the name?