AutoCAD .NET :: Change ANNOAUTOSCALE Variable?

Aug 13, 2011

how to change the ANNOAUTOSCALE variable?

I've tried using a SendStringToExecute but this doesn't work in the Sub Initialize .

Application.SetSystemVariable("ANNOAUTOSCALE", 4) doesn't work either as I guess it's more of a drawing specific variable.

View 1 Replies


ADVERTISEMENT

AutoCAD .NET :: Change Lineweight System Variable

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

AutoCAD LT :: Change Variable In Order To Plot Raster Without Frame

Jan 23, 2012

I'm trying to update company title blocks, I have had success loading in the raster image and plotting a few.

Although everynow and then the image frame prints.

So I have checked,

IMAGEFRAME > is 2

FRAME > is 2

Can you think or know of any other varibles I might need to change in order to plot the raster without the frame?

View 4 Replies View Related

AutoCAD 2013 :: Variable To Change The Way A Solid Is Selected While In Wireframe?

Aug 4, 2013

I've recently installed AutoCAD 2014 and noticed when I try to select objects behind a solid (in wireframe) it will select the face of the solid and I am not able to select any objects behind that solid.  In the past, while in wireframe, I wasn't able to select a solid unless an edge was selected.  Now if I click on a face it will select that item, which is not allowing me to select anything behind it.  Is there a variable to change the way a solid is selected while in wireframe?

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change System Variable (TEXTSIZE) With Routine?

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

AutoCAD Dynamic Blocks :: Variable To Change Dynamic Grip Parameter Size And Color

Oct 11, 2012

What is the variable to change the dynamic grip parameter size and color.

View 3 Replies View Related

InDesign :: How To Make A Variable Object Style (fill) To Be Triggered By Running Header Change

Mar 28, 2014

I have a long document with text variable running headers along page edges. Behind each running header on the Master Pages, there is a black band. I want the color black to change to several different fill colors, when the running header changes, to define different "sections."

It's one document, no separate chapters or sections, at this point. See attached image.

Is there a way to tie the fill color of these colored bands to the running header so that it changes when the running header does? I think what I'm looking for is a way to make a variable object style (fill) to be triggered by the running header change. I have no experience writing scripts, but am willing to try. Plan B will be to unlink the master items and manually recolor on each page.

View 10 Replies View Related

GIMP :: Unbound Variable Error With No Variable?

Nov 5, 2013

I'm attempting to write a batch script to add some layers to a pre-existing image and save a copy. I've gone through the tutorial, and have run the demo code from Basic_Batch with no errors, but my (what I think of as simple) script throws an "Error: eval: unbound variable: ?" It also seems to cascade the error to other scripts, as I then get "unmatched parentheses: 2" errors from what I assume to be the script immediately following my own during Script-Fu load. This occurs whether running from batch or clicking "Refresh Scripts" from the Script-Fu menu.

What I could find on this forum and Google suggests that I may be required to 'define' one or more of my variables before using it, but for the life of me, I can't figure out which one that would be, and the error (reporting that '?' is undefined!?) I've quintuply (probably more ~_^) checked my parenthesis matching, but they look fine to me.

In case this was an encoding issue, I've tried saving my .scm file as both UTF-8 and ANSI. I should also note that I'm running Windows 7 x64 in English-US.

Script:

(define (script-fu-build-imagebasefilemytext)(let*((image (car (gimp-file-load RUN-NONINTERACTIVE basefile basefile)))(drawable (car (gimp-image-get-active-layer image)))(title (car (gimp-text-layer-new image mytext "Courier" 18 UNIT-POINT))))(gimp-image-add-layer image title -1)(gimp-image-clean-all image)(gimp-file-save RUN-NONINTERACTIVE image drawable "K:\\Images\\Temp.gif" "Temp.gif")));

Since I intend for this script to only be run from batch, I haven't bothered including the typical register stuff.

View 6 Replies View Related

AutoCAD .NET :: How To Set Variable In C#

May 11, 2013

Im Currently working on c# automation.Since im using autocad interop im not able to understand the process of setting

variable in autocad..I have drawing files with different dimension styles used inside..I can filter the dimension by selection set . But the problem is im filtering through dimstyle name.Is there any dxf code for selecting all kind of dimension styles.So that it will be useful for me.

But my problem is i need to apply one particular standard dimstyle to all my drawings. How i could set variable to my new dimstyle(new). This is my code for setting variable ,but its not updating in my current document.

this is my code;

double a = Convert.ToDouble((acadDocument.GetVariable("DIMASZ")));
object b = Convert.ToDouble(2.5);
acadDocument.SetVariable(
"DIMASZ", b);

View 2 Replies View Related

AutoCad 2D :: Looking For System Variable

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

AutoCad :: Is There A System Variable To Set

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

AutoCad :: Variable Box Around An Attribute

Jun 29, 2012

