AutoCAD Inventor :: Deleting Last Revision Row

Jul 17, 2013

Is there a workaround to delete the last revision row with the edit icon (I've put in by mistake and would like to remove)According to Autodesk HELP:

"Note:The active row is always the most recently added row to the revision table. It is denoted by an edit icon and cannot be deleted."

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Possible To Extract Part Revision And Place In IDW Revision?

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

AutoCAD Inventor :: Revision Letters

Aug 19, 2013

I have three rules in our stamp to the revision date and revision number to fill in.

Along our project number should include the revision letter stand out with the latest date.

Now I would like to see if the date entered by the revision number and revision letter that the letter therefore become filled in along the project number.

If the next date is fill in with the letter, that letter must be completed along the project number The dates and letters are "Prompted Entry" or do i need other properties.

Can this be done with iLogic?

Youre drawings are as good as the symbols that compleet them.....

View 1 Replies View Related

AutoCAD Inventor :: Revision Tag Text

Jul 25, 2012

We revise multiple items on a drawing at the same time. When we do this we add a number next to the revision letter to reference in the revision block. For example if we are on rev B and we revise 3 items we would need tags that say B1, B2, B3. We can edit the tags to reflect this, but I was wondering if there is any way to get the tags to do this automatically without using code.

View 2 Replies View Related

AutoCAD Inventor :: Delete Revision Table

May 6, 2013

I'm simply trying to delete the revision table if it exists on a drawing.  I did find where you can't do anything with Rev Tags with the API, but what about the Actual Revision Table? 

Trying to get this to work;
 
If iProperties.Value("Project", "Revision Number")>0Dim oRevTable as RevisionTableoRevTable = ActiveSheet.Sheet.RevisionTable.Item(1) oRevTable = nullRevisionTable

View 2 Replies View Related

AutoCAD Inventor :: Can Split A Revision Table

Oct 11, 2011

I 'd like to keep the old Revision table rows available , but off the sheet rather than delete all the rows & start from , let's say, Rev 10.Is this possible in 2012?

Inventor Suite 2013 Ultimate

View 6 Replies View Related

AutoCAD Inventor :: Change Revision Tag Size

Nov 8, 2011

I have a question about the revision tag. It's seam that we can not change the size of the balloon or Triangle. But we can use a user symbol. But we can make this choice only after placing the tag. see picture.

My question is : It is possible to make this choice in the stylelibrary ?

View 2 Replies View Related

AutoCAD Inventor :: Set Revision Table Row To Static - Add Row

Aug 28, 2013

I have never attempted any i-logic before and this may be running before I can walk, but I was wondering if this premise even sounded do-able.  I would like to create a rule to set the last row of my revision table to all static values, and then add a row. 

View 5 Replies View Related

AutoCAD Inventor :: 2012 Revision Tables Through Api?

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

AutoCAD Inventor :: How To Draw Revision Clouds

Sep 30, 2013

How to add in  revision clouds in Inventor 2014? I want to  draw in drwaings revision clouds.

View 9 Replies View Related

AutoCAD Inventor :: ILogic On Drawing Add Revision Row

Sep 17, 2013

Is there a way to add a revision row with I-logic?

Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Revision Table Not Update By VBA?

Dec 3, 2012

I tried to add a revision table by vba routie. useing fllowing code

Dim oRevStyle As RevisionTableStyle        
Set oRevStyle = oDoc.StylesManager.RevisionTableStyles.Item("Revision Table_NEW")
Dim oRevTable As RevisionTable        
Set oRevTable = oDoc.ActiveSheet.RevisionTables.Add2(oPoint, , , , , oRevStyle)

It adds revision table is not shown correct in the drawing. I have to manually select certain style in the drawing.

I try doc.update or view.update. it doesnt work.

Autodesk Inventor Professional 2014
Autodesk Product Design Suite Standard 2013
Microsoft Office 2007 & 2013
Windows 7 64bit
Synergis Adept 2013
Visual Studio Express 2010

View 4 Replies View Related

AutoCAD Inventor :: Reduce Size Of Revision Tag

Oct 2, 2012

I'm looking at a way to reduce the size of the revision tag in inventor, cause its size doesnt fit in our drawings, we have the habit to put as much info as possible on the sheets but when we get a revision the tag is too big..

 Is this possible?

Currently using Inventor2012 & soon will be using 2013

Inventor 2013

View 8 Replies View Related

AutoCAD Inventor :: Drawing Revision Control

Oct 29, 2013

I create all of the shop drawings for our company and I'm trying to find out the best way to track revised drawings.  A lot of times I create a drawing and there are several revisions. The shop works off of a high res. pdf I print for them and we also have a signed version from the customer.  Once in a while the shop gets their hands on an earlier revision and builds from it.  The signed version from the customer is crappy at best and sometimes faxed so working from it is useless. 

I have a space where I can manually enter the REVISION # on the drawing but sometimes I forget to update it.  If I use an automated timestamp <timestamp> for the drawing with date and time (I've seen this done) or some iLogic code, would this show when the document is printed, opened or saved? 

View 4 Replies View Related

AutoCAD Inventor :: Lowercase Revision Number

Jan 9, 2013

Is there a way to have a lowercase revision number in a drawing (in fact, it's not really a number but a character).

All I can set is uppercase format or numbers.

View 3 Replies View Related

AutoCAD Inventor :: Revision Tags - Changing Offset

Jun 11, 2013

Anyway to change the Offset from the out of the revision tag/box edge to the edge of the text instead of leaving such a large gap I want to make it smaller less obtrusive(smaller) and I have tried changing the text size but it doesn't change the offset it changes the text size to small but the outline still remains the same size , I cannot find a location to make a new style that also ties to the revision annotation table in the drawing , I have attached a sample for you to look at what I am trying to change.

Using Inventor 2012
Vault 2012

View 4 Replies View Related

AutoCAD Inventor :: Revision Number In Parts List

Sep 4, 2012

The revision Number in the assembly drawing is populated by the Model Iproperties revision field.  How can I get it to show the Drawing properties revision number?  I need my vendors to see the drawing number and associated revision levels of the drawings which make up the assembly not the Models which they may never see.  There are many times we update drawings with notes that do not effect the underlying model but still reflect a revision change in the drawing so I need people building assemblies to make sure they are building the assembly components to the correct revisions.

View 1 Replies View Related

AutoCAD Inventor :: 2012 - Missing Add-Ins Tab / Revision Cloud

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

AutoCAD Inventor :: Save PDF Using ILogic And Name After Revision Number?

Jul 7, 2011

My question: We want to use iLogic to save a PDF-file of the DWG-drawing every time we hit "save". We now use the following iLogic

Spoiler (Highlight to read)oPath = ThisDoc.Path PN = iProperties.Value("Project", "Part Number")
PDFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}")
oDocument = ThisApplication.ActiveDocument
oContext = ThisApplication.TransientObjects.CreateTranslationContext

[Code] .....

View 9 Replies View Related

AutoCAD Inventor :: Reset Revision Block Data?

Oct 19, 2012

We frequently will create a new part and drawing based on an existing drawing to save time recreating views and re-dimensioning the entire drawing. This is done by using Design Assistant to copy the idw and ipt file to a new name.

The only problem we have experienced with this workflow is that the revision history for the old drawing is maintained in the new file, and there doesnt seem to be a way to reset it. This also causes us a problem if a drawing needs to be changed from numeric to letter indication of revision level.

Any way to reset the revision history so that a new table can be started from scratch?

View 1 Replies View Related

AutoCAD Inventor :: Get Insertion Position Of Revision Tags?

Nov 16, 2012

Any method to get the insertion position of the revision tags on the current sheet or sheets in current drawing through API (vb.net)?

View 4 Replies View Related

AutoCAD Inventor :: Revision Table / Setting It To Default To 0?

Aug 3, 2012

way to set the default to be 0. When we release a drawing we have it as Rev 0, Released for Fab..

It's a pain having to change it from 1 to 0 for every idw.

Work ~ Inventor Ultimate 2013 SP1.1
Win 7 64bit ~ i7 20gb
Nvidia Quadro FX 1700

Home ~ Inventor Ultimate 2013 SP1.1
Win 7 64bit i7 - 16gb
Nividia GeForce 9800 GT 1GB
240g Kingston HyperX SSD

View 6 Replies View Related

AutoCAD Inventor :: Change Revision Tag Triangle Size

Jan 12, 2011

I Have problem to change Revision Tag Triangle size. I need to suit the triangle size to the proportional size (as shown on attachment).

View 8 Replies View Related

AutoCAD Inventor :: Revision Table For Multiple Sheets?

Nov 20, 2013

is it possible to do an individual revision table for multiple sheet drawings. if you typed in description 'sheet 3 nut changed from m3 to m5......etc' then all the bunf would carry over to every sheet

View 1 Replies View Related

AutoCAD Inventor :: Sheet 2 Revision Table Error

Jul 23, 2013

Just created a 2nd drawing sheet in my IDW, and when i place a revision table it is missing most of the data that is shown on sheet 1. All i get are the description column entries, nothing else.

View 9 Replies View Related

AutoCAD Inventor :: Change The Size Of Revision Tag's Geometry?

Jul 29, 2008

You know the square, traingle, circle, and the hexagon shapes that are used on the revision tags? How do I change the size of the geometry to be smaller? If I just change the text size, all that changes is the text, the geometry remains the same. I'm wanting to make them ultra small so that when there are lots of revisions, it doesn't clutter up the drawing too much.

View 3 Replies View Related

AutoCAD Inventor :: Changing The Revision Table Rev Link?

Mar 13, 2012

I have a situation where I just created brand new drawing templates and they have the revision block inthem already.  The revision block that comes with Inventor.  The vault is driving the revision in the titleblock and when the revision is placed in the revision block it too is linked to the vault. When the drawing is checked into the vault and the lifecycle is changed to "Released" and then back to "WIP" the revision updates.  Both in the titleblock (which I want) and in the revision block which I don't want.  Not only is it change the revision block, but the last revision posted as per the image below.

how do I change the property in the settings of the title block to not get it's revision from the vault or allow it to be manually driven?

View 3 Replies View Related

AutoCAD Inventor :: Revision Cloud In The Drawing Mode

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

AutoCAD Inventor :: Revision Block Alpha And Numeric?

Feb 7, 2013

When a revision is created we bump up the revision using a letter. If there are multiple changes done to the drawing during that revision we will use a number to indicate that. For instance; if I have 3 changes to the drawing for Rev C they will be tagged as C1, C2, C3. However the drawing Rev in the title block should only display C.

Is there a way to make the revision block do this? Right now we place in the DESCRIPTION a note like 1. Added Dim in zone E10.  2.Text was "Flat" in zone H3. But this for goes the ZONE column that comes with the revision block and makes it difficult to edit because you cannot see the entire description while editing.

Using Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Revision Table Description Justification

Jul 13, 2009

is there a way to set the justification to left in the revision table justification? I've tried playing with the formats and I can't get it to do anything but be centred.

View 9 Replies View Related

AutoCAD Inventor :: Getting Lowercase Revision Number In A Drawing

Dec 13, 2012

Is there a way to have a lowercase revision number in a drawing (in fact, it's not really a number but a character).

All I can set is uppercase format or numbers.

View 7 Replies View Related







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