AutoCad :: System Variable Or A Setting Changed?
Aug 16, 2012
Every time I open a drawing in AutoCAD 2011 it seems to lock all the xrefs associated with the drawing so when ever some one else tries to open one of the xrefs they can only do so read-only.
Is there a system variable or a setting some where I've accidentally changed?.. I can't seem to find a solution or what the problem even is anywhere.
View 2 Replies
ADVERTISEMENT
Apr 5, 2013
I have a problem setting sysvar like SNAPBASE, which requires 2d point or 3d point. I always get wrong input for the following lines.
double[] point = new double[2] {5,5};
object value1 = point;
Application.SetSystemVariable("SNAPBASE", value1);
what value should I give a 2d point or 3d point?
View 2 Replies
View Related
Dec 29, 2011
When I attempt to change my user variable "xyz", a linear restraint, by 4 or more, I get an error message, "A dependent expression cannot be evaluated. The parameter is used in an expression which results in an invalid value for a dimensional constraint." But I can change the value by increments of two many times and exceed the limit of 4, and not get the error message. What is happening and how do I correct this issue?
View 7 Replies
View Related
Sep 3, 2013
I'm using annotative scales. But for example line type scale will also change when I change annotative scale. How can I turn that off.
View 9 Replies
View Related
Feb 7, 2007
I've got an intermitent problem with copyclip, pasteclip and Wblocks. The functions work in some files but not other it seems to be dependent on the size of the file, i have 7 xref's in the dwg. i can copyclip to the dwg, but not form dwg. is it due to the size of dwg or what? can it be fixed? OR is there a system variable to set?
View 5 Replies
View Related
Apr 14, 2013
Being new to 13LT I'm not sure if they have included a system variable that would allow the origin of a snap inside a command to automatically start at the first selection point. In the old days (ACAD2000) I was able to customize my keypad to function as a protractor with the 5 key being the @ symbol. We did that with an autolisp which rules that out.
View 3 Replies
View Related
Sep 2, 2013
I want to have a piece of text added to the drawing notes that uses a field (or similar), to list the coordinate system code assigned to the drawing, i.e. UTM83-12.
Any setvar or something that I can use?
There are load of different coordinate systems to choose from, and I don’t want to have to manually enter it for every drawing.
View 9 Replies
View Related
Sep 13, 2013
I am finding with certain types of fonts, mostly on architectural title sheets, that they get substituted to romans font.When I go to the Fontalt Setting Variable though and enter a period for no selection and then regen, all the 'missing" font regenerates and looks fine.
My question is why is the font not appearing properly in the first place? I must have the font if it is appearing properly.I don't want to have to reset the fontalt variable everytime I want to plot a drawing!
View 9 Replies
View Related
Aug 26, 2011
How do I change the lineweight system variable
Pressing the command button puts <Lineweight > in the command line.
The last problem I had to search for was to change lineweights
br.LineWeight = 0.35
should be:
br.LineWeight = LineWeight.LineWeight035
View 4 Replies
View Related
Jul 27, 2011
I just notice that in 2012 the EXPERT system variable set to 1 no longer suppresses the display of the "Objects moved to frozen or turned off layer" pop up.
View 6 Replies
View Related
Apr 11, 2013
I have a computer where all text entered in AutoCAD text/mtext comes out in uppercase. Pressing the shift key while entering the text has no effect. The CAD-Girl involved has admitted to sniffing around in Express Tools System Variables and changing a few, but she cannot remember any more which ones she changed.
View 3 Replies
View Related
Feb 29, 2012
We are unable to set the value for system variable "INSNAME" .
It is returning nothing after assigning values for this variable.
We are using below statement for setting the value.
Application.SetSystemVariable("INSNAME ", "test");
string str1 = Application.GetSystemVariable("INSNAME").ToString();
str1 string value is "" (nothing). and value is not assigning to this variable.
(We are working in AutoCAD 2010. using programming language as .net 3.5).
View 4 Replies
View Related
Apr 20, 2009
Is it possible to create a database resident system variable? My desire is to create a system variable that I can use to expose results of my program, and/or let the user set values that the program can use.
View 6 Replies
View Related
Feb 28, 2012
We are unable to set the value for system variable "INSNAME" .
It is returning nothing after assigning values for this variable.
We are using below statement for setting the value.
Application.SetSystemVariable("INSNAME ", "test.dwg");
(We are working in AutoCAD 2010. using programming language as .net 3.5).
View 3 Replies
View Related
Jun 19, 2012
I am having trouble getting my text height to change user the 'textsize' system variable.
When I input a new height at the command prompt using 'textsize' the text height in the text style dialogue box does not automatically change to match. Also when I use the dtext or mtext command after changing the textsize value, these commands use the value in the text style dialogue box instead.
View 3 Replies
View Related
Jan 24, 2013
According to the documentation the FRAME system variable overrides XCLIPFRAME, IMAGEFRAME, etc., has four valid values, 0, 1, 2, or 3, and its initial default value is 3. While editing a drawing, I set FRAME to 0, and then some time later, tried to set it back to 3. AutoCAD refused to accept this value, saying "Requires an integer between 0 and 2." Typing (SETVAR "FRAME" 3) at the command line also failed. The only way I could get it back to 3 was to use UNDO to go back to the default value. Is this a bug?
View 3 Replies
View Related
Apr 14, 2011
I am wondering if there is a system variable i can change that allows me to slice objects and automatically separate them.
you see i will slice an object, and delete the side i dont want, but there will usually be some part that hasn't separated and i accidentally delete that too.
View 4 Replies
View Related
Nov 22, 2013
Some how the variable for saving the dwg file has changed. So, when I save a dwg, I get the prompt for me to type in the file name. What the setting is to change it back?
View 9 Replies
View Related
Jul 5, 2011
System variable to keep a stacked fraction with the leading number?
We open the same drawing on different computers at work and on one computer the number will be 21/2 but on the next computer that opens the same dwg the 1/2 will have been bumped down to the the following line. I don't know if this is a problem with the autostack properties, although I can't find anything about that, or if its a problem with the tabs.
I'm completely at a loss and its becoming a problem because if one person opens a project to plot it and it looks fine but the next person opens it and every mtext in the dwg is wrong it becomes very time consuming to fix.
View 5 Replies
View Related
May 22, 2012
I was attempting to troubleshoot some performance issues I've been having using process monitor. I noticed that AutoCAD 2013 is constantly checking for an XREFSTATE System variable, that according to documentation is stored in the registry. however, process monitor is reporting this variable as not found. So that leads me to a couple questions:
why is it constantly checking the status of the variable
why is the variable not located within the path it is looking for.
View 2 Replies
View Related
Sep 18, 2012
Is there a way to regroup dimensions origainally drawn with a system variable of (0) to (2) without redimensioning the object?
View 9 Replies
View Related
Sep 14, 2011
i use conceptual in my viewports to give a rough 3D of what i am drawing. some settings have changed that i am not familiar with i would like to restore them to the original settings. the following pics show the difference. Im Not talking about the back ground.
The pic with the black backgroud is not how i like the settings to be. they seem too bright and its kind of glowing.New Settings.jpg...The pic with the white background is what im looking for. the items seem to be a flatter finish to them. If all this makes sense how do i change it back?
View 3 Replies
View Related
Nov 22, 2012
How do I check, with LISP, if a System Variable is read only? In particular ANNOTATIVEDWG. This one is read/write when there are no annotative objects in a drawing, but read-only if there are.
View 7 Replies
View Related
Oct 10, 2012
Is there a system variable for holding down shift and picking multiples?
When picking multiples files, to bring in xrefs, I can pick them, but some of the other in the office can not, it want let them pick more then one file at a time.
View 1 Replies
View Related
Nov 17, 2013
Existing polyline set to a width of 6. Want to fillet this to a non-polyline with a width of zero.
Currently the two lines will join to create a connected polyline but the original widths are maintained (6 and 0).
I am looking for the system variable where the non-polyline becomes joined and the global width for the new segment matches the first polyline.
View 8 Replies
View Related
Aug 17, 2013
I'm having trouble finding a system variable.
I have blocks in a drawing that were made using the 'retain' method. WHen I go to insert the block I cannot see the block preview at the crosshair cursor. The block only becomes visible once I have clicked the left mouse key at the insertion point.
This means I can't rotate it either as I can't see it until I have clicked to place it.
Which system variable (And what setting) will allow me to see the block as I'm inserting it?
View 9 Replies
View Related
Jun 12, 2011
in autocad 2010 & 2009 certain commands are not working, but if we change certain system variable values, it will work. but the problem is each time when we open the file, we have to change that system variable.
View 2 Replies
View Related
May 4, 2012
Is there a command / system variable to set all buttons on every panel in the ribbon to have a button style of "smallwithouttext". I wiould like to do this without having to adjust each button manually
View 3 Replies
View Related
Aug 13, 2012
I opened my Autocad today to discover that none of the drawings I open are displaying any type of text. This includes dimension text, multi/single line text, and titleblocks. My coworkers can open with text, so I am confident that it is a setting of some sort in my program. I have looked thropugh every menu and option and I have been unable to find the setting that would need to be changed.
View 4 Replies
View Related
Oct 17, 2013
I have custom pull down menus that I use for hatching. The reason I use this method instead of the tool pallet or the regular hatch toolbar is that I have quick access to multiple commonly used hatch patterns already set up with scales and directions and can pick multiple objects at once.
The only problem is I loose the associativity when stretching an object. It's Associative if I use the hatch command or the tool pallet. I had no problem with this method when using AutoCAD 2010. Is there some system variable setting that has changed?
View 5 Replies
View Related
Dec 30, 2013
Is it possible to change the system variable "TEXTSIZE" with an autolisp routine? I have hundreds of drawings that have varying textsize settingings and I can't get it to let me change it, unless I go into "Style" and manually change the value to "0" before I run the routine, and there are simply too may drawings to do that everytime. So, is there a way to reset the textsize to 0 through Lisp?
View 5 Replies
View Related