Is it possible to have a rectangle, around a single attribute, change it's with as the attribute changes in width?

View 1 Replies View Related

AutoCad :: Variable / Setting For Save As

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

AutoCad :: Backup And Restore Variable Sys Cad?

Jun 4, 2013

How we can backup and restore variable sys cad?

View 8 Replies View Related

AutoCad 2D :: Variable For Linetype Infill

Jun 22, 2011

is there a variable for infill to lines given a global thickness? a bit like what TEXTFILL does for text? see pic - the bottom two are copies of the top with thickness applied. normally they'd be shown solid.

View 4 Replies View Related

AutoCAD 2010 :: Variable For Stretching With Grips?

Jun 24, 2011

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. 

View 9 Replies View Related

AutoCAD Inventor :: ILogic - Defining Variable In Name

Nov 16, 2011

I'm an Inventor 2011 user and I'm writing a Ilogic script to update an assembly. For this I want to use a variable in a name.

For example d1 till d10 will be given the value 25.

Is it possible to define "d" combined with a variable "n" . The script should be something like this:

n=1

for n<11

dn=25

n=n+1

end

View 3 Replies View Related

AutoCAD .NET :: Keep Variable After Quit Main Function Of DLL?

Feb 12, 2013

I want to load my DLL, launch the function with a command. After i quit and lauch the same command. (The DLL is already in memory).

(using sessionflags.)

It is possible to keep the variable i have used in the the first launch for use in the second launch ?

The main function is for adding block in a collection (the user select block). The programm quit, so the user can open a another dwg and run the main function for adding another  block. (i memorize name, handle, name of file etc..)

Another question : it is possible to create a form in autocad but if the only active document is closed, the form is not closed and visible. ?

All there question is for create a best solution for manage my collection of block.

View 5 Replies View Related

AutoCAD Architecture :: Animated Zoom Variable

Dec 18, 2013

what the variable is that turns off the animated zoom all ?

View 3 Replies View Related

AutoCAD LT :: System Variable For Origin Of Snap

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

AutoCAD Inventor :: Variable Spiral Thickness

Oct 20, 2011

Is there a way to use the coil command to make a spiral out of a rectangle where the thickness of the rectangle starts at one value and ends at another? This would be a spiral torsion spring with decreasing thickness approaching the center.

View 5 Replies View Related

AutoCAD Architecture :: Variable Width Wall

Apr 30, 2013

Is it possible to create a wall in AutoCAD Architecture that will change in size along its length.  At one end of the concrete wall the wall thickness is 12", at the other end the wall thickness is 24" thick.  The wall will grow in size from one length to the other.

View 6 Replies View Related

AutoCAD 2013 :: Menubar Variable Value Changes Automatically

Nov 23, 2012

I have set may MENUBAR system variable value to 1, But whenever i exit from autocad 2013 this value changes automatically back to 0 and the pulldown menu disappears.

Also i have attached the screenshots of autocad after manually changing menubar varable with pulldown menu vissible and after exiting and starting autocad again to see the screen without pulldown menu and variable changed to 0 again.

View 1 Replies View Related

AutoCAD Civil 3D :: Coordinate System Variable

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

AutoCAD 2010 :: FONTALT System Variable

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

AutoCAD LT :: Variable Visibility Of Objects In Viewports

Jul 18, 2012

Why the multileader on the left is not visible in the viewport while it's exploded twin is?  There are no layers frozen in viewport, and I can't see any variables under properties that would affect visibility.   It's part of a file from a subcontractor.  I don't know how it was authored.  I'm using LT 2012.

AutoCAD 2010

AutoCAD LT 2013

Revit Architecture LT 2013

View 2 Replies View Related

AutoCAD Civil 3D :: Daylight With Variable Slope

Nov 6, 2012

I wonder is it possible to have a daylight (or other function)  that can give a different slope for datum and for the top.  This would be useful for if you have different rules (e.g. because of geotech) with regard to temporary and permanent batter slopes.

View 7 Replies View Related

AutoCAD 2010 :: Measure Distance Variable?

Oct 15, 2012

When I use the measure distance command, I have to exit out of the command before I move on to my next command. I'm used to measuring once and the command automatically exits (in previuos releases). Is there a variable that will exit the command after one measurement?

View 4 Replies View Related

AutoCAD 2013 :: Cannot Get The Menubar Variable To Stick

May 3, 2012

I cannot get the menubar variable to stick.  everytime I start autocad I have to re-enter the command to have the menubar back.  I am sure this is something stupid I am over looking.

View 1 Replies View Related

AutoCAD 2010 :: Which Variable Contains The Scale Of Drawing

Jun 21, 2012

At work I am using AutoOrtho (part of procad suite)

tell me which variable contains the scale of drawing?

View 2 Replies View Related

AutoCAD 2010 :: Expert System Variable

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







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