AutoCAD 2013 :: How To Manage System Variables

Oct 2, 2013

We have six CAD machines in our office (not including several versions of LT), and only one machine "AutoCAD 2013" is having this issue: 

ATTREQ & ATTMODE keep changing to undesirable values.

We generally use "ATTREQ 0" and "ATTMODE 1" and NEVER change these except "ATTREQ" gets changed in some LISP routines depending on the insert, but "ATTMODE" had to be looked up because we never change it from 1.

I know that there is no reference to ATTMODE anywhere in our customizations.

Does AutoCAD try to manage these system variables? Is there anything else that I can check to stop this?

View 6 Replies


ADVERTISEMENT

AutoCAD 2013 :: Find Complete List Of System Variables?

Aug 8, 2012

 Where can I find a complete list of System Variables for ACAD 2013?

View 2 Replies View Related

AutoCAD .NET :: Extract All System Variables

Oct 14, 2011

I was wondering if there is any way to dump out all system variables with current value in a text file. One way would be to have the variable names already preset in a list of strings then extract them. But is there any other faster way? I need to compare some drawings side by side.

View 6 Replies View Related

AutoCad :: Baseview System Variables

Jun 17, 2013

when using baseview / viewbase how can I make the resulting views linetypes, weights and colors what I want by default. Currently I change them after creating the views.

View 3 Replies View Related

AutoCAD .NET :: Saving UCS Using Current System Variables

Dec 12, 2012

Using the VB.NET example code on exchange.autodesk.com for Defining a User Coordinate System, I pretty much copy and pasted the code to suit my needs. While the example shows how to create a UCS origin, X Axis and Y Axis from scratch, I am attempting to simply cast the values from the system variables UCSORG, UCSXDIR and UCSYDIR. These system variables are read only, and when looking into the types, I believe they are all 3D Point type values. 

I'm experiencing errors when trying to run the following code, and it's making me wonder whether what I'm attempting to do is possible. The JIT Debugger is pointing out a System.InvalidCastException. Is there a problem with setting a Point3D value (from the system variable) to a Vector3D type (which is required for defining a new ucs)?  

Public Sub saveCurrentUcs()
'get the current document and database
Dim acDoc As Document = Application.DocumentManager.MdiActiveDocument
Dim acCurDb As Database = acDoc.Database

[Code]....

View 1 Replies View Related

AutoCad :: List Favorite System Variables

May 17, 2013

Why the system variable is valuable to you if you can. CTAB - Useful in FIELD with Layouts for titleblock sheet numbering.OFFSETGAPTYPE - Multiple offset settings.

View 9 Replies View Related

AutoCad :: Pull Up System Variables Dialog Box

Oct 2, 2012

How do I pull up the system variables dialog box? (also is it considered a dialog box?)

I've always changed individual variables at the command line and in all honesty I didn't even know there was a Dialog box for them until I saw a picture of one on a post here.

View 4 Replies View Related

AutoCAD 2010 :: How To Use Macro To Set All System Variables In Drawing

Jan 29, 2013

When I create a new dwg, I use a macro to set all the system variables in the drawing - ltscale, hatch scale, etc. I also use the setq function and define a few new "variables" in the drawing. For instance I use setq to define a variable I call "sf" and set it equal to 72. Everything works great and I do my work and close the drawing. Next time I open the drawing, all my custom variables no longer exist. I have to use redefine them all over again. Is there a way to get these custom variables that I create with setq to stick with the drawing permanently - so I do not have to redefine them every time I close/open the drawing?

View 3 Replies View Related

AutoCad :: 2011 System Variables Lookup Sheets?

Feb 25, 2011

I have developed a handout for my students and graduates I thought I would share here:

[URL]

View 8 Replies View Related

AutoCAD LT :: Trim / Fillet And Extend System Variables Keep Changing

Jun 28, 2013

My 2011 AutoCAD LT for Mac just started randomly changing the trim, fillet, and extend variables.  I looked on other posts and learned how to change them back to the default settings.  Since then they keep changing back every few minutes. 

Specifically, the TRIMMODE keeps changing from 0 to 1, and the fillet trim mode keeps changing from TRIM to NOTRIM.  One of those settings seems to make the extend command also not work as expected.  I've been using this AutoCAD install on this particular Mac for over a year.  The only recent change is an upgrade to OS X.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Setting System Variables

Feb 23, 2012

a simple lisp file?

I want to set "hideprecision" to 1. This variable can not be saved - I looked it up in Express Tools.

So I thought a lisp file to load at start up would do the trick.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Reset All System Variables?

Oct 11, 2012

How I can reset all system variables. I refer to the variables that affect the program globally. I want all remain at the default value. One lisp?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Deployment Of Registry-Saved System Variables

Jun 10, 2013

