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


ADVERTISEMENT

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 :: 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 :: 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 :: 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 - 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 :: 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 :: How To Add A Volume Column To Ipart Author Table

Apr 19, 2011

How to add a volume column to ipart author table?

Evantually I need to display a table with part weights.

Inventor Professional 2013
Vault Collaboration 2013

View 9 Replies View Related

AutoCAD Inventor :: Change File Name Column In IPart Table?

Jul 25, 2013

We are using Inventor and Vault pro 2013.

I have an iPart in which I want to change the File Name Column from "Member" to "Part Number". These columns are not the same and makes the filenames for the members different when generated.

The challenge is that I already have about 100 members generated and used in different assemblies. I want these to be replaced by the new files and be deleted.

If I change the File Name Column I will get 100 new files (ipart members) that is not used anywhere. The only way I know of to replace the 100 "old" members is to do this in Vault - one by one..

View 4 Replies View Related

AutoCAD Inventor :: How To Set Word Wrap In Table Column Headers

Mar 17, 2007

Can you set up word wrap in a table's column headers?

View 4 Replies View Related

AutoCAD Inventor :: Changing Text In Description Column Of Hole Table

Nov 7, 2013

I'm trying to change the value in the description column through the formattedtext but the final result is not what is supposed to be, this is a part of my code.

Sub HoleTab()Set oDrwDoc = ThisApplication.ActiveDocumentDim oSheet As SheetDim i As IntegerSet oSheet = oDrwDoc.ActiveSheetDim oHoleTables As HoleTablesSet oHoleTables = oSheet.HoleTablesDim oTable As HoleTableDim oTableRow As HoleTableRowDim oTableRows

[Code] .......

View 2 Replies View Related

AutoCAD Inventor :: Rev Table Column Width Not Updating From Style Library

Sep 29, 2011

I use a style library. Have it in a read-only mode in the ipj file. My drawing created a new template with a rev table with required columns.

Now, I create a new drawing file and choose this template. add few views, insert a rev table. The rev table columns headings are the same as in the template. But the column widths aren't same as in the template.

I use manage->update. It warns me that the drawing would be matched as per the style library. I agree & OK.

No use, the columns are not same size? Though the style is read only from the drawing, I go to open the style editor to check the column widths. They are different from the template.

View 8 Replies View Related

AutoCAD Inventor :: Custom Parameter Column Changing In IPart Author Table?

Sep 3, 2013

When I place a custom ipart (a simple one in this case) the length in my table changes
 
Inventor Professional 2014.
Windows 7 64 bit.

View 2 Replies View Related

AutoCAD Inventor :: Expression Like Sqrt In Column Properties In Family Table Editor

Sep 20, 2012

I am trying to give an Expression like sqrt({Jx}/{Section}) in column properties in family table editor. but its not working.

Find the attached image .....

Inventor Professional Suite 2010
Windows 7

View 5 Replies View Related

AutoCAD Inventor :: Application Option Settings Don't Persist?

Feb 16, 2012

Application option settings don't persist!  They will work great for a few days and then all of a sudden Inventor will go back to the defaults.

The iLogic browser keeps disappearing as well.

Autodesk Product Design Suite 2012 (Inventor 2012 Pro SP1, Vault 2012 Pro Update 1)
Windows 7, 64-bit
Intel Core i7
8GB
Nvidia Quadro FX 3800M

View 6 Replies View Related

AutoCAD Inventor :: Drive IPart LENGTH Param By IAssembly Table Custom Parameter Column?

Feb 21, 2012

In a simple case I have an extrusion with some attached seals/weather stripping, all implemented as iParts having their own LENGTH parameters.

RailPart.ipt, Seal_A.ipt, Seal_B.ipt

The goal is to encapsulate these IParts within an iAssembly: RailAssy.iam, where a LENGTH parameter can be input when the iAssembly is placed, causing RailPart and Seal_A to have their length parameters set to the LENGTH provided at that time and SEAL_B having Length set by an iLogic rule to LENGTH - 5.

I've been unable to set up a Custom Parameter Column in an iAssembly table.  Is this even permitted? 

Inventor Premium 2012 SP1

View 5 Replies View Related

AutoCAD Inventor :: IPart User Parameters In IDW General Table?

May 1, 2013

I have an IPart with about 100 instances in it that is sheet metal. I created a user parameter for the gauge of the sheet metal relating to the thickness and that works fine in the ipart. My dilema is how to get the gauge to show up in my drawing in the general table. Pretty much I woud like the table to list part number, material and then have a column for the gauge of the steel related to the thickness in the Ipart table. I am using Inventor 2011 if that makes a difference.

View 2 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 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 Inventor :: Copy All Information From QTY Column To PartQty Column

Oct 17, 2013

In Bill of material i have custom PartQty column and is beside QTY column. I need  all informations from QTY column to PartQty column to copy. Possible with iLogic? I'm selecting now manualy copy and paste but it would be nice to have automatic. 

View 9 Replies View Related

AutoCAD .NET :: Creating Table With Preset Column Widths?

Mar 25, 2013

I have been able to create a table, populate the Title and Headers with text.  Which is all I want it to do for now.  The problem is, I can calculate how wide I want each column, but it never gets drawn with the correct column width.

how to make it use the correct column width specified?  Keep in mind all of the column widths may differ.

Attached is my code.
Public Sub AddTable(ByVal dwg_scale As Double, ByVal dwgTextHeight As Double) Dim doc As Document = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument Dim db As Database = doc.Database Dim ed As Editor = doc.Editor Using tableTrans

[Code].....

View 1 Replies View Related

AutoCAD .NET :: Open Application But Invisible To User?

Oct 7, 2011

I would like to open the autocad leaving invisible to the User.

I did it:

acadApplication = new ACAD.AcadApplication();
acadApplication.Visible = false;

But it did not work!

View 2 Replies View Related

AutoCAD .NET :: User Data At Application Level?

Nov 2, 2011

I'm trying to manage a list of strings at the application level.

The list is to be created/updated/deleted by a command passed on any open drawing. The list is transient, doesn't survive the closing of AutoCAD.

I must have only one copy of this list for all documents, NOT one list per document, as described in [URL]

View 3 Replies View Related







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