AutoCad :: Replicating A Drawing

Sep 21, 2013

I am trying to replicate a drawing created in Vectorworks in AutoCAD ('09). I am only a beginner with AutoCAd & I'm having difficulty replicating a step from this video:

[URL]........

Here is what I have done so far but the measurement outlined in the video isn't being replicated in Autocad.

01.jpg

The line measured in Orange should be 222.5 from the horizontal line to 45° line but, it's coming up as 222.6 in Autocad.

View 9 Replies


ADVERTISEMENT

Lightroom :: Replicating Edits In LR

Oct 20, 2012

Last night I made some adjustments to a shoot which I did using Lightroom presets.  I synced the rest of the images so they were all the same before opening them from Lightroom into Photoshop for further editting.  I unfortunately removed all the images from Lightroom but I still have the psd files which were opened in Photoshop.  Unfortunately i discovered this morning that I have missed a couple of images and try as I might I have been unable to replicate the same use of presets I used last night.  Is there anyway for me to tell from the psd files what presets I used so I can edit the ones I missed in the same way?

View 1 Replies View Related

GIMP :: Replicating And Fading Out A Texture?

Aug 6, 2012

I trying to edit the linked image to be the background of a new site I'm creating. I need to make the image longer by copying the soil teture from the bottom of the image and fading it into black.

[URL]

View 2 Replies View Related

GIMP :: Replicating Part Of Subject / Object In Image?

May 2, 2012

I have been using GIMp to do some basic things but have recent got a but stuck on how to best replicate part of a subject/object in an image. for example

I have an image of a corner of a building with the wall on the left and right, and sky at the top of the image. I would like to extend one of the walls out to extend the width of the image and also replicate the sky.

The walls are on a slight angle so I can not simply do a retangle block and copy/paste, also when I do this on the sky, the gradients of the paste dont match up nicely.

View 1 Replies View Related

Photoshop :: Extracting / Replicating Applied Color Corrective Actions?

Oct 7, 2013

Let's say you have two photos - Photo A and Photo B Both Photos are identical in every way, except Photo B had several Color Corrections applied to it. So, in reality, Photo A became Photo B after these Color Corrections were applied.
 
The question is:
Does Photoshop CS6 have a way to analyze Photo B by comparing it with Photo A, then telling you what Color Corrections were applied, (even if you had not recorded a script)?

View 1 Replies View Related

AutoCAD 2010 :: No Longer Copy / Past One Item From One Drawing To Separate Drawing

Dec 10, 2013

Eventually after I copy and paste with the clipboard enough times within one drawing, the ability goes away and I can no longer copy and past one item from one drawing to a separate drawing.  I need to use the clipboard function because that is the only way of getting an item from one drawing to another.  

I have download a clear clipboard function but it doesn't work. Closing CAD and restarting does not reinstate the function.  

View 5 Replies View Related

AutoCAD Inventor :: Showing Parameters Of Drawing Template On Actual Drawing

Jul 26, 2013

I have created an iLogic panel which allows me to control my revision a lot easier and puts my entered data into the parameters of the sheet itself, is there a way to have this show up on the drawing itself for a template?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Saveas Drawing With Default Drawing Name

Oct 13, 2013

I am trying to put together a lisp routine for exporting a Civil3D drawing to basic autocad entities and convert it to a clients layer standards.

I don't want any user input, so I see two problems with the routine at the moment.

Step 2. SAVEAS - I want the drawing to be saved in the same directory as the current drawing, either called "CLIENT_export.dwg" or preferably "Export_{current drawing name}.dwg". If the dwg exists I want it either to overwrite or increment a suffix number.

Step 4. At the moment it askes the user for a selection, I want it to select "ALL"

;;;Purpose to convert a Civil3D drawing into CLIENT layer standards.

(defun c:client ()
(setq old-echo (getvar "CMDECHO"))
(setvar "cmdecho" 1)

[Code]...

I don't have any experience with LISP or any other programming. I have just been cobbling this together from bits and pieces I have found on the web.

View 3 Replies View Related

AutoCAD 2010 :: Double Click Opens Drawing Plus Blank Drawing

Sep 11, 2012

My Autocad has started a new behavior.  When (in Win7) I double-click on a drawing file in Windows Explorer, Autocad opens the drawing file and also starts a new drawing, all in the same session of Autocad.  Is there some system variable or Windows variable that controls this?

View 1 Replies View Related

AutoCAD LT :: Exiting Drawing By Clicking On Small X In Upper Right Corner Of Drawing

Oct 31, 2011

When exiting a drawing by clicking on the small X in the upper right corner of the drawing, my program routinely "stops working".  I get the error message that it has stopped working and it closes.  No chance to save work in other drawings open at the time.  I often have three or four drawings open so my only workaround is to go through each and save, then close the one I want to close, let the system crash and reopen the other drawings.  It does not crash every time but several times a day.

View 6 Replies View Related

AutoCad :: Architectural Drawing - Levels Show In Model View But Not In Drawing?

Sep 14, 2011

The layer is on and the ground levels on the architectural drawing in model view show the number and the box surrounding them however in the drawing window be it in the numbers have dissapeared and we are left with only the boxes ?

View 3 Replies View Related

AutoCAD Inventor :: IPart Drawing Template - One Drawing File Versus Individual Drawings

Jun 21, 2013

Setting up a tabulated ipart drawing template. Which is better...one drawing file with a table or individual drawings for each tabulation? Also does one method work better than the other when introducing vault?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Another Drawing Layout Tabs Contents In Current Drawing

Mar 7, 2013

I want to insert another drawing layout tabs contents in current drawing.

It's easy for MODEL tab, but for LAYOUT tabs, I dont know how!?

I prepared a code for INSERTING MODEL tab in current drawing:
 
(defun INS_DWG (TAB path dwg P / blk)(setq blk (strcat ""*" path dwg """));(setq N (vla-get-count (vla-get-layouts)));;Number of LAYOUT TABS in dwg(if (or(= TAB 0) (= TAB nil))(command "INSERT" blk P 1 0)); TAB=0 or omitted ==>Insert MODEL;(if (= TAB 1));==>Insert the 1st LAYOUT in dwg file;(if (= TAB 2));==>Insert the 2nd LAYOUT in dwg file;and so on....);;;usage:;;(INS_DWG 0 "c:\test\" "test.dwg" '(0 0))

View 8 Replies View Related

AutoCAD Inventor :: Copy Drawing Views To New Drawing Template

Sep 20, 2013

I've recently made a new drawing template with ilogic prompts for entering data for all fields within the template. It also sets view sizes etc.  I have lots of master drawings, which are reused when sizes etc change for a contract, which i would like to transfer to this new template. Drawing Resource Transfer Wizard does not offer this function.

I could get all drawings in a folder copied to specific sheet size on the master template.As the template will probably be developed further in the future I'm very loathed to do this take manually.

View 6 Replies View Related

AutoCAD Civil 3D :: Opening Drawing In 2013 And Drawing View Changes?

Nov 28, 2012

Recently upgraded to Civil 3D 2013 and drawings opened up fine.  Now today any drawing that opens shows the plan view as last saved but then after loading takes the drawing and shifts it into a 3d view similar to a crossection.  Is there a setting somewhere that has been changed?  I noticed after a windows 7 update was preformed. 

View 7 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 .NET :: Parse A Drawing To Bring Back Text From Drawing

May 9, 2013

I'm taking over the development of some Autodesk addins that are used to parse a drawing to bring back text from the drawing, namely title block and bill of materials information.  I have another process that runs and reads the meta data for the drawing itself that gets run from Vault before checking in the drawing.  I need to know if I can combine these two processes such that I can parse the drawing outside of AutoCad.  Is this possible?

View 3 Replies View Related

AutoCAD Inventor :: Inserting One Drawing Into Another / Linking Contents Of One Drawing To Another

Dec 2, 2013

I would like to know if there is a way to insert drawing no.1 into drawing no.2 (not copy sheets!) so that if I change the drawing no.1, the drawing no.2 (the one that contains no.1) also updates.

That is because I would like to have one part of the drawing that is ''standard'' and multiple drawings that contain this part (so that this part is defined in all drawings but is always the same). Because I don't want to have a separate drawing for the ''standard'' part, but only drawings that contain it.

View 4 Replies View Related

AutoCad :: How To Change Flat Drawing Into Isometric Type Of Drawing

Aug 4, 2009

is it possible to change a 'flat' drawing into an isometric type of drawing? I currently have an end view of an item that I need to draw in isometric, but it's fairly detailed with curves etc and will take a long time to draw again from scratch in isometric...

View 7 Replies View Related

AutoCAD Map 3D :: Drawing Disappears After Opening Second Drawing In 3D 2012?

Mar 23, 2013

I have two drawings A and B. I work in A and I need some design elements from B.

When I open the drawing B everything I have in drawing A disappeared. I refer to all elements of design (blocks, lines, polylines, etc.).

After studying the issue have concluded that the design of all elements were automatically isolated. Right click> Isolate> End Object Isolation and everything reappears in drawing A.

I mention that I installed Autocad Map 3D 2012 x64 on Windows 7 x64 and work in Map Classic Workspace using the same coordinate system in both drawings.

View 4 Replies View Related

AutoCad :: Can't Close A Drawing Either Without Exiting / Try To Open Another Drawing

Nov 10, 2011

I downloaded multi-batch as someone here said they like it for batch plotting. Once installed, however, it has changed a setting in AutoCAD. I can no longer open more than one drawing at a time. If I have a drawing open and try to open another drawing it asks me if I want to save the current open drawing.

I can not close a drawing either without exiting AutoCAD or trying to open another drawing. I un-installed multi-batch but it did not fix the problem.

View 4 Replies View Related

AutoCAD LT :: When Opening A Drawing / Automatically Creates A New Drawing

Nov 16, 2011

When I open an drawing, AutoCAD opens *two* drawings, the one I wanted *plus* a new one (called drawing 1.)Why does this happen and can it be prevented?

View 6 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 2D :: Copy And Paste Surveyors Drawing Into Drawing?

Jan 17, 2013

I am trying to copy and paste a surveyors drawing into a drawing I've been working on to place my building on the site for oreintation etc.

When I copy and from his drawing onto my clipboard and paste it into mine it is waaaayyyy small.

The scale his drawing says it is drawn in is 1:1
Mine is 1/4"=1'-0"

When I xreffed it into my drawing it did the same thing. What do I do?

View 8 Replies View Related

AutoCAD Civil 3D :: Point From Drawing A To Drawing B?

May 3, 2012

I have survey points in drawing A. I want those points to be available for drawing B. How do I do this?

(Coming from LDD where points were project based not drawing specific).

View 4 Replies View Related

AutoCad :: How To Create Mechanical Drawing From 3D Drawing

Apr 6, 2011

I am self taught on acad 2008, and have created a complex 3d drawing over the last year or so. But I need it to be represented in a mechanical drawing. I tried flatshot, but this is not true to form. Is there a way to do this? (an easy way)

View 9 Replies View Related

AutoCAD LT :: Copy Some Data From Drawing 2 To Drawing 1

Nov 2, 2011

I have a user that is having a problem with two particular drawings within AutoCAD.

drawing 1 is 4MB

drawing 2 is 17MB

I believe he is attempting to copy some data from drawing 2 to drawing 1.

*nearly* Everytime he opens these two files and switches to 'Model' autocad crashes displaying the message -

--------------------------- AutoCAD LT Alert ---------------------------

AutoCAD LT cannot continue.  You can attempt to save changes into the following file up to the start of the last command: S:****************

After you save your changes, you can open or recover the file.

Should AutoCAD LT try to save your changes?

 --------------------------- Yes   No   ---------------------------

View 9 Replies View Related

AutoCAD LT :: Copy Layer From One Drawing In Model Source To Another Drawing In Paper Source

Nov 7, 2013

I need to copy a layer from one drawing to another, the problem is that one of them is in model and the other one is in paper. The method I tried using was: I used the q select command to copy all objects from one layer on to the clipboard and then tried pasting it in the other drawing (which was in paper) - and nothing got pasted.

View 3 Replies View Related

Illustrator :: How To Convert Vector Drawing Into Non-clipping Paths Drawing

May 5, 2013

I want to take two 3D views from (autodesk) Revit Architecture 2012 to Illustrator CS5 and then make use of the live paint bucket tool*.  I've printed the two 3D views into pdf files and imported them in Illustrator**. When I select the whole image in Illustrator and then click with the Live Paint Bucket tool on the drawing to modify the drawing so I can color the surfaces, Illustrator gives me the following error:
 
"The selection contains objects that cannot be converted. Live Paint groups can only contain paths and compound paths. Clipping paths are not allowed."

Exporting images (jpg, png and tiff) from Revit results in the same error. Is there a way to easily convert my vector drawing into a non-clipping paths drawing? Also I'm not sure if the problem should be found in either Revit or Illustrator. What's also strange is that I'm using a tutorial provided by my university, in which there are no issues with clipping paths or anything.
 
* This in order to make an conceptual image of my building, which I've modeled in Revit. I want to add basic colors to surfaces in Illustrator and then take the image to Photoshop to add shadow, materials, sky etc.

** They only consist of lines, using the 'hidden line' visual style in my views in Revit, in case you know a bit of Revit.

View 3 Replies View Related

AutoCAD 2010 :: Drawing Window Swaps On It Own To Another Drawing Window

Jul 24, 2012

Sometimes, when I have two or more drawings open in the same instance of AutoCAD, another tab opens up on the Windows Taskbar.  Here's the scenerio;  I have two drawings open.  On the task bar, Autocad's icon shows two drawings open.  Somewhere while drawing, AutoCAD will start bogging down, especially when switching drawings.  On the Window's Taskbar, it will now show three drawings open.  Two of which will be the same drawing.  There will only be two drawings open.  The drawing which is currently on top for editing will be the one that shows up twice. If I change to the other drawing, it takes a really long time to swap.  Sometimes, it will sit there for a minute and then swap back to the other first drawing on it's own.  I try going back to the second drawing again, and the same thing happens again.  The only way to stop this from happening is to completely shut down AutoCAD and restart it.  I think it has something to do with the ribbon.  And I also notice it more often after doing a CopyBase, but not always.

View 1 Replies View Related

Photoshop :: Buttons Drawing Behind And Drawing Inside Disappeared

Aug 3, 2012

I can not find those buttons. I am newbie in Photoshop!

View 3 Replies View Related







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