AutoCAD 2010 :: Expert System Variable
Jul 27, 2011I 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 RepliesI 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 RepliesI 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!
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).
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.
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 RelatedIs 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.
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 RelatedEverytime I use the purge command it asks if I am sure I want to purge whatever it is I have chosen. I have tried changing the expert variable form 0 to 1. However, everytime I reopen AutoCAD the variable reverts back to 0. I have even tried changing the variable to 1 in a new drawings and saving this as my template but when I reopen AutoCAD I am still at 0. What am I missing here?
View 3 Replies View RelatedI'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 RelatedI'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 RelatedAny list of what the differnt levels of Expert Mode do? I can't seem to find it in the product help file.
Windows 7 x 64
Nvidia GeForce GTS 450
8 GB Ram
Intel Core i5-2310 @ 2.90 GHz
v. F.107.0.0 AutoCAD Civil 3D 2012 SP1
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 RelatedI 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.
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
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 RelatedWe 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).
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.
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 RelatedI 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?
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.
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.
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.
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 RelatedHow 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 RelatedExisting 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.
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?
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 RelatedIs 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 Relatedis there a system variable to shut off the layer state preview? I would prefer to use the drop down and select the desired layer state, the preview slows this process down.
C3D 2011, 2013 (latest updates)
Win 7 Pro, 64-bit
16 GB RAM
I have a question if there is some kind of plug in for Coreldraw to easy make personalized printing?
For example Kodak calls it Variable Data Print System and you can easy starts personalizing your bussiness cards.
Is there some kind of plug in aviable?
know of a variable which controls how stretching with grips works. I've got a single machine with Autodesk Architecture 2012 that when I select a grip and move it, then type a dimension in the command line, that the line becomes the dimension I typed, not the amount I moved it. For example, If i have 10" line, select and end grip, stretch it +3 inches or -3 inches, the line becomes an absolute of 3 inches. On all other machines, the line would either become 13" or 7".
[URL]
The dynamic input is off.