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


ADVERTISEMENT

AutoCAD Inventor :: ILogic - Reposition Revision Table On Sheet Size Change

Sep 24, 2012

a customer has a title block with a revision table ( standard vault revision table)  add on top of it.

If you change the sheet size the revision table remains his position.

If found the way to reposition the table with a ilogic rule.:

'point afstand in cm
PointX=(ActiveSheet.Width/10)-13
PointY=5.5
'punt vanaf rechtonder gemeten in cm

[Code]....

This is working perfectly. But now the challange how to trigger this rule to run if you change the sheet size?

if tried:

trigger=Activesheet.size

or

to create a userparameter and added this line in my rule : Size=ActiveSheet.size, normaly is you change parameters it triggers the rule to rule. but both way didn't work.

Can event triggers from the API be used?  Do i need the "Onchange" event? Any example for a ilogic rule?

View 3 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 :: 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 :: 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 :: 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 :: 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 :: 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 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 :: How To Insert Symbols In Revision Table

Feb 16, 2012

I am trying to insert "Depth", "Counterbore", etc. Symbols  in a revision table, but can't find ALT + XXXX for them. I did find the symbols in the Windows character map in AIGDT font group and they have Character codes but no ALT + codes? How to insert these symbols in a rev table?

View 1 Replies View Related

AutoCAD Inventor :: Use Application Option / User Name In Revision Table Column?

Mar 18, 2012

Is there any way you can use the "Application option" "user name" in a revision table column?

The "APP'D" by "Author" is not very useful considering most changes are done by various people.

If this is not an option could it possibly be added?

View 8 Replies View Related

AutoCAD Inventor :: Standard Revision Table Location In Drawing Template?

Jun 26, 2012

Inventor 2013-

Is there a way to pin or standardize where a revision table is located in a drawing?

I have a title-block set up and would like a revision table either embedded or populated upon command, just above my title-block. It would also need to extend upward with additional revisions...

View 4 Replies View Related

AutoCAD Inventor :: 2014 Crashes While Executing Revision Table Edit?

Dec 21, 2013

Inventor 2014 crashes when executing revision table edit. This started after installing windows 7 SP1(x64) and SQL server 2012 express (x64). 

View 1 Replies View Related

AutoCAD Inventor :: ILogic Access To Drawing Sheet Revision

Sep 27, 2012

how to access the drawing sheet revisions using Ilogic.My company is wanting to start making the default initial rev on a drawing a "-" and inventor does not like to keep this when brought in as a template.

So like normal I am trying to trick it into having the dash until a rev is actually added. 

View 1 Replies View Related

AutoCAD Inventor :: ILogic Rule To Switch Revision Table Sizes Defined In Styles

Oct 28, 2011

I have a rule in the .idw drawing template, that displays a dialog box asking for the size (A, B, C, D...).  Once the size is selected, it displays the appropriate border and title block.  There is a small & large title block, so an A or B size gets the small, and a C or larger gets the large.  This works great.

My question is, how can I have the appropriately sized Revision Table (small or large), automatically ready for use, based on the drawing size?  The (2) Revision Tables are defined in the Styles library.

Product Design Suite Ultimate 2014 | Vault Basic 2014 (SP1)
Dell Precision M6600 | Intel i7-2820QM - 16GB
nVIDIA Quadro 4000M | Windows 7/64 Pro

View 1 Replies View Related

AutoCAD Inventor :: Bend Table Error / Angle Or Radius Are Outside Table Boundaries

Mar 15, 2012

The angle or radius are outside the table boundaries.  I have used bend tables before and have not run into this.  See screenshot.  What I don't understand is that in the error dialog box the Thickness is correct the Radii are correct and the Angle is correct except it is showing a -90 degrees.  Is that the problem?  The negetive?  Why is it showing a negative number.  I can't change the way the part is formed.  The problem seems to be with the lower left hand curl.  It does go ahead and flatten it, but I don't trust the results when I have the three errors.

View 1 Replies View Related

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 :: 2010 - IDW Can't Move A Table To Another Sheet

Feb 18, 2010

Can't drag it, copy it...anything. I guess you're just never supposed to want your table on some other sheet than the one you created it on.

Oh wait; I know...I could just swap everything *else* on the two sheets....

View 5 Replies View Related

AutoCAD Inventor :: Hole Table On Another Sheet And Fields In Title Block

Jul 14, 2013

I moved the hole table from the original sheet to an other, but the fields in the title block of the new sheet don't update with the iproperties of the model

View 1 Replies View Related

AutoCAD 2010 :: Drawing Revision Table / Record On Title Blocks

Oct 24, 2013

ideas on Drawing Revision Table / Record on Title Blocks that they would share?We are re-designing our Title Blocks and I was wondering if there was a different or better way of doing this, besides a static block with attributes.

View 2 Replies View Related

AutoCAD 2010 :: Include Custom Sheet Properties In Sheet List Table?

Jan 3, 2013

Is there a way to include custom sheet properties in the sheet list table?

AutoCAD Civil 3D 2012 (Primary),
Dell Percision T3500: MS Windows 7 64-bit SP1;
Intel Xeon CPU W3505 @ 2.53GHz, 12.00 GB RAM, NVIDIA Quadro 600

View 4 Replies View Related

AutoCAD Inventor :: Sheet Metal Punch Table Not Appearing After Placing Original Point

May 29, 2012

When placing a puch table in a flat pattern drawing, can the origin point be placed anywhere or does it have to correspond to the origin point of the Inventor drawing (0,0,0)?I placed the origin point at some point which I randomly chose but no table popped up for me to chose the puch table option.

View 3 Replies View Related

AutoCAD 2010 :: Sheet List - Drawing Revision Number

Jan 20, 2011

I am using the sheet list table to generate a table of contents. I add the "Drawing Revision Number" column to the table, but when it generates the list it does not include the field.

Is there any way to add the "Sheet Revision Number" instead since this is what property is actually adjusted in the sheet's properties? (i never change the "Drawing Revision Number")

OR is the solution to change the "Drawing Revision Number"? Where do I change this property at? Is this property applied to all sheets within a drawing?

View 2 Replies View Related

Revit :: Get Sheet Revision Into DWF File Name

Jun 10, 2012

Is there any neat way of getting the sheet revision into the DWF filename automatically when publishing? 

View 1 Replies View Related

AutoCAD Inventor :: Invalid Thread Data Table Error Message

Jun 13, 2012

I recently installed Inventor Premium 2012 and I am not able to make a bolted connection or creat a tapped hole. I get this error message: Invalid thread data table. Please check Thread.xls file.".

View 4 Replies View Related

AutoCAD Inventor :: IPart Creation Error Message - Failed To Export Desel Table

Aug 28, 2009

what this error message means. I cant find any reference to it in the help files.

View 9 Replies View Related

AutoCAD Inventor :: Export Parts List To CSV / Sheet Error

May 3, 2013

Inventor Professional 2012.like many companies we export our parts lists (in our case, .csv) for our MRP system. I borrowed and modified Curtis' ilogic code that I found in previous posts on these forums to fit our needs. The only thing I'm getting hung up on is the sheet in which the parts list is found.

Right now the code is pointing only to sheet 1 to find the parts list. Unfortunately some of our assembly drawings have many sheets and the parts list can be on any of them. So whenever I run the rule in a drawing that doesn't have the parts list on sheet 1 I get an error. Is there some way for Inventor to search all the sheets? or at the least search on the active sheet?
 
'name for .csv file
name = iProperties.Value("Project", "Part Number")
'path for .csv file
folderName = "L:CadLink"
Dim oDoc As Inventor.DrawingDocument
oDoc = ThisDoc.Document

[code]....

View 1 Replies View Related

AutoCAD Inventor :: Sheet Metal RIP Error When 2 Ends Of Tube Have Been CUT

Mar 11, 2013

Basically a 2.5" id tube with a .06 wall thickness - 16ga exhaust tubing. Once I finaly got the drawing right, I cannot rip the part. The part has both ends cut. If one of the ends is left un cut I can create a sketch and put a point where I want to rip, and successully rip the part. If both ends has a cut end has a cut, there is a RIP error. How to overcome this headache? I am trying to make a template which If i can rip the part, I will be able to do so.

using autocad inventor

View 2 Replies View Related

AutoCAD Inventor :: ILogic Error (changing Sheet Border And Title Blocks)

Jun 18, 2012

I'm having an error with Ilogic parameters.I just wanna change the border and the title blocks with Ilogic. This should be simple. Isn't this?

View 2 Replies View Related

AutoCAD Inventor :: Sheet Metal Bend Error - Matching Faces Not Found

Nov 9, 2013

I created a solid, shelled it, and then converted to sheet metal. I am now trying to indentify the bends but I am getting the error: Bend 1: Could not build this Bend; No matching faces found.

View 5 Replies View Related







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