AutoCad :: Make Specific Drawing Open When Starts?
Sep 23, 2012
I was wondering if there was a way to always make a specific drawing open when AutoCAD starts. For instance when you start it, the file that always opens is acad.dwt
I was wondering if there was a way to make it open a drawing you might be working on. Then you always wouldn't have to click so many times to open it and find the folder it was in and so on. You start AutoCAD and there it is when AutoCAD starts. You can get right to work and not have to look for it.
View 8 Replies
ADVERTISEMENT
Nov 6, 2012
I have my CUI properties set to start on model space, but everytime I open a new drawing it starts on the layout1 tab. I would like new drawing to start in model space. Just a preference thing.
View 1 Replies
View Related
Nov 27, 2013
Im using Autocad Structural Detailing 2013. Its is possible to make specific command to start at specific layers?
EX: Breakline ,by default start at "LAYER 88".
Polyline ,by default start at "LAYER 150".
View 2 Replies
View Related
Aug 15, 2013
In one of my application I want to open a drawing and make a new one.That doesnt work. So I copy following code from the
[CommandMethod("NewDrawing", CommandFlags.Session)]
public static void NewDrawing()
{
string strTemplatePath = "acadiso.dwt";
DocumentCollection acDocMgr = Application.DocumentManager;
acDocMgr.DocumentActivationEnabled = true;
Autodesk.AutoCAD.ApplicationServices.Document acDoc = DocumentCollectionExtension.Add(acDocMgr, strTemplatePath);
// Alternatively: Autodesk.AutoCAD.ApplicationServices.Document acDoc = Application.DocumentManager.Add(strTemplatePath);
acDocMgr.MdiActiveDocument = acDoc;
}
At the end the MdiActiveDocument is still the drawing which where open before a new document is created.
BTW: I'm using 2013 and 2014. This method works fine in 2010.
Whats the different between 2013/ 2014 and 2010.
View 9 Replies
View Related
Nov 2, 2012
I want to make a lintype where line starts with a point and ends with the point and in between is continuous line. Space from points to line should be 1 or 0.5 units depending on the scale I want to plot my drawing in.
View 7 Replies
View Related
Dec 30, 2013
I just starting working with AutoCad 2014 Lt....and its great. I have a problem with the interface when I have two drawings open at the same time that are xref'd...the screen starts flashing, mouse dragging and the operations are very slow. Example,. if I have the plan open and the elevations open in two separate model space drawings but the plan is xref'd into the elev for reference. Is this an issue for others? What is the fix? This didn't happen in our older ACAD 2005. It is distressing, and I thought it was a server issue, but if I work off my station only, it still happens.
View 1 Replies
View Related
Sep 26, 2012
What I want to know is if there is a way to make a hotkey or at all save specific options for specific tools. Let's say I'm using the 'Paintbrush, Opacity 70%, Hardness 075, Size 4.00' as my "standard outline tool". Can I some how save that preference (and any other tool such as "Specific Eraser Op. 100%, Hard. 100, Size 10.00) so that I can easily switch between "Ouline Brush" and "Specific Eraser" . Maybe to the 'f-buttons'
I'd like to be able to make maybe 5 specific tools:-Outline Brush
-Small Eraser
-Big Eraser
-Detailed Color brush
-Big Color Brush.
View 4 Replies
View Related
Oct 10, 2013
Photoshop always starts with opening a window (grey) at startup or when closed en re-opened. How can I close this window permanently so that i can see my desktop when closing last Photoshop picture (window).
View 2 Replies
View Related
Sep 12, 2013
I am looking to make a brush that I can use for cartooning in CS6 that starts out thin, gets thicker with pressure (I have a cintiq), and ends in a thin line.
View 22 Replies
View Related
Jul 26, 2013
I have installed Elements 11 and it worked OK for about 3 days. When I try to open the editor now it starts to load, then freezes. My PC uses Windows 7, the program is registered & everything else works normally.
View 2 Replies
View Related
Dec 7, 2011
I've had a simple lisp I've been using for years that suddenly disappeared. It required that you identify a block name, tag name, and the value that you want the tag to be. All of this is performed via command line, so it is scriptable. Since I lost it, I've been experimenting with -attedit. This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.
1> Any lisp routine that does what I describe?
or
2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?
View 9 Replies
View Related
Jan 27, 2014
Problem1. I configure a template, give it a name and save it as a dwt.When I open a new drawing using the SAME dwt, all the customization is gone.
Problem2. When I open a dwg within Autocad or by double clicking the dwg file on explorer, is there away to open with the specific template ?
I am using Autocad 2013 and 2014 on a Windows 7 64bit
View 4 Replies
View Related
Dec 15, 2011
what im trying to do is make my own linetype for specific jobs, ie a number of different lines named different things. so using the acad.lin file i have altered it and reloaded it but all my text doesnt look big enough or too big, i am using different drawings etc so i could be on a 1:100 or 1:50 etc, i would draw a polyline and it would be 70mm thick, the line obviously changes but the text height doesnt
View 9 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
Aug 27, 2011
As advanced as my AutoCAD skills are I don't know how to specify the dimensions of a rectangle or square yet. How to know the prompts I need to follow after typing the 'rec' command in?
View 6 Replies
View Related
May 15, 2008
I'm trying to create a macro that can open a specific folder in iam. same like 'place component from' function but from a specific folder.
View 2 Replies
View Related
Dec 22, 2011
I have updated our Company TB and Border and was now working with the Line weights of our layers. I placed our TB into the directory so when we do File -> New, we can select our TB. My problem is when I open it up, I get an error dialog box about a Conflict Styles (error shown below). Where exactly do I save our Library styles so that when I open up our TB, my pre-selected lineweights, layers, etc... load up?
I am using IV 2012 Pro on a Windows 7 Computer.
View 2 Replies
View Related
Sep 11, 2012
If I am drawing in 3D and I want to draw a line with a specific angle, how do I choose the plane that it is drawn in? Cos whenever I specify an angle the line is drawn in the horizontal plane
View 2 Replies
View Related
Feb 25, 2013
I'm trying to find out how to assign to a toolbar button the open command for a specific drawing.
The code I input at the cui is ^C^COPEN;"//server/subpath1/subpath2/legend.DWG";
The answer I get is
Command: OPEN
Command: //server/subpath1/subpath2/legend.DWG "
Unknown command "DWG"". Press F1 for help.
View 9 Replies
View Related
Jun 13, 2012
Have a specific drawing that the crosshair in the Y direction is broken (sse attached image). Exacctly in middle of screen this problem was seen also in older autocad releases (R2008)
The UCS is world and PLAN view is set, the screen is OK the display card + driver is OK. The weird thing is this is only in this dwg and even if it insert it to fresh dwg in comes good.
View 7 Replies
View Related
May 18, 2012
I have a drawing that I've been working off and on now for a couple of months and is particularly large (48MB). I have finally put togther a concept in it which took me two days and when I tried to RENDER, AutoCad crashed. All is still when until I tried to reopen the drawing, AutoCad loaded the drawing until 99% and froze. I tried the .bak and that crashed AutoCad. I also tried the .bak from an hour earlier and that didn't work. Here are the steps I've taken so far:
-Opened drawing and .bak(s) in TrueView, converted to Standard, Opened the drawing in TrueView (no problems) and tried to open in AutoCad....same old issues.
-Tried inserting drawing as a block in a new drawing (crashed AutoCad)
What I can do? Everything opens fine in Trueview?? I can resort to older files but that would be difficult. Below are my computer specs.
Intel i7 980X Extreme
GeForce 460GTX SLI x 2
PC3-10700 12GB
Windows 7 64bit Pro
AutoCad 2011
View 3 Replies
View Related
Jun 16, 2011
I know I can make a button on the ribbon for running a specific macro. But, is this possible for iLogic rules? I would love to be able to run rules and launch forms from the ribbon!?
View 5 Replies
View Related
Sep 20, 2013
I have some code that starts a new drawing with a specific template from a lisp routine
(defun ghd:load_newdwg (template / ae-acad-object newdwg)
(setq ae-acad-object (vlax-get-acad-object))
(setq newdwg (vla-add (vla-get-documents ae-acad-object) template))
(vla-put-activedocument ae-acad-object newdwg)
)
The template location and file is stored in variable clienttemplate (and is not the standard template path set under options). All works okay except if I close the new drawing, when I return to the previous drawing that was current when the new drawing was created (i.e. the drawing that the routine was run from). I get the following error:
Command: ; error: Exception occurred: 0xC0000005 (Access Violation)
; error: Unknown exception occurred
; warning: unwind skipped on unknown exception
I assume this has something to do with the original routine not closing/finishing before switching to the new drawing. This is the last line of the routine:
(cond ((= startnewdwg 1) (ghd:load_newdwg clienttemplate)))
View 3 Replies
View Related
Apr 25, 2011
In autocad 2011 ... I am looking for some sample code to delete all blocks with specific names in a multi layout drawing. There may be multiple blocks with the same name.
This is what I have so far ... this code collects the objects and loops through the layouts and the blocks ... if it finds the text "REVBLK" in the block name ... I want it to delete the block ... it does delete some of them but not all of the blocks ...
Dim E1 As Object
Dim ATS As Variant
Dim EA As AcadAttributeReference
Dim objLayouts As AcadLayouts
Dim LayerNextNo As Integer
Set objLayouts = ThisDrawing.Layouts
LayerNextNo = ThisDrawing.ActiveLayout.TabOrder
[code]....
View 1 Replies
View Related
Mar 18, 2008
I need to draw an ellipse at a specific point on a drawing.
i can calc the major and minor and i have a polar point of where it should be drawn.
i just need the code to draw the ellipse.
View 4 Replies
View Related
Oct 24, 2011
Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?
View 2 Replies
View Related
Jul 29, 2012
if I open a drawing with DocumentManager.Open("drawing.dwg", false) and it is already open (or the user has no rights to write to it), the drawing is opened in READONLY mode without warning.
Is there way to check if DocumentManager.Open("drawing.dwg", false) will open the drawing normal or READONLY?
View 6 Replies
View Related
Jan 7, 2013
How do I get my Sheet Set Manager to open up each time I open a CAD drawing? I turned it off and can't remember how to turn it back on. I use command SSautoopen, set to 1 but doesn't alway work. Sometimes if I close AutoCad and reopen it I can got to drop down menu and click on .dst extension and it will open but if I close out of it it won't open again unless I restart AutoCAD. I thought I used a command from the Express Tool menu but can't find it.
View 3 Replies
View Related
Nov 10, 2011
I downloaded multi-batch as someone here said they like it for batch plotting. Once installed, however, it has changed a setting in AutoCAD. I can no longer open more than one drawing at a time. If I have a drawing open and try to open another drawing it asks me if I want to save the current open drawing.
I can not close a drawing either without exiting AutoCAD or trying to open another drawing. I un-installed multi-batch but it did not fix the problem.
View 4 Replies
View Related
Dec 4, 2012
"The Lightroom catalog named Tamara & Nate cannot be opened because another application already has it opened."
Is what I get everytime.
I'm getting this over and over again.
Re-started lightroom and my computer it doesn't go away.
View 3 Replies
View Related
Apr 15, 2013
I would really like to know how they did this. I would love to make a similar 3D graphic for our online learning module.
View 2 Replies
View Related