My company is in the process of upgrading to AutoCAD 2013 (yes, I know 2014 is out, but IT won’t let us get the most recent because of fear of “new release bugs”). My company is small and our CAD Standards/Management is less than desirable. Over the past few years I have become the unofficial company CAD Manager and have slowly been getting us up to speed with using the latest capabilities and following best practices.

An issue that I deal with constantly is a new user not having the correct registry-saved system variables set up. This also happens a lot because our IT guy frequently reinstalls AutoCAD to fix issues. Every time AutoCAD is installed/reinstalled, all the registry-saved system variables are set to their default values. We have several that need to be set a certain way to match our current drafting standards (a few examples: .bak files turned off, plot.log files turned off, advanced attribute editor turned on, plot area relative to edge of paper, etc, etc.). Typically, I will get complaints from users about something not working correctly, and then I will troubleshoot the issue and eventually find out that they just had their AutoCAD reinstalled and their system variables are not set how they should be. Then I will get out my list and have them set all the variable s properly via the AutoCAD command line.

 I have read up on creating AutoCAD Deployments (and we will be using these Deployments for this upgrade), but there does not seem to be a way to set variables when creating the Deployment.

Finally, to complicate things a little more, most of our users actually use AutoCAD LT (so no Lisp), and only a select few (like me) have full AutoCAD. So, we will be creating two separate Deployment files as it stands (which is not a big deal).

Some of my preferred criteria for the solution:

-Solution can be used for both AutoCAD & AutoCAD LT (I’m okay with there being two separate system variable “deployment” files since we will already have two different AutoCAD Deployments. I would just like the procedure for deploying both packages to be the same regardless of whether it’s for LT or full version).

- Solution would be able to be applied to each workstation without opening AutoCAD on each machine (and ideally, it would all happen when the AutoCAD Deployment installer was run!)

Is there any current best practices for accomplishing this? (maybe by changing the registry through batch files, VBscript files, etc? Or using AutoCAD script files – however, this requires the program to be open to run, which I was trying to avoid).

View 7 Replies View Related

AutoCad :: Get List Of Commands And Variables In 2013?

Dec 28, 2012

How to get a list of commands and variables in AutoCad 2013. In the past I always got that from the help files, but it seems now that I cannot find in the help files in this new version of AutoCad 2013.

View 4 Replies View Related

AutoCAD 2013 :: Draw Circle With Attribute As Diameter Using Variables?

Oct 18, 2013

Can a AutoLISP command be written to read an attribute in a block and draw a circle with the attribute as the diameter using variables?

View 1 Replies View Related

AutoCAD 2013 :: How To Manage Ribbon Interface With 16:9 Monitor

Apr 23, 2013

we cannot afford giant size monitors. An average AEC firm would have a 23 inch monitor or 21 inches. Now almost all the monitors are 16:9. So already the height of the monitor is reduced when compared to the 4:3 monitor.With the Ribbon Interface, the height of the drawing space becomes even less. Of course the ribbon can be minimized etc. but it is a nuisance revoking it and minimizing again. the 2008 version IMHO had a better interface with dashboards which occupied the vertical space on the right side. This way the height of the drawing space is not affected. It used to be a good interface - why change this into Ribbon mimicking MS Office for a CAD program?

I know that you could still have the Classic interface - but you lose the convenience of the ribbon. Frankly, I am a "command line only" person. But I would like to get used to the Ribbon also. Only at this point of time it started to irritate me the small height of the drawing space.

By very huge monitors? or may be you are using highly advanced models where you have a choice for a 4:3 format? I am struggling. I would like to use AutoCAD the way the rest of the world uses - though I am very fast in command line and know by heart most of the commands & shortcut keys. Sometimes i work in FullScreen mode.

View 9 Replies View Related

AutoCAD 2013 :: Developing Connected Piping System In 2013

Dec 3, 2013

how can I develope a proper piping system just like the one in the attached picture in AutoCAD 2013.

As you can see the tubes aren't that greatly connected.

Each tube is blocking the pathway of the other tube.

I need them to be all connected.

The reason why, is because I will be later using this design in Inventor Fusion and Simulation CFD to have fluid in the tubes.

View 9 Replies View Related

3ds Max :: Assign Hotkey To Manage Links Dialog In 2013?

May 14, 2012

I'd like to assign a hotkey to the Manage Links dialog in Max 2013. However, I can't find it in the List of actions. It is not "manage links" or "file links" or "xref anything". What it is called?

View 2 Replies View Related

Revit :: Export 2013 To Navis Manage 2012?

May 10, 2012

After a bit of research it looks like there will not be a plug-in for navis in revit 2013, but does have a better clash detection built-in and that navis 2013 will open revit files.
 
But my question is I would like to continue to use navis manage 2012, is there a way to export revit 2013 to navis manage 2012?

View 7 Replies View Related

AutoCAD 2010 :: VBA Code Won't Work On 2013 X64 System

Jul 19, 2013

I am upgrading the AutoCAD 2009 X 32 systems to the 2013 X64, and I have this vab code that won't work on the new system. I try to move the search path that contain the file up to the top and also got all the missing libraries, but the code still won't work.When I run the code it will give me error message like: compile error:

Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic. The code work perfectly without any error on the old system so I sure the code is causing this error.

View 7 Replies View Related

AutoCAD 2013 :: How To Add New GIS Coordinate System To Geomap Dialog

Apr 29, 2013

When I insert a location in CAD2014, there is a dialog for me to chose the position, the default coordinate is WGS84, and of couse there is a list for options. but if there still have no system I need. how can I add the one into this list ?

View 4 Replies View Related

AutoCAD Civil 3D :: Coordinate System Not Assigned In 2013

Jan 3, 2013

When assigning a coordinate system to my drawing in Civil 3D 2013, the drawing does not retain the selected system.

I choose the coord system I want in Map Setup and apply it (in this case MT83IF). After applying to the drawing I go back to verify the selected coordinate system and the dialog box indicates "N/A". The only workaround I can find is to save the drawing back to an earlier version and open it on another computer in the office that is running 2011. There I can assign my coord system and then reopen in 2013 where it now shows it properly assigned.

I have tried other coord systems to make sure it isn't isolated to just the one I am selecting - and it happens with all others I try. I have also tried a repair on my install to see if that would correct it to no avail.

I have a 64 bit system and have installed all service packs to date.

View 3 Replies View Related

AutoCAD LT :: 2013 - System Cannot Open The Device Or File Specified

Mar 14, 2013

I install AutoCAD LT 2013 when I click install after few minute it show this error message.

The system cannot open the device or file specified. (Please see attached file)

View 1 Replies View Related

AutoCAD 2013 :: Lock UCS To User-set Coordinate System?

Oct 23, 2013

By this I mean, if I set a new UCS with a new "north", can I lock it to this coordinate so it can't be changed?

Normally I would not do this, however, we're working with a company that has asked us to lay out an equipment grid on a couple sites they are setting up, as such: With 0,0 set to a predetermined point, and 100 ft increment grid laid out based off this point, using a laid out line on the site as an east-west, then creating a grid from this line and rotating it to create a "plant north."

Simple enough, except we sent them the dwg of the first one, and when they came back to us with their equipment setup, everything was inexplicably 4 degrees off and they blamed it on us. Oi...

So, yeah, to summarize, we'd like to lock our grid UCS.

View 3 Replies View Related

AutoCAD Civil 3D :: Infrastructure Design 2013 System Lockup

May 20, 2012

Imagine a fresh machine and a fresh Infrastructure design suite 2013 install...sound sweet? It was for all of 3 or 4 minutes.Wonder what causes this squeaky clean system and install to freeze up completely, requiring nothing less than a reboot.

It happens every time I select any pulldowns in the quick access toolbar located at the very top of the screen above the ribbons.cause I need to give that "party crasher" the boot.

View 3 Replies View Related

AutoCAD 2013 :: Importing / Compiling Two Drawings With The Same Coordinate System

Dec 20, 2013

We currently utilize AutoCAD for our mine mapping purposes. I recently had a seismic study performed to determine the top of salt. I asked for a .dwg file of the contours that were developed. The .dwg file they provided does not have our autoCAD map on it. They are simply contour lines. These contour lines, however, have the same coordinate system as our mine map. The surveyor and I provided coordinate data to the company to develop the contour lines. I would like to lay these contours into our mine map. How do I import the contour .dwg file into our mine map file so that they lay exactly where they should?

View 4 Replies View Related

AutoCAD 2013 :: Constantly Checking For XREFSTATE System Variable

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

AutoCAD 2013 :: Find Out Coordinate System And Projection Of Drawing?

Jun 21, 2012

Is there a way to find out the coordinate system and projection of a drawing sent to me? I do not have AutocadCivil3d. I have Autocad2013.

View 3 Replies View Related

AutoCAD 2013 :: Locating A System Variable - No Block Preview On Cursor

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

AutoCAD 2013 :: Exporting Points From Substation Grounding System In ASCII

Jan 28, 2013

I need to export points from a plot in ASCII with the following format:

x_initial y_initial z_initial x_final y_final z_final radio type
 
This is for a substation grounding design.

A and B are the initial and final points of the 1st line.

View 2 Replies View Related

AutoCAD 2013 :: Error / The Security System Is Not Functioning Or Is Improperly Installed

Mar 20, 2013

my CAD 2013 and Revit 2013 crashs in the open screen only..i use Windows 8 .CAD 2013 days an error saying 'The security system (softlock license manager) is not functioning or is improperly installed,.. I did try ticking the netframes from the windows on/off settings and still end up with a softlock error..

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved