AutoCAD Architecture :: 2012 - Revision Cloud And Tag Tool
Apr 18, 2013
I work on AutoCad 2012. I am trying to find the revision cloud & tag tool. I seem to only be able to place a revision cloud without a tag on the drawing. I don't see a tag option and searching for the option on the help menu has resulted in zero hits. Does AutoCad 2012 not offer this feature or am I looking in the wrong location?
View 1 Replies
ADVERTISEMENT
Mar 13, 2012
Im running Inventor 2012 on a 64 bit windows 7 machine.
Having just newly discovered that Inventor has a Revision Cloud command, I read through the forums and found out that I had to install the two SKD .msi files named DeveloperTools & UserTools, which I have done. I also read that I have to execute the RegisterGeneralTools.exe which I have also done. I've rebooted and restarted Inventor numerous times thinking that my Add-Ins tab will show up with my newly acquired Revision Cloud command in Drawing Tools but to no avail.
Im coming from Inventor 2009 so I'm not sure if the Add-Ins tab is now supposed to be the Add-In Manger but from what I seen I should have a tab just right of "Get Started" and should include Drawing Tools and General Tools.
View 2 Replies
View Related
Sep 7, 2011
I am trying to add a revision cloud with an attached tag. I clicking on Annotate/Markup/Revision Cloud on the ribbon, but there is no such option there that I can find.
View 2 Replies
View Related
May 30, 2013
How can i change a revision cloud to line.
View 1 Replies
View Related
Jun 18, 2013
I am using autocad 2011 and i am trying to turn an object into a revision cloud like i used to.
When i open the revision cloud, the only options it now shows are "exit/options" (option only opens a box that allows you to change the arc style and cord length). It does not have "arch length, object or style".
(i am using AutoCad Mechanical but i changed all the toolbars to AutoCad standard)I cant make a neat revision cloud without those original options.
View 2 Replies
View Related
May 15, 2012
How I can make the revision cloud in Autocad 2002. Does it have the function? In which meny is it? What is the short command?
View 7 Replies
View Related
Aug 22, 2013
Starting a drawing which now needs a revision. Can't for the life of me find a revision cloud tool to mark up a change. This is the feature in SW [URL].......
View 1 Replies
View Related
Apr 20, 2012
Is there a way to have the Revision Cloud be put on the correct layer by default rather than having to manually change layers??
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
View 4 Replies
View Related
Oct 28, 2011
Is there any way to retrieve the arc length from Revision cloud and how can we identify that object is a Revision Cloud.
View 9 Replies
View Related
Apr 8, 2011
have the problem of the Tool Palette not staying docked when you shut down ACA 2012? I have to reload it every time.
View 8 Replies
View Related
Nov 14, 2011
I am running Windows 7 32 bit. I have Autodesk Architecture 2012 installed. When I try to run a simple wall tool from my tool pallette, I get the following error;
Unable to Execute the tool. Possible causes are:
- The tool is not registered properly. Please check your installation.
- The tool is from another application and is incompatible with the current application.
I recently had my entire computer wiped clean, upgraded from Windows XP to Windows 7, and reinstalled Arch 2012, so no other versions have been on this system. All of my basic drafting functions work fine.
I found an old thread about using Regedit to change the registry of the tool palettes, but that simply made my tool palette empty. I just installed this, so I don't understand why I would need to reinstall.
View 2 Replies
View Related
Dec 15, 2011
Yes, I am new to Revit, and I can add a revision cloud and see the line added to the rev block but I'm trying to add revision and have it show up on the rev block without adding a rev cloud. I did it once and can't figure out how to do it again. On the Sheet Issues/Revisions dialog box I check on the Issued box and on show I've selected Cloud and Tag, Tag, and None.
View 2 Replies
View Related
Feb 18, 2010
Is it possible, short of doing some programming through the Revit API, to change the shape of the arcs created with the Revit "Revision Cloud" tool? For example, with AutoCAD you can enter the size of the arcs that you want to use when you use the revision cloud command. Is there anything similar in Revit?
I have done some searching and am surprised at how little mention there is about both the strange look of the clouds produced by the Revit tool and their lack of flexibility. Everyone focuses mainly on being able to associate clouds with deltas and a Revision Schedule, which I admit is important also.
View 5 Replies
View Related
Jun 27, 2012
Im having to cloud Revisions to my drawings. Heres what my Revision Schedule needs to be like
Revision 2 (Tag # 4)
Revision 1 (Tag # 2)
Bid Issue (No Tag)
Is there any way to change the Tag number? Because right now this is what im getting
Revision 2 (Tag # 2)
Revision 1 (Tag # 1)
Bid Issue (No Tag)
View 1 Replies
View Related
Jul 19, 2012
Is it possible in revit to draw a revision cloud having rectangular and circular shape as we do it in the case of autocad.
View 5 Replies
View Related
Feb 7, 2012
I just migrated from 2006 to 2012... I was able to get my old custom tool palettes into 2012 by opening the Content Browser and idropping them. However I noticed that these palettes are not 'refreshable' like they used to be. In the Palette Properties it says *This palette is not shared from a catalog*... after doing a search of that message in these forums I found this thread: [URL]....
I followed David's instructions:
1. Created a new Palette Group
2. Created a new palette in that Group
3. i-dropped tools from my custom catalog in the Content Browser onto that new palette.
Still there is no 'refresh' option...???
View 2 Replies
View Related
Sep 30, 2011
Is there a way to achieve the calligraphy line style found in AutoCAD for revision clouds in Revit?
View 1 Replies
View Related
Jul 19, 2012
Can we create revision cloud in Revit as autocad i.e. by rectangular or circular option
View 5 Replies
View Related
Nov 16, 2012
I'm trying to write a routine to work with a non vault revision table. I'm working with Vb .net & Inventor 2012. I am working with sheet scope tables.
From the inventor dialogue box there are two commands to add rows to the table.The insert row command. Which inserts a row in the table.
The add row command which inserts a row set the sheet revision property & sets the new row active.
I have tried to insert a new row with the following code & make it active but this does not work. Is is possible to create a new active row through the api? The new row gets added but cannot get the new row to become the active row.
dim new_row as RevisionTableRow
new_row = revtable.RevisionTableRows.AddCustom(table_length -blank_rows) ' This works as expected.
new_row.IsActiveRow = True ' this has no effect.
View 1 Replies
View Related
Feb 18, 2013
Although we're in Architecture 2012, I've gotten rid of the Windows ribbons and used MENULOAD to bring back the toolbars I am most efficient with. Using the revision cloud button on the DRAW toolbar, I draw the clouds in paperspace like I always have. The arcs of my clouds now flip back and forth so that they are sometimes correct and sometimes inside out. I don't know when this started (with the upgrade to 2012? out of the blue?), but it's been going on for a while and it happens whether I draw clouds clock-wise or counter clock-wise.
There used to be an option where you could "flip" the cloud to change the arc "direction" and now it seems to do it automatically. No matter how slowly I draw a cloud, I often end up having to erase and redraw (and redraw, and redraw). I've searched but I can't find any mention of changing the orientation or direction of the arcs on a revision cloud.
Is this a feature, a setting or a bug in my system and is there any way to make it go away?
View 2 Replies
View Related
Jun 5, 2012
I am trying to create some new templates for 2013 and I'm trying to figure a way to get the model revision number to populate into the drawing's iproperty revision number so that they will match upon save. I'm trying to do this by creating an ilogic rule but I don't see a system property in the idw that will allow me to access the 3D model iprops. I am going to Event Trigger the rule to run Before Save. Is this possible?
On the drawing border I have created a formatted text box that is built as:
Type: Properties - Model
Property: Revision Number
It simply pulls the data from the models revision number and populates the text box. I need this same thing to happen but rather than populate into a text box I need it to populate into the drawings revision number iprop.
Boxx Technologies 4920 Xtreme - Win7 64bit
Intel Core i7 3960X @ 4.5 GHz - 64GB RAM
NVidia Quadro 4000 - Quadro 600 - Tesla C2075 (driver 307.45)
Product Design Suite 2014 (SP1) - Vault 2014 Pro SubRel1 - CFD Sim 2014 - Bunkspeed Pro 2012
View 7 Replies
View Related
Oct 26, 2011
I just installed Architecture 2012 & want to add my Lisp & CUI files.I don't see support folder
Where & how do i install my Lisp & CUI files from Architecture 2010 to Architecture 2012
View 3 Replies
View Related
Oct 20, 2011
I have a number of drawings of our facilities that have been added to and revised over the years prior to having an established standard. Most of the drawings are in 2d (lines, hatches, etc.) but portions of the the newer projects were done partially in ADT/ACA (walls, doors, windows, etc.). I need to strip out the 3D information and convert to 2D for an application we will be using. Is there an easy way to do this?
I have done the Save As, Export to, and AECOBJECTEXPLODE routes but all leave 3d faces that can't be exploded any furher. I don't wan't want to use hidden line projection as that creates a very large drawing as all hatches are converted to individual lines.
View 5 Replies
View Related
Jun 9, 2011
In ACA 2009 I could, after saving the drawing, click on a wall, window etc and drag it to the tool palette to create a new tool.
In ACA 2011 this only works for lines/polylines. Plus the wall, door and window palettes are gone. How can I retreave them?
View 1 Replies
View Related
Jun 20, 2012
One of the users in my office is getting the "AutoCAD cannot continue" error in AutoCAD Architecture 2012. I've read a few of the discussions concerning this issue in earlier versions.
View 2 Replies
View Related
Mar 4, 2013
how to make a second floor in 2012
View 1 Replies
View Related
May 23, 2011
After I plot to pdf, I get an error message: You do not have a PDF viewing application installed. Go to the internet and dowload a pdf viewer. The problem is that Acrobat Reader X is installed on my computer. I saw the thread about Reader X having spooling issues, so I reinstalled Acrobat Reader 9. Still get the same message.I can go to the file afterwards and open it, despite this message, but it is supposed to open from Architecture after it is plotted and it won't do that.
View 4 Replies
View Related
May 10, 2011
My ACA 2012 won't let me hatch an AEC polygon, or a space for that matter.
Is that a new feature, or a bug? Or am I missing something.
View 6 Replies
View Related
Feb 16, 2012
how to add a storey / floor in autocad architecture the right way.
View 2 Replies
View Related
Aug 5, 2012
I don't consider myself a minimalist in any way, but I like to keep my personal folders clean of any system files. I recently changed the path for the autosave-folder as it intruded my private work files. The problem is that even though I did change the path, every time I start AutoCAD a new 'Autodesk'-folder is created in my personal folder. It still contains the sub-level 'Autosave'.
View 1 Replies
View Related
Jan 20, 2012
We have just installed ACA 2012 on one of our workstations and randomly the crosshairs will disapear in paperspace. We will still get the cursor icon if we hover over properties and paletts etc. We have the latest service pack and ribbon hotfix. Searching hasn't come up with much.
View 4 Replies
View Related