AutoCAD 2010 :: Create New CTB File / Insure That Drawing Is Supported By Existing One?
May 26, 2011
How do I create a new CTB file OR insure that a drawing is supported by an existing CTB file? I have tried to start one from scratch using Plot window - when I click on file - it sends me back to MY DOCUMENTS. Is this a glich??
View 9 Replies
ADVERTISEMENT
Apr 4, 2012
I have a venue drawing that is in mm and I need to convert it to ft/inch so I can update and get dimensions from it. Can this be done so when I change the format in drawing units it will update the drawing units?
Current settings.
Drawing units
Length:
Type - Decimal
Percisin - 0
Angle:
Type - Decimal Degrees
Precision - 0
Insertion Scale:
Unitless
View 4 Replies
View Related
Aug 3, 2012
How do I create a new pointer using two existing pointers. I would like to create a pointer that combines the default arrow and the integral.
View 9 Replies
View Related
Apr 24, 2012
I'm attempting to create a sheet set from existing drawings, but when I point the "New Sheet Set Wizard" to the folder containing my 8 or so drawings (with 24 or so associated layouts), only 2 drawings appear with 6 associated layouts for import. The other layouts don't even show up as being part of another sheet set. How do I get the New Sheet Set Wizard to "see" the layouts?
View 4 Replies
View Related
Jan 21, 2013
I was just asked to take an existing drawing and "fudge" the drawing with new dimensions to create a variation.So I over rode the dimensions and edited the title block date/drawn by.
I replaced the model reference HOWEVER......I have not been able to CHANGE the title or drawing number (despite the fact that the replaced model has the iProperties that I want).
I suspect this is due to the fact that the drawing is set to NOT update (I have red lightning bolt).
Can I get away with doing what I want without recreating the whole drawing?
Inventor Product Design Suite 2013sp2
Windows 7sp1 64-bit
nVidia Quadro 2000
View 1 Replies
View Related
Dec 22, 2012
I have a slightly unusual query that I can't seem to find a solution for elsewhere. I have an existing OS plan that is 'off grid', and would like to adjust the vertices at the ends of all the existing lines and polylines so that they all sit on a grid point. Is there a quick command or script that does this?
View 2 Replies
View Related
Oct 8, 2012
I am a GIS person and not familiar too much with AutoCAD. As you may know we can easily overlay GIS fles in GIS software as much as we would like to have , while having same coordinate system.Now my question is , Is it possible to overlay( Or Open, Add, Insert,..) a dgf file into an exiting one?
For Example, I have received 4 dxf file which they have all same units and coordinate for Pit Design and I just want to have all of them in one dxf. How I can merge them? I saw a hint on web for Copy Base Point but it was too complicated.
View 1 Replies
View Related
Jun 6, 2013
I installed AutoCAD on my pc with windows 7 and to complete the installation I had to change the registry file EULA from 0 to 1. Now it works but when I try to open an existing file it crashes.
View 1 Replies
View Related
Jul 29, 2012
Is there a method to import Layers from existing DWG file to another? I want to import all layers with their names.
View 3 Replies
View Related
Jul 1, 2012
I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:
1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.
2. I wrote this in the heading of the form's
- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common
3. In the event Click of the Button1 I put this:
Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
'Draw a line
Dim PT1(2) As Double
[code].....
View 2 Replies
View Related
Apr 29, 2013
I received a drawing today that doesn't allow me to choose existing ".ctb" files. Opening the "Plot style table (pen assignments)" from the Page Setup dialogue box. I can choose "Start from scratch" , use a "CFG" file, or "Use a PCP or PC2" file". I do not have any CFG files. I usually use PCP in my "Plot" dialogue box for the plotter pull-down menu.
How to use my plot style "BRhalf.ctb" when plotting this drawing. Also, a "heads-up" on background information on this drawing's plot style options, vs. the plot style options on many other drawings I have plotted.
View 4 Replies
View Related
May 23, 2012
how to remove following message which appears when i open new / file existing file. This also changes my settings and autocad does not work properly.
View 4 Replies
View Related
Nov 13, 2013
Isn't there a way of taking an existing hatch patter off a drawing file and load it into your hatch library?
View 2 Replies
View Related
Dec 25, 2013
I have autocad 2010 installed on dell n5537, i5, windows 8, 64 bit,.. whenever i open an existing cad file,.. it gives strange lines emerging,... as shown in the screenshots attached, most of the times they emerge from the corners,..
these lines hide n show, when i pan/zoom or move the dwg .
View 4 Replies
View Related
Jan 7, 2012
After recently installing Corel Draw 12 we discivered we could not open our existing .cdr files. It would make sense if we were trying to open V:12 files with an V:5 but it seems like V:12 should support V;5 .cdr files.
View 9 Replies
View Related
Sep 28, 2012
I'm trying to create an all new existing surface over existing ground. I have a TIN surface of the EG, and I have drawn overlay splines that describe the new surface, but how to go about creating that design surface.
It is a compound surface, open on one end and closed all around on the other, somewhat like a half of a football stadium, but with an irregular upper edge because I am needing to figure out cuts and fills to manipulate the EG into this new surface without costly major terraforming. There is about 40-50' vertical elevation between the "field" and the upper rim with a generally constant 7-10 deg. slope all around. I'm just at a loss to figure out how to approach this project, and am quite new to Civil 3D.
Civil3D 2013
MacBookPro 17 - 2.4GHz Intel QuadCore i7 (Late 2011 build)
Microsoft Windows 7 64bit
350GB Bootcamp volume
View 2 Replies
View Related
Jan 19, 2013
Autocad 2010 is not supported in windows 7?
View 1 Replies
View Related
Apr 11, 2012
I have a script that makes PDF-file with suffix revision. Now I want to expand this script so it even makes a STEP-file of the 3d-file connected to the drawing. This would make all manufacture files in one button. That should be nice..
How will i manage with this since the active document is the drawing not the part. (see code below)
Set oDoc = ThisApplication.ActiveDocument
Call oDoc.SaveAs("C:UsersGoranWeDesktop est estfile.stp", True)
View 9 Replies
View Related
Mar 9, 2012
As an engineering company we have started to convert hundreds of our drawings from AutoCAD to PDF using a batch utility.
However every file that is converted into a PDF file is opened by a PDF Viewer. We want to prevent this.
I opened my *.pc3 file and removed the check from the appropriate box. See below
I press OK, then save the file and close. However when I reopen the file, I see the box for Openining in PDF Viewer has been rechecked. No matter what I do, I cannot permanently remove the check from this box.
View 5 Replies
View Related
Jun 26, 2012
When I create new mtext in my drawings I normally like to have a zero width.
Instead I'm creating new mtext and it has a set width that I am unable to change in the properties window.
I have no problems with changing the justification point.
Is this a setting that I can change?
Plus is it posible to change the default so that I don't have to worry about changing it every time?
View 1 Replies
View Related
Feb 15, 2012
are opentype fonts supported in 2010, 2011 or 2012?
View 3 Replies
View Related
Sep 1, 2009
Size of Drawing file is 4.33 mb. But Can not Open. A message appears " Drawing File Invalid"
Can I Retrieve the data.? No backup file is available in my system. I have tried with recovery tool but unable to get original data
for Any other option .
View 9 Replies
View Related
Jul 27, 2010
When I try and open a file from the network that another user already has open, I receive the following message:
"Cannot find the specified drawing file. Please verify that the network drive is available and the file exists".
This happens when using Novell Netware. Is there a resolution?
View 2 Replies
View Related
Jun 28, 2012
I don't know what happened, but my autocad file doesn't open up with a message "drawing file is not valid". I opened it at home once in Autocad 2012 - Student version and I open it at school usually every other day in Autocad 2012 - Educational version and it opens up properly at both places. But this tuesday I tried to open it, and it didn't open. I really need this file to be recovered because this drawing was complicated and I finished it. So, it will be a real pain to do it all over again plus the time I will waste. I am going to attach that file here.
View 8 Replies
View Related
Feb 19, 2012
Why plotting the drawing in pdf file produces a NOT to scale drawing?
I’m wondering if there is a way to print the drawing in a pdf file such that the drawing scale is kept correct.
For example, I tried to print the drawing shown in the screenshot in 1/100 scale using the Adobe pdf printer, but later, as I printed the pdf file, the printed drawing is not to scale!
Why the pdf file doesn’t keep the scale?
Is there a way to “preserve” the scale while printing the drawing in a pdf file?
View 7 Replies
View Related
May 25, 2013
Have some photos of a warehouse fire in Plymouth Indiana. Files were saved as .jpg Can't get them to open.
One message is "Pain't cannot read this file. This is not a valid bitmap file or it's format is not currently supported." Couldn’t display DSC-0023.jpg because a suitable graphics importer could not be found.
Carl Beason
Windows 7, Photoshop cs4
View 10 Replies
View Related
Mar 7, 2013
We have a drawing that has been exploded purged, overkilled, audited and we still cannot decrease the size of it. Theres no blocks, theres no 3d, its a very simple drawing but I feear its corrupted. I've tried copy/blocking the information out of it but that just makes it crash. I cant attach it its too big! (16 meg)
View 9 Replies
View Related
Mar 22, 2012
how to delete shape file which comes from other drawing
View 1 Replies
View Related
Mar 2, 2012
I am on a 64 bit Windows 7 HP computer with AutoCAD 2010, and I am having a problem plotting a long (24" X 190") drawing file. We have a RICOH Aficio MP W3600 PS plotter. I have gone through the proper procedure through the Plotter Manager all the way to Select Custom Paper Sizes but the Add button is grayed out and I can't add a new user size. I was able to do this with AutoCAD 2004 on a Windows XP system but can't on this setup.
View 1 Replies
View Related
Feb 19, 2012
I saw this feature in a drawing but can not figure out how:
Within a text box is linked to the file name, if I close and rename, when I open the file name is his name changed into the drawing with DWG extension including. How do I do this?
View 3 Replies
View Related
May 7, 2013
how do I attach or insert a drawing from one dwg file into another dwg file? I'm drawing some and i want a site plan off of a different file i just want to take it and but it in my new drawing without have to draw the site plan over
View 3 Replies
View Related