AutoCAD .NET :: Variable To Pull Zone Settings For Drawing

Jun 7, 2013

Is there a variable I can pull to get the coordinate system zone assigned to the drawing?  For instance, if my drawing is in UTM coordinates, zone 13, is there a (retrievable) variable set to "UTM27-13"?

View 1 Replies


ADVERTISEMENT

AutoCad :: Pull Up Old Drawing

Aug 14, 2011

Would like to know, how I can pull up old drawing in auto 2010, I have put in name

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Corridor - Pull Apart Into Individual Drawing Files

Oct 11, 2012

I mad e the mistake of creating my corridors for a large site in the same drawing, and now I would like to pull them apart into individual drawing files for each corridor.  I thought that last time I tried it, the drawings or data somehow got corrupted.  I am running C3D 2009.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Unable To Read Plot Settings From Variable In Text File

Sep 2, 2012

I’m trying to create a plot command that reads settings in from a variable stored in a text file but its becoming muddled up somewhere.

(defun c:MYPLOT ();Setting nessesary variables...(setq fname "C:/ICT/AutoCAD_Architecture_Suite_2012/CUSTOM/TREADSTONE/PEN/MYOUTPUTDEVICE.PEN")(if(setq f(open fname "r"))(while (setq MYOUTPUTDEVICE (read-line f))(close)))(setq fname "C:/ICT/AutoCAD_Architecture_Suite_2012/CUSTOM/TREADSTONE/PEN/MYPAPERSIZE.PEN")
[code].......

View 5 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 .NET :: GetSystemVariable Gets Variable From Wrong Drawing In 2013

Dec 15, 2012

We are in the middle of implementing AutoCAD 2013 to replace 2010 so at the moment I am converting / modifying our own code to suit the AutoCAD 2013 API.

One of our routines collects data from drawings (drawings are not fysically opened in AutoCAD) using the system variables 'LimMin' and 'LimMax' in order to collect all objects drawing within the titleblock.

Point2d min2d = (Point2d) Application.GetSystemVariable("LimMin");
Point2d max2d = (Point2d) Application.GetSystemVariable("LimMax");

Only the objects in the titleblock area need to be processed and this gives the engineers also the opportunity to add extra information outside the titleblock. We have used this method in 2007 and 2010 releases of AutoCAD succesfully.

But with AutoCAD 2013 I have run into a snag. As said does this routine not fysically open the drawing in AutoCAD it merely adresses the 'autocad database'  so to speak. It seems that 2013 selects the variables from an opened active drawing instead of the 'opened' drawing by the routine. What do I need to modify in the lines of codes stated above to get this rouine up and running?

The workaround for this moment is to skip the collection in the titleblock area al together and select all objects in the entire drawing which does not speed up things very much  

View 4 Replies View Related

AutoCAD 2013 :: Drawing Variable And Block In Tool Palettes

Nov 19, 2013

I just made the transition from AutoCAD 2009 to 2014 last week so I am unfamiliar with this version.

1-It's possible to have variables that are attached to the file?

2-It's possible to insert a block of ToolPalettes by "forcing" the layer and size with the variables created.

ex :  block outlet created on the layer 0

Drawing A:
variable layer = power
variable size = 1/4

When I insert the block outlet from my Tool palettes it will be on the layer "PPOW" and perform a scale of "48"

Drawing B:
variable layer = LowPower
variable size = 3/8

When I insert the block outlet from my Tool palettes it will be on the layer"LPOW" and perform a scale of "32"

View 9 Replies View Related

AutoCAD 2010 :: Change Drawing Scale In Drawing Settings

Jul 25, 2012

I realize it may be a Civil3D question.  When I change my drawing scale in the "Drawing Settings" dialog box to 1"=40', for example.  The Annotative scale in the Properties Palette changes to 1"=40'_XREF.

View 2 Replies View Related

AutoCad :: Set Variable To Check New Xref Layers Before Show Up On Referenced Drawing

Aug 29, 2012

I use a building key for building reference (inserted as a xref into the individual drawings) in many of my drawings. I have layers for specific areas and rooms. I turn off the layers on the appropriate drawings (if the drawing is for room 301, I make sure all other layers are off and only 301 are on).

My problem come when I add a new layer to the key and since the key in xrefd into many drawings it shows up as always being on.

This makes to have to go back and do a little bit of layer control each time I change the xref.

VISRETAIN=1 only keeps the layers set to last save and everything added to the xrefs are basically taken from the xref (color, visibility, etc). Is there a way to set a variable so that you have to check the new xref layers before they show up on the referenced drawing?

View 2 Replies View Related

AutoCad :: Blocks Not Retaining Their Settings From Drawing To Drawing

Mar 5, 2012

I am editing an existing block to change the lineweight and have tried using the REFEDIT command as well as double clicking the block to take me into the block editor and making my changes there. I am sucessfully able to edit my block and make the changes using both of these methods. Where I am running into an issue is that the block I have edited only retains its new settings within the drawing that I changed it in. If I insert that same block into a new drawing I have to re-edit the block again the make the changes that I want. Why are my blocks not retaining their settings from drawing to drawing.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Display Variable Value As Text On Drawing Window

Jun 14, 2013

I am writing a LISP program to generate development of surfaces. Once the entire drawing is completed, I want that the input data to be displayed on drawing window as text.

View 2 Replies View Related

AutoCAD Map 3D :: Merging Non Adjacent Polygon According To Their Zone

Dec 12, 2013

I've 2 FDO Layer (polygon). Layer1 contains zoning and Layer2 contains small area. The goal is to merge all polygons (1 or more) of Layer2 into only 1 polygon in each zone of Layer1.

I can do an FDO Overlay (Identity) to copy ID of zone to Layer2, but I don't know (except manually) how to merge polygons with 1 common information.

View 9 Replies View Related

AutoCAD Inventor :: Auto Zone Border

May 29, 2009

I would like to create a border that looks at the sheet number and then zones the horizontal borders in a continuous numbering scheme.

Sheet 1 = 1-8
Sheet 2= 9-16
etc...

This is a requirement that we have to meet with some customers. When drawings get to 30+sheets it becomes a pain to manually renumber the zones.

I would imagine this is done in VB code, but I have not programmed in a very long time. The formula would be something simple like;

if sheetnumber >1 then
for i =1 to 8
zone(i)i.value = zone(i).value +8
next i
end if

View 3 Replies View Related

AutoCAD Architecture :: Display Theme By Zone

Jan 28, 2011

I am delving into the world of Display Themes in autocad architecture for the first time. What I am trying to do is apply a display them to a viewport that colour all spaces according to the zone to which they are attached.

I have made a generic space which I have used for all rooms.  I have attached those spaces to various zones (i.e. Accounting and Finance, Engineering, Facilities etc.)

I am now trying to create a display theme that will color each zone accordingly.  I am trying to do this by setting each theme rule to be;

propertyset definition = zone, property = name, condition = equal to, value = Accounting and Finance (etc.), operator = and.

I do this and nothing happens to the spaces.  I have tried experimenting with other property sets attached to the spaces and different properties (ie space base area etc) and it works fine.  So i'm pretty sure its just a case of finding the correct zone property to work with.

View 3 Replies View Related

AutoCAD Inventor :: Zone Border Edits

Jun 18, 2013

I'm having a problem with a Zone Border. I created the Zone Border like normal. I edited the appearance of the 'ABCD1234' text slightly:

- changed to center and middle justification.
- changed width to 120%
- changed color to black

The edits to 'ABCD' took effect and look just right. The edits to '1234' don't stay edited. I save the sketch, it looks okay, then when I add it to Sheet:1, the numbers have gone back to blue and lost the width and justification edits. But the letters are fine. What the heck is going on?

View 7 Replies View Related

AutoCAD Civil 3D :: How To Create A No Work Zone On A Surface

Mar 6, 2012

I use RocTek for cut/fil calculations, but the program is old and basic, I'm trying to transition to Civil 3D 2012 right now. Typically I create "no work zones" around my building footprints, so that I can do a more detailed take-off in those areas for over-excavations and that sort of thing. Right now I'm using Civil 3D to create an existing surface, a proposed surface, and then a volume from between the two. I thought if I just traced my proposed contours over the existing within the building footprint that I would get what I was looking for. However, analysis of the cut/fill volume shows that there are still some changes being made around the edges of the building.

Is there a specific way to make a proposed surface, but leave parts of the existing surface untouched?

See attached photo. The upper middle portion of the screen is where the building is (forgot to turn on layer).

View 2 Replies View Related

AutoCAD 2010 :: Hatch Lines Across Polyline Zone?

Mar 7, 2013

Scren shot attached

I am hatching (a very quick sketch for info) but the hatch lines are going across the ploy line zone.

What happening. I cannot snap to these, but if in put a selection window acorss an of the lines, it will select the hatch.

I dont want to see these and dont want to have to hatch indivual rectangles. Never seen this before.

I cannot see anythign obvious in any of the settings.

View 2 Replies View Related

AutoCAD Inventor :: Get Zone Border To Number Horizontally

Nov 18, 2011

How do I get the zone borders to number horizontally.

Sheet1 1-8
Sheet2 9-16
Sheet3 17-24

View 1 Replies View Related

AutoCAD Architecture :: How To Export Information From Space-Zone Manager

Jul 17, 2011

i need to export/retrive the Informations from "Space-Zone manager".

i can see the informations of surfaces and the openings in "Space/Zone manager", but no way to export or to extract them. the informations  are also no "property set" information, which could be managed with schedules.

View 2 Replies View Related

AutoCad :: Saving Drawing With Plot Settings?

Oct 5, 2012

When saving a drawing why do my plot settings not save with it? As in the window I use and the scaleUsing 2007.

View 8 Replies View Related

AutoCad :: How To Change Settings For Opening Another Drawing

Apr 9, 2012

How to change the settings (if it has) for opening another drawing. because for example I opened an autocad file, and again i want to open another file, when I opened another file it will not display in the same window which I first opened, it is very hard for me to put my mouse pointer on the taskbar to choose that drawing and again return in another drawing, better if using the windows button inside the autocad. here is the image just to be clear on what i am trying to ask.

Untitled.jpg1.jpg

View 9 Replies View Related

AutoCAD 2013 :: Drawing Aid Dialogue Box Settings

Jan 24, 2013

My instructor has asked us to describe and list 5 settings that can be made in the Drawing aid dialogue box....what and where is this dialogue box?

View 2 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 Civil 3D :: LSP For Drawing Settings -> Object Layers

Aug 19, 2013

Would there be a way to write a lsp to change all the drawing layers? I need to change a bunch of the object layers, multiple times, and don't want to make another template with the other layers. I have 3 sets of layers needed?

Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit
C3D 2014 SP1
Dell M6600, Core i7 @ 2.3GHz, 16 GB ram
Dell T3500 workstation

View 2 Replies View Related

AutoCad 2D :: How To Change CBT File Settings From Imported Drawing

Dec 5, 2013

I'm using an embedded ACAD, and getting half-finished field-to-finish dwgs from a sub-contractor. I'm having a hard time getting his lineweights to conform to the output needed.

View 6 Replies View Related

AutoCad :: Adjust Default Settings Of Drawing Units?

Apr 13, 2011

how to adjust the default settings of my drawing units. I have adjusted these so that if I create a new drawing they are set as I want them. But when I output a drawing from

I work with a land surveying package. I use both AutoCAD 2006 and R14. When I export a cad dwg from the survey software and open it in R14 my drawing units are as I want them E.G Direction Control = North = 270 and should be set to clockwise. If I open the same exported drawing but in 2006 the settings change. If I create a new drawing in 2006, the settings are as I want them.

View 3 Replies View Related

AutoCAD Civil 3D :: Restore All Original Settings For Drawing File?

Dec 27, 2012

I recently switched from Civil 3D 2012 to 2013 student version because when I initially installed the program I probably messed up some of the settings that I shouldn't have for my entire application. After reinstalling it, I noticed that the program seems to run just fine but the settings for the original file I'm trying to work with remain, such as label settings, linescales, etc.

I want my drawing to match the settings of new drawings when it comes to labels, scales, and anything else I might have changed. Is there a way to apply these settings to my original file? If not, is there a way to at least make sure the label styles can be reset? I don't want any changes to the settings I made to be present in my file.

View 4 Replies View Related

AutoCAD Inventor :: Ilogic To Change Drawing Document Settings?

Jun 3, 2013

Im looking to make a simple ilogic rule that can toggle an option in the document settings, the setting I would like to change is the Document settings> Modeling> Participate in assembly and drawing sections

I would like a form to switch the option on and off quickly, its a really usefull function however I know a few of my colleagues wont use if they cant find it easly.

View 1 Replies View Related

AutoCAD Civil 3D :: Importing CTB File Into Plot Settings For Drawing?

Jul 12, 2010

I can't remember how to import a ctb file into my plot settings for a drawing?

View 9 Replies View Related

AutoCAD Civil 3D :: Settings Tab In Toolspace Shows Wrong Drawing

Aug 13, 2013

Set up the settings tab in Toolspace to always skip to display the drawing that I'm not working in?  I just spent half an hour creating expressions in the wrong drawing,

View 2 Replies View Related

Photoshop :: CR2 Files - How To Close Red Zone

Aug 6, 2013

i can't close this red zone. Open the CR2 files then photo in the ligt transform red zone.

how can closed this red zone

View 3 Replies View Related







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