AutoCad :: Speeding Up HVAC Drawing
Jan 30, 2014
I work for a small design/build firm that works primarily on large, custom residential buildings. The majority of our design work is done in 2D because the majority of our plans come in 2D from the architects.
I was wondering what the best way to speed up our duct drawing would be? We are currently running MEP 2014 but only use it for the straight cad portion of it. We don't have any blocks for the fittings or routines to draw multiple lines at once. We are open to pretty much anything at this point, whether it's developing or purchasing a set of blocks, lisp routines, plug-ins, etc.
View 9 Replies
ADVERTISEMENT
Feb 13, 2013
I'm trying to create and add a block to our standards. A user wanted to make it annotative. Our company hasn't used them much. I think I'm starting to understand them better. It is just a simple HVAC symbol with two attribute definitions. The block I received was a scaled up block for 1/8" - 1'-0". I shrunk it down to normal 1:1 size to match what is would look like on paperspace with 1/8" text. Now to make it annotative.
- Do I add scales to it or leave it as is? The users may need need most of the scale that are defined.
- How do I save scales on the block for them to use?
View 2 Replies
View Related
Oct 19, 2012
SO what is everyone say, trick about speeding up constrain execution. I have started working on this new project with 2013. And i'm finding myself losing alot of time. Basicly what i do is insert part from our database or content center and assemble them. So 80% of my activities on inventor are constraints. Right now i have this assemblies 175 / 156(small to me). And executing a constraint is minimum 4 seconds each time. If you consider that about 3 contraint is needed for each piece and final total part will probably be around 1000. i'm losing alot of time here
Yeah, i am not using preview. Why is inventor recalculating that much each time? Is it doing a rebuilt after each constraint?
What have you done that really increase the excution time of constraints?
Workstaion is
Windows 7 64bit
Intel Extreme i7cpu I975 @ 3,33
12bg ram
4 ssd in Raid stripping.Nvidia FX3800
Inventor 2013 SP1
View 9 Replies
View Related
Dec 23, 2013
I am trying to place HVAC duct work in Revit 2014, and every time I draw the duct work I get a error message: A serious error has occurred. The current action hase been canceled. It is strongly recommended you save your work in a new file before continuing.
Is there a "BUG" in the systems side of Revit 2014, I have downloaded the Release 1 and the service pack 2 (which that is crap also).
View 1 Replies
View Related
Aug 1, 2004
how to make
text shown in speeding motion.
I'll be making a text...
"SPEED" on fast moving image background.
I am using photoshop 7.0
View 7 Replies
View Related
Apr 23, 2013
i recorded video in 60fps, but the camera automatically converted video in 29,9fps, so it made the video slow-mo. But now i want the video in original 100% speed and 60fps (í want to use twixtor at some parts, so 60fps is needed). I use after fx 5.5 and sony action cam.
View 8 Replies
View Related
May 8, 2007
To optimize the performance of Photoshop, you should consider these things. This work best for me and you might consider trying these tips.
*You need to have a higher capacity of Memory
*Tons of RAM
*Try to set up a scratch disk
*Fast Processor
*By customizing your system so it runs efficiently, you can increase the amount of memory available to applications.
*Disable plug-ins that are not in use
*Switch off the thumbnail previews in the tool palettes never looks at these anyway and, if you name them accurately, you will not need to look at the preview either. This saves memory and processor power each time you add and update a layer.
*Keep your 5000+ fonts anywhere but in your font folder
*You can minimize the size of your files by reducing their resolution, Increasing the resolution of an image does not always improve the quality of the image, but may instead only increase its file size.
View 1 Replies
View Related
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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