AutoCAD Inventor :: 2014 Crashes While Executing Revision Table Edit?
Dec 21, 2013Inventor 2014 crashes when executing revision table edit. This started after installing windows 7 SP1(x64) and SQL server 2012 express (x64).
View 1 RepliesInventor 2014 crashes when executing revision table edit. This started after installing windows 7 SP1(x64) and SQL server 2012 express (x64).
View 1 RepliesSurfaceBody.GetExistingFacets( ToleranceIndex As Double, VertexCount As Long, FacetCount As Long, VertexCoordinates() As Double, NormalVectors() As Double, VertexIndices() As Long )
This works fine in VBA (Inventor 2014). But when I start using the same in VB.NET (VS 2012) all declaration as long shows as integer and fails on compiling. If I change to integer compile passes but fail on executing in Inventor 2014.
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
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
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 RelatedI 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
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
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 RelatedJust 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 RelatedI 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?
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 RelatedI 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 RelatedIs 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?
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...
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?
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
How can (or can I), set a revision block to be able to edit the attribute when I save an Inventor DWG as an AutoCad DWG. ex. we create drawings in Inventor, save as dwg and send for approval. Our manager is unable to edit the attribute in the revision block without exploding it.
View 9 Replies View RelatedI am using PDSU 2014 Ultimate. 90% of the time I go to save an assembly, Inventor crashes and comes up with an error report.
View 4 Replies View RelatedI 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
Yesterday inventor worked fine, I made 3 new parts.But today when I wanted to put these parts together in an assembly and I try opening a new file, inventor crashes?
I still can open projects, but can't create a new project.
PS. I'm using Inventor 2014 Student Version with service pack 1 on Windows 8.1
I had both Inventor 2012 and 2013 (and entire Product design suite of both program versions) installed on my Win 7 64 bit Dell Precision Laptop, all working flawlessly. On recieving a copy of 2014 I decided to uninstall Inventor 2012 which I carried out through Add/Remove programs in Windows 7. Then I tried to launch Inventor 2013 and got an 0xc0000005 system error as per attachment 1.
I then went through the entire removal process to completely remove Autodesk products to do a fresh install of Autodesk 2014. This worked out and I did everything exactly as suggested here... [URL]
Then I disabled my Avast virus checker and stopped the process via task manager.
I then did a complete fresh install by right clicking on the Setup file on the Product design Suite 2014 dongle and choosing "open as administator" which I started without any issues. The installation then stopped while installing INventor 2014 with a 1406 error as per attachment 2. I searched the registry for the file mentioned in attachment 2 and deleted it from the registry and clicked retry and the installation finished without any further errors. I then restarted my computer and launched Inventor and again I recieved the 0xc0000005 error.
I then updated Inveontor with the DL21503391 update 1 from here... [URL]
I then updated 360.
I then tried to relaunch Inventor by right clicking and choosing "run as administrator" and proceeded to get the error 0xc0000005 as per attachement 1.
Obviously uninstalling 2012 is where the system 0xc0000005 issue began. I am trying to avoid a fresh Win 7 install.
I recently updated to Inventor Professional 2014.
The problem I encounter is that Inventor crashes sometimes when I turn the realistic view mode on.
Also the rendering in realistic view mode is much slower than with Inventor 2013.
Are there some ray tracing options that I need to set up?
PS not letting me edit some random commands before executing them, including Duplicate, Fill, Print Preview, Stroke...possibly others I haven't discovered. When I click the dropdown choice, an edit window used to let me tailor pixel widths, color, etc. (I know, [it's what] 'edit' means). Now, the little eyedropper icon replaces my cursor, all top menus are grey except 'View' and 'Window', I get that awful 'doont!' sound, and my only option is to just hit 'Enter' and it executes the command with whatever preferences I last set before this problem, usually of no present use to me. I have relaunched PS, restarted the computer with no other tasks and relaunched, and impotently shaken my fist at the screen to no avail.
View 1 Replies View RelatedWas working fine yesturday, I place about 100 components, no problem.
Then suddenly I crash to desktop at least 90 percent of the time when I select "place from content center" it starts to load then, desktop.
Windows 7 Pro.
I have a situation where a teacher in our PLTW(Project Leads The Way) who uses inventor products for sometime is not able to save a old current project or make changes to this project, then save it. What is happening is it gives a blue screen error and corrupts the file so it cannot be fixed or opened. We cannot duplicate the process with the teacher, but we can if the file is opened on another computer and it is opened also on another computer at the same time as other pc. However, the teacher states that he doesn't have it open on any other PCs in the school.
View 2 Replies View RelatedPublishing parts to C Center or Editing tables in C Center Crashes Inventor Prof 2014
Before i say anything let me say that this problem occured last night.Was always there as i had not used the feature before in 2014. I uninstalled ONLY Inventor from the suite and re installed. It worked !!
Tonight i was publishing new parts and then Inventor crashed. Since its crashed again i cant publish or edit part family tables to make additions etc with Inventor crashing.
I believe something has corrupted again within the Inventor 2014 install and i dont know what.
Im looking for some pointers as i dont really feel like uninstalling and reinstalling Inventor to fix it.
I have cleared the cache from users folders etc. Im guessing i need to clear some thing else as well. This crashes in both Vault and local CC files.
When I double click a part in an assembly it does not edit the part.
When I right click "edit" is greyed out.
How do I edit a part in an assembly.
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 RelatedHow to edit the member name in an iassembly table using code? The Part Number and Description iproperties are easy to handle. But I am stuck on how to access the member name and edit it. I guessed at some methods, but keep getting errors.
View 4 Replies View RelatedI have a macro that automatically creates a Detailed view on a sheet. It works on 2 input's:
- mouse click 1 (set's the target to be detailed)
- mouse click 2 (set's the location where the balloon should be)
The code works fine. But sometimes the user will start another command, or restart the same command, while it is still running. This off course gives all kinds of problems.
Is there a possibility in VBA to prevent the user to start another command while this command is running?Or is this problem a part of the clicking itself?
Here is my (it uses a Class Module called: clsGetPoint, see code below)
Sub AutoDetailedView() On Error GoTo ErrorManagment '(error handling 2013/02/18) 'step 0 Create a transaction. -> for 1 undo command Dim oTransMgr As TransactionManager Set oTransMgr = ThisApplication.TransactionManager Dim oTrans As Transaction Set oTrans = oTransMgr.StartTransaction(ThisApplication.ActiveDocument, "AutoDetailedView") 'step 1 Select a drawingView 'Set a reference to the drawing document. Dim oDrawDoc As DrawingDocument Set oDrawDoc = ThisApplication.ActiveDocument 'Set a reference to the active sheet.
[code].....
I have a template that I have created, in it I have a rule that changes the stock number and description based on which sheet metal rule is selected. The weird thing is it works correctly if the first sketch is a rectangle. If you sketch a circular shape and make that the face it will not work. It blanks out the values for the stock number and description.
I'm running Inventor 2014 update 2.
Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 33212 StartFragment: 314 EndFragment: 33180 StartSelection: 314 EndSelection: 314
SyntaxEditor Code Snippet
DimiPropValAsString=""
DimiPropDesAsString=""
SelectCaseSheetMetal.GetActiveStyle()
[code]...