AutoCAD 2013 :: Change Values Via Registry Instead Of Using Acaddoc File

Sep 27, 2013

I read in autocad help that these are saved in the registry. I'd like to change their values via registry instead of using acaddoc file. Where can I locate these in the registry? Could not find them...

View 5 Replies


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: Attribute Blocks - Change 1st Tag Values Automatically According To 2nd Values

Jul 18, 2013

I have an attribute blocks and this att block has two tag values , is there a simple code for to change 1st tag values automaticly according to  2nd values ?

for example :

1st tag (50x50) - 2nd tag ( 100 )    ==> 50x50-100

if i enter 201 valuse to 2nd tag then 1 st tag has to change as 100x100

if i enter 501 valuse to 2nd tag then 1 st tag has to change as 150x510

I attached a jpg file for explain much better

View 9 Replies View Related

AutoCAD Map 3D :: Edit Some Values In The Data Table Of A Shape File With 2013?

Mar 12, 2013

I want to edit some values in the data table of a shape file (*.shp) with AutoCAD Map 3d 2013. Every time I alter a value in data table it takes about 30 seconds until AutoCAD Map saves (?) the value. I have to wait 30 second until I can continue working. Why is this so slow?

The shape file has 7000 lines and is stored on a local drive.

View 5 Replies View Related

AutoCAD Civil 3D :: 2013 Scale List In Registry

Jan 28, 2013

Having trouble finding the correct place to put the FEET, INCHES, METRIC, custom scales in the registry. I'm not sure if its any of the following or is it somewhere else now?

[HKEY_LOCAL_MACHINESOFTWAREAutodeskAutoCADR19.0ACAD-B000:409
[HKEY_LOCAL_MACHINESoftwareAutodeskAutoCADR19.0ACAD-B000:409AEC7.0AecBase70Scales
[HKEY_CURRENT_USERSOFTWAREAutodeskAutoCADR19.0ACAD-B000:409
[HKEY_CURRENT_USERSoftwareAutodeskAutoCADR19.0ACAD-B000:409AEC7.0AecBase70Scales

Civil 3D x64 2012
Win 7 x64 Ultimate
I7 3820 (3.6ghz quad core with HT)
32gig RAM (Corsair XMS3 4x8g)
Intel x z79 mobo (BOXDX79TO 2011 socket)
Radeon HD 7850 2gb GDDR5

View 5 Replies View Related

AutoCAD 2013 :: Hitting Registry Setting Constantly

Mar 27, 2013

I have AutoCAD 2013 hitting the following registry location several hundred thousand times before closing a file:

HKLMSOFTWAREAutodeskAutoCADR19.0ACAD-B001:409LocaleID

Looking at a Procmon trace, there is a set of 3 entries: RegOpenKey,RegQueryValue,RegQueryValue and each is successful.

View 3 Replies View Related

AutoCAD 2013 :: Registry Settings To Disable Autodesk 360?

May 24, 2012

Any registry setting (or some othere way) to disable Autodesk 360.  My users have no reason to use this feature and I don't want them wasting time with it.

View 5 Replies View Related

AutoCAD 2013 :: How To Disable Welcome Screen In Registry Or Startup In 2014

Jun 6, 2013

We are launching Autocad 2014 in a multiuser environment and trying to determine how to stop the WELCOME screen from appearing.

The /nologo switch is for a different screen. Need per user or prefer per computer registry setting to turn off the Welcome Screen.

Thought it was InfoCenteron key,set to 0, but that was not it.

Thought it might be MC3 key, but not there either.

View 2 Replies View Related

AutoCAD Inventor :: Running View 2013 Does Not Create Registry Key

Aug 17, 2012

i am wanting to use the apprentice server in another program.  The apprentice server is 'normally' found in the registry under this key: 

ComputerHKEY_CLASSES_ROOTCLSIDC343ED84-A129-11d3-B799-0060B0F159EF

The problem is, that if you uninstall all things autodesk, and run a registry cleaner (or delete that key by hand), and then install only inventor view 2013 and run inventor view 2013, it will *not* create that key in the registry.

This makes it impossible to run the apprentice thru the COM mechanism, even your SDK samples will not work.

(i suspect (but havent proved), the bigger problem is on a brand new machine, install and run only inventor view 2013 , you still can't use the apprentice server.)

The 'workaround' is to install and run inventor view 2012.  running inventor view 2012 will create the registry key.  After that, running inventor view 2013 will happily update the key's value to the appropriate place. 

(C:Program FilesAutodeskInventor View 2013BinRxApprenticeServer.dll)

so try this :

1) run regedit and delete the key and all its subkeys

ComputerHKEY_CLASSES_ROOTCLSIDC343ED84-A129-11d3-B799-0060B0F159EF

2) optionally install inventor view 2013 ('as administrator' or not doesnt matter).

2) run inventor view 2013 ('as administrator' or not doesnt matter).   exit it

3) run regedit.  the key is not there still.  you won't be able to run any SDK samples or get an apprentice server using the following 'basic'

  Set ApprenticeServer = New ApprenticeServerComponent

i'm on windows7, x64.  (iv2013 is: build 126, Release: 2013 RTM)

is a bug in 'inventor view 2013', or is that intended for some strange reason?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Profile Through Registry Settings

Jun 26, 2012

I'm trying to fix my profile via lisp-registry key. Why? Because the profile we use is part of a plug-in meaning we can do it using our profile so I alternatively the answer is to tweak the one supplied as part of the plug in.

The method I’m familiar with is to edit using the following code as example;

 (vl-registry-write "HKEY_CLASSES_ROOT\.PEN\Shell\open\command" "" "notepad.exe %1")
 
However that’s for creating a new registry key entry the one I have already exists but needs to be modified, better yet the profiles name (*.arg file) can change with updates, so in my search I came across the following link.
 
[URL] 

Now I cant put it together and am not sure where I have gone wrong…(See code bellow)
 
(vl-registry-write "hkcu "\Profiles\" (getvar 'cprofile) "\General\DefaultConfig" "\\DCMAR02\A03P20")

View 1 Replies View Related

GIMP :: Plugin Registry Broken (2013)

Nov 22, 2013

registry.gimp.org seems not to be working.

View 3 Replies View Related

Photoshop :: Disable PIP Using Registry Key Or Preference File

Nov 13, 2012

I would like to disable the PIP using the registry key or preference file. I have disabled the adobe updates using the preference file.
 
<?xml version="1.0" encoding="UTF-8" ?><Preferences><Suppressed>1</Suppressed></Preferences>
 
What can i  do for PIP

View 2 Replies View Related

AutoCAD 2013 :: Change Text In XLS File

Jun 25, 2012

When I export text using data extraction, I make another table xls. Can I change text in the XLS file, and then update the text in my drawing to match the new text in the XLS file?

View 2 Replies View Related

AutoCAD 2013 :: Change DWS File In Active Document

Jul 30, 2012

I write plug-in for AutoCAD in C# and I have a question. How I can change dws-file in active document?

I know how it's doing in LISP, but not  in C#.

View 1 Replies View Related

AutoCAD 2013 :: Drawing File Name Revision Change

Apr 30, 2012

What is the best way to change a large number of file names from Rev A to Rev B? Should I use a program such as Lupas rename or is there a Script or Lisp routine that would work better?

View 2 Replies View Related

AutoCAD 2013 :: Tool Palettes - Change Source File Location?

Oct 14, 2013

Due to circumstances beyond my control the directory path that my tool palettes are mapped to needs to be changed.

From:    T:Toolpalettesetc...

To:        X:Toolpalettesetc...

I have hundreds of blocks in the tool palettes that are looking for their source file on the "T" drive.

My brain says "Find / Replace T: with X: " using Notepad in all of the ATC files.

Is there a better method to tell those blocks to look on the "X" drive?

View 2 Replies View Related

AutoCAD 2013 :: Calculating Values On Fly

Jul 26, 2013

A fundamental question that comes across regularly is calculating values for offset distances, move, radii, etc. If I want to calculate a value of .5 the interface does not accept 1/2 as a valid entry.

View 7 Replies View Related

AutoCAD 2010 :: How To Globally Change All Z Values To 0

Feb 5, 2012

FLATTEN, however is not a valid command in ACA 2012.I have never used a lisp routine so I am not sure how they are used.

View 9 Replies View Related

AutoCad :: How To Change Whole Drawing To New Dimension Values

Oct 8, 2010

I have a complete gearbox drawing from a previous work and I would like to use it again but with different dimensions.
If I edit the dimensions and enter different values its not enough because when I hit the inquiry tab and dimension, obviously it will be the old measure value.

My question would be how to change the whole drawing to a new dimension values? I think there is no need to redone the whole gearbox again with new dimensions. My drawing is in metric (millimeters).

View 9 Replies View Related

AutoCAD 2013 :: Scale A Viewport With Different X And Y Values?

Aug 13, 2013

Is it possible to scale a viewport with different X and Y values? Kind of like inserting a block with different X and Y values.

View 8 Replies View Related

AutoCAD 2013 :: Loss Of Values From One Template To Another?

Nov 25, 2013

I have copied and pasted from someone’s template to mine, and the font changes. My style is set to Arial and the other template is as well. Is there another setting I am missing or a variable that maintains the information from one template to the next?

View 9 Replies View Related

AutoCAD Inventor :: Change Values Of Several Hatch Patterns?

Aug 25, 2010

I need to select various shading patterns in a section view drawing and assign all the same settings using VBasic but can not find the way to go. For example, all a 45 degree angle and scale to 0.25.

View 3 Replies View Related

AutoCad :: Do A Global Change (values) To Attributes In MText

Feb 20, 2012

it's possible to do a "global change" (values) to Attributes in MText?

I'm using 2010.

Those MText attributes are practical but a pain in the neck for my existing tools!

View 0 Replies View Related

AutoCad 2D :: Can Attribute Values Change Visibility States

Jun 2, 2011

The Question: Can Visibility States be changed by an Attribute Value instead of the drop down arrow?

The Situation: I am building an annotative block that the user wants to change appearance (ie different hatches inside a circle) based on an attribute value (1,2 or 3). The attribute is invisible and is one of +/-40 other attributes. I can change the appearance with visibility states and the little pull-down arrow on the block or the properties menu, but the user wants to be able to change it with attribute value. Is this even possible?

View 4 Replies View Related

AutoCAD 2013 :: Changing Properties Default Values

Dec 2, 2013

changing some properties default value for 2 items i have here. I want to keep the new settings inside my dwg template but i don't find any why to do it yet.I have to modify these manually or use match properties.

THE TEXT: Has the first picture, i would like to keep the setting Line Space Style: "Exactly" instead of "at least" all the time, each time i open a new autocad.  How can i modify this default value? is there a way to do it ?

THE LEADER: Has the picture, in my dimension style i use 2 mm standard closed filled arrow. BUT i like to use the "dot" style sometimes but i like to use the dot at 1 mm not 2 mm.

Is there a way to set individually each type of leader tip size ? With dimension style override it's not working for now..Or maybe if i could change the default properties value for the particular dot in a configuration file?

View 8 Replies View Related

AutoCAD 2013 :: Change Text Color In The Select File Form From Default Of White To Black?

Mar 20, 2013

Is there any way to change the text color in the "Select File" form from the default of white to black?

View 3 Replies View Related

AutoCAD 2013 :: Leica Cyclone 7.4 PTS Intensity Values Not Showing?

Oct 23, 2012

I have tried multiple ways to have the intensity from our pointclouds show up inside Autocad 2013 with no success. I have tried multiple jobs exporting different formats from Cyclone 7.4. The file types I have tried are PTS, PTG, and PTX. All of these file read into AutoCad 2013 and create a Pointcloud. In AutoCad the pointcloud properties state that intensity values have been loaded, but when I attempt to view them the cloud stays white. I have also tried all the Shademode types in AutoCad. The intensity values from Cyclone appear between -1000 and +1000 values. The following is a list of steps I tried on multiple projects. Software Cyclone 7.4- AutoCad 2013 File types exported and imported PTS PTX PTG Shademodes Used All Standard Modes.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Script To Change Duplicate Tag Names And Their Values?

Jun 17, 2012

I need to change the value of some tags in a title block on multiple drawings. I tried using Lee Macs attribute changer [URL]. It works fine but not when tags have the same name.

I then looked at this code - [URL]

Idea was to change the tag names then use Lee Macs program. It too fails when there are duplicate tag names. It changes all tags not just the one I want.

In the the title block I have 3 tags with the name "NAME" but only one will have the value I'm looking to change. If I could place an IF statement some where in the above codes (or another code altogether) to instruct that IF the tag name is "NAME" with value "Dennis (BSL)" then change either the tag name or the value to "Daniel"

Im pretty bad at this programming stuff but with so many drawings I need a easier, automated way of doing this.

View 1 Replies View Related

AutoCAD Inventor :: Duplicate Row Or Column Heading Values Detected - Change The Redundant

Mar 27, 2012

I am trying to create different bend tables for different thickness material.  If I have two radii that are the same for different thicknesses it gives me an error message on the second one that it is a duplicate column heading value.  The values of the bend table are dependent on the thickness of the material.  Why can't I have several different thicknesses with the same radii?

View 1 Replies View Related

Revit :: Change Parameter Values In The Tag

Mar 5, 2014

How I can get the finished floor material from the floor in the room tag? The only way I know is to manually write material via Change Parameter Values in the tag.

View 2 Replies View Related

3ds Max :: How To Change Frames Or Values In Key Entry

Aug 5, 2011

I am animating a polygon mesh with bones using a CAT rig. Whenever I go to the Curve editor in order to change the Frames or Values in the Key Entry: Tack View, the tangent button icons start to flicker and I'm unable to type in a value with the keyboard for about 15-30 sec until the flickering stops.

Never the less the mouse functions are still given and I can manipulate the tangents manually, but it's especially frustrating when I want to set the Global or Local Weights of the CAT rig to 100% or if I want to work proper.

I have the SP1 and HF2 for 3DS 2012 installed.

System Spec:
Windows 7 Ultimate; 64 bit; SP1

Intel Core i7 950 @3.07GHz
12 GB RAM
NVIDIA GeForce GTX 470

So, I'd like to know if it's an issue with the program/version or the hardware.

View 1 Replies View Related

AutoCAD Civil 3D :: Description Key Layer Set To No Values After Values Set?

Apr 18, 2013

Is there a way to have no layer value set for the description keys. I set all the layers, and now I realize I'd rather set this to no layers (boxes are all unchecked). I'd rather see no value under the layer column, but there doesn't seem like a way to set this. 

View 1 Replies View Related







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