AutoCAD Inventor :: Project File Changes Related To Switch Local CC Libraries

Mar 24, 2012

For the last few years I had my content center libraries running as part of the vault server. I have not made any customizations.

I want to try to have the content center libraries on my local machine to see if that speeds things up.

Is that possible while still using the vault server for our regular data?

Do I need to make any changes to my project file?

IV210 Professional Suite

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Duplicating Vault Project And Renaming Every Related File

May 20, 2013

I want to duplicate & then rename a project I have stored on my vault computer, However I am experiencing many difficulties.

There are probably around 1000 + files in this project-multiple assemblies/drawings & parts. Initially i did a Pack & Go of the Project to my desktop. I then took my first top level drawings & using Design Assistant renamed all the reference parts and assemblies related too it. This worked fine, albeit a very long time to rename all the files.

The problem is that i have say 50 drawing files, some contain similar assemblies/part files which will have already been rename in the first top level drawing & some container different assemblies/parts (which are not related to the first top level drawing) & will have to be renamed separately.

Is there an easier way to duplicate & rename a vault project because design assistant makes this task extremely laborious. An great tool to add would be to 'Find & Replace' a file name & apply it too all the files. Similar to the function in Microsoft Word.

I have looked into the copy design feature in vault however, you can only copy a project within a project, you cannot copy it to a completely new folder in the vault.

The other problem is, is that you can only add a prefix or suffix to every file/related part/assembly, & i would rather replace the project number rather then add the new project number to the file names. This would be a viable option if you could rename multiple files quickly, however this just stems back to the design assistant.

View 3 Replies View Related

AutoCAD Inventor :: Setting Up Libraries In Project Setup

Feb 21, 2012

I have a folder under libraries in my project setup where I plan to keep my library parts. Once there the parts are read only. my questions is should I not have them there. I cannot modify then if i need to and if I copy it out to change it they do not update in the library.

What is the best way about setting up libraries in my project setup?

View 1 Replies View Related

AutoCAD Inventor :: Open Related Drawing File By Right Clicking On Part Name At Top Of Design Tree

Feb 24, 2013

when I'm in a part file and attempting to open the related drawing file by right clicking on the part name at the top of the design tree, the drawing can't be found automatically and I've to find it in the file open dialogue box.

View 2 Replies View Related

AutoCAD Inventor :: Can Project Number Be Assigned To Project File

May 6, 2013

Is it possible to assign a project number to a project file and have it fill in the project Iproerties field?

View 2 Replies View Related

AutoCAD Inventor :: Find Related Drawing Using VBA

May 31, 2013

I'm trying to write a VBA macro (for Inventor 2010) that would have to work on drawing .idw files that are generated from a given component.So when I have an open assembly document, I want to go through all component occurences and work with the associated drawing.

There's a built in command in Inventor for that, in the context menu, something like "Open drawing" (mine is german, so not sure how it's called in english), which does this. It opens the drawing of the given part. From this I assumed, there must be a reference within each part, that points to the referencing drawing.

But I'm not able to find this information anywhere within the properties/objects of any component.how or where can I get this information out of the components?

View 5 Replies View Related

AutoCAD Inventor :: How To Create New IPT Related To Another Existent IPT

Sep 22, 2012

I have a part called rectangle.ipt (simply a rectangle in it).

I have to creat another part, called rectangle_holes.ipt. This one, is the same as rectangle.ipt, same dimensions, but has holes in the rectangle.

Is there a way that theses 2 parts could be related, so that if the dimensions of rectangle.ipt changes, rectangle_holes.ipt  automaticaly changes?

View 2 Replies View Related

AutoCAD Inventor :: Project File Structure

Mar 14, 2013

As a new Inventor user I wanted to get some insight and pointers on good practices for Project Files and their structure while using a stand alone Inventor seat with no Vault I am a single user at our company and just upgraded to Inventor. I have been using Solid Works for years and things are a little different.

View 9 Replies View Related

AutoCAD Inventor :: Change The Project File

Aug 13, 2013

How can we change(open) the Project file(ipj) with inventor api using vb.net code?

View 3 Replies View Related

AutoCAD Inventor :: Master Project File

May 30, 2012

I was making some changes the other day to the parts list settings inside of the styles editor and discovered that this involved needing to make the master project file a read/write condition.  I was starting to get into uncharted territory at this point, but was proceeding with caution.  So I went into my vault working folder in windows explorer and RC'd on the MPF and changed it to read/write.  I made my BOM changes and life seemed to be good on the heals of a long holiday weekend.  I changed the properties of the MPF back to read only and I thought things were fine.

Until yesterday when I started getting this message. This shows up every time I open and check out a file from Vault.  Plus it also changes my MPF on my local drive back to read/write. I am also starting to get this error message when I start a new drawing file as well.

View 3 Replies View Related

AutoCAD Inventor :: Add File Location To Project

Feb 10, 2012

I'm working on creating iparts for fasteners.  Initially I had the O.D. of all the fasteners as nominal, which created an issue when using analyze interference.  All hole features are based on the minor diameter, so they are displayed correctly on the .idw.  Nominal fasteners with minor diameter holes means interference.

I am currently referencing the thread.xls spreadsheet, located in the Inventor Design Data folder, within my fastener ipart spreadsheet.  This allows me to maintain a constant connection to the thread.xls file if there are ever changes from Autodesk.

My issue comes about when I am placing the ipart files within assemblies.  I am asked for the location of thread.xls.  Once I re-establish the link, Inventor tells me it's not part of the active project.  BUT, if you look at the Project - Folder Options - Design Data, it is the same location.  So the project does have a link to the folder structure.

Would I have to create a library in each project so the link can be established.

View 1 Replies View Related

AutoCAD Inventor :: Print ALL Drawings Related To Assembly?

Oct 5, 2009

Is there a way (either thru Inventor or Vault) of print ALL idw (drawings) files related to an iam (assembly)?

Inventor (and Vault) are capable of creating and managing a BOM of the iam files and would think that it would be reltivly easy to query this bom and "find" all the associated idw files and batch print them. Possibly with the option to select the "levels" to dril down to (All, Top Level, Sub Assemblies within the iam, etc, etc)

View 9 Replies View Related

AutoCAD Inventor :: Plot All Related Files To PDF From Assembly

Jul 7, 2011

My attempt to plot all related files form an ".iam" resulted with the following code. The code as is working for us. We use an eight digit number for file name. Plotted PDF will have revision added to file name. Any chance of making an addin or iLogic code for similar functionality?

Private PDFPATH As String'FOLLOWING CODE USES CODE FROM URL...AND OTHER PLACES INCLUDING INVENTOR HELP.Public Sub PrintRefFiles() 'BOMQuery() ' Set a reference to the assembly document. ' This assumes an assembly document is active. Dim oDoc As AssemblyDocument Set oDoc = ThisApplication.ActiveDocument Dim ASSYIDW As String ASSYIDW = oDoc.FullFileName ASSYIDW = Replace(ASSYIDW, Right(ASSYIDW, 4), ".idw") If Dir(ASSYIDW) <> "" Then 'Debug.Print strDisplayDim oDrawDoc As drawingDocument Set oDrawDoc.
[code]....

View 2 Replies View Related

AutoCAD Inventor :: Project File / Different Part Dimensions

Sep 11, 2013

I have an assembly of pallet racking, it is one complete frame which can be modified in all the desired ways by the ilogic i have in place. I wish to be able to put this frame into a new assembly but have different dimensions for each frame. I used to do this by copying all the files to a new folder so that each frame had its own parts. This has stopped working and now once one frame is altered all the other frames change to rather than having there own dimensions.

View 1 Replies View Related

AutoCAD Inventor :: Project File Reverting To Default

Jun 28, 2013

One of our employees is having an issue where his project file keeps reverting back to a default setup and his changes are being lost. Is there anyway to prevent this from happening?

View 2 Replies View Related

AutoCAD Inventor :: Master Project File Switching?

Apr 3, 2012

We are having an issue where the master project file that we have created at my company keeps switching back to the default.ipj file randomly.  This is causing obviously our template paths as well as other path settings to not be right.

Our VAR told us that this randomly happens.  why this is happening or that my VAR is correct in what they said?

View 6 Replies View Related

AutoCAD Inventor :: Project File Disappearing From Navigation

Mar 13, 2013

My company requires us to use two master project files instead of one and my problem is that i can add both .ipj files into the Projects navigator in Inventor and set one as the current project, but as soon as i close the navigation window and reopen it (presumably to switch to the other project) the project that is not the active project disappears from the navigation window.  The .ipj file still exists, it just doesnt show in the navigator and i have to browse to find it again.  This problem happens no matter which project i set to be currently active.  How can i keep that from happening?

View 8 Replies View Related

AutoCAD Inventor :: Project File Reverting To Default?

Sep 22, 2009

Has seen Inventor randomly reset a users project file from whatever it's set at to Default?

I have a couple of users here that for whatever reason have a habit of closing out Inventor everytime they want to close out one file and open another...yes, if they work on 10 files in one day, they've opened and closed Inventor 10 times...i.e. open, close, open, close, etc.

I've seen the project file reset happen on thier stations only thusfar.

Inventor 2010

View 9 Replies View Related

AutoCAD Inventor :: Project File Keeps Switching To Default?

Sep 25, 2012

I run inventor with Vault. I have a project file set up in my vault directory. Each time I close everything and restart my computer inventor switches the Project back to default. I have deleted every .ipj I could find. Below is a screen shot of what I see every morning. It should be on vault but it is not. If I start by checking out a file from vault it checks it back in because the .IPJ is not set in inventor.

View 6 Replies View Related

AutoCAD Inventor :: Use User Selectable Browser For All Related Functions?

Jun 17, 2011

Is it possible to use a user selectable browser for all related functions?

I'd like to see the possibilty to select with which webbrowser Inventor interacts.

Currently the wikihelp opens in my default browser (Google Chrome), but the help function and subscription links open in Internet Explorer.

View 3 Replies View Related

AutoCAD Inventor :: Transferring An Assembly Feature To The Related Part?

Apr 19, 2012

Is there a way in Inventor to take an assembly feature and basically have it fall out at the part level also? So if you were to open the part up, it would have the cutouts in it.

View 2 Replies View Related

AutoCAD Inventor :: Camera And Eye - Cannot Find Property Related To Zoom

Jul 28, 2013

How to zoom in and out via the API.

I can access the camera and eye etc. but cannot find the property related to zoom. I initially thought it was to do with the position of the eye but when I use the "Zoom" by dragging the mouse button I see that the eye position doesn't change.

I would like to connect the zoom to a slide bar and zoom in and out using that.

View 1 Replies View Related

AutoCAD Inventor :: Set-up A Project File That Can Easily Open Drawings

Nov 30, 2011

set-up a project file that I can easily open my drawings and be able to share with others?I have lost several drawings and time because I have not been able to open my drawings.

View 1 Replies View Related

AutoCAD Inventor :: Projected Geometry In Sketch In IDW - Related To Breaks In View

Apr 12, 2012

I'm using Inventor 2012, and experiencing some trouble with certain types of projected geometry that I'm using in a sketch associated with a view in an .IDW file - but only when the view involves a break (or breaks).

I'm generating section views to show the layout of hole details at various axial locations along the part. When placing a section line, I can't "pick up" any appropriate locating geometry from the view. So, after creating the view (using just a vertical section line), I edit the sketch that defines the section line. Project some geometry (the edges of the holes, in the attached example), draw some additional geometry constrained to that, then constrain the section line to that. That works fine; if I move the view around, the section lines stay attached to it. This is what is shown in the attached "before break" picture.

When I apply a break to the drawing, though, the section lines don't follow the changing view. They stay right there, as if the view had not been broken at all. This is what's shown in the attached "after break" picture. Move the view around, and they track with it - but always staying the same "real" distance apart from each other. It is as if that projected geometry were completely ignoring the break.

I observe something similar if I start with an IDW view with one or more breaks, then create a sketch associated with the view. If I project geometry, some of it projects where it should, but other geometry projects elsewhere on the page - as if no breaks were present in the view.

The part I've shown here is something I put together as a simplified example of what I'm observing. The part I'm actually trying to detail is more complicated (many more details), and much longer (so breaks are a requirement to put it on paper).

View 3 Replies View Related

AutoCAD Inventor :: Active Project File Changes Randomly On Different Users Machines

Mar 19, 2013

We have had this issue now for a couple years and don't know what is causing it. We are using vault pro with admin set single project file. A user can work for months using correct.ipj, then randomly at 10:42 they will notice the active project was been changed to some other temporary project location "c: emp.....". Then it will happen to different users at different times. I cant seem to find any correlation to anything. I can only imagine that it is somehow triggered from the vault addin.

We are inventor 1012 and vault 2012 pro.

View 9 Replies View Related

AutoCAD Inventor :: Libraries And Folder Structures

Jul 24, 2012

We've just made the switch from Acad to IV and I'd like to get some feedback about how to structure my non-vault single user projects.

Presently, our network drive setup is like this:

Working Files & Customer Prints:  Z:Customer Prints<Customer Name><Customer Contact><Description or PN>

In some customers' folder, I may also have a folder with a path like this "Z:Customer Prints<Customer Name>General Design" where I would keep things like mating parts, existing fixtures that new parts may need to mate with, etc.

Then I've also got a place for vendor CAD like this: "Z:Vendor DocumentsVendor CAD<Company Name><Part Types>" etc. for commonly used components, like tooling hardware.

In any project, I'd need to be able to access files from these directories.  So when I create a new project, I can obviously reference the workspace folder for the new part files and I can add the paths for the other two examples.  But if I need to quickly edit a file in one of the paths (like to show a work plane or something), I can't do it because library files are not editable.  Plus it seems like it's a bit repetitious to add these paths manually every time I create a project.  Is there a better way to do this with my current file structure?

Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1

View 9 Replies View Related

AutoCAD Inventor :: Custom Title Block Properties Based On Project File?

Mar 21, 2013

As I am creating drawings for parts/assemblies, I have to fill out the customers name and the job number which I currently do on every drawing I create by right clicking on the Drawing name in the tree, going to iProperties, and then filling out the fields I need.

I have to do this for every sheet. Sometimes over 100 sheets per job.

Is there a way, within the project file maybe, to have these fields be already filled in with the customers name and job number? 

Every new project file I make is a new customer. So I'm wondering if there is someway to tweak the project file.

View 2 Replies View Related

AutoCAD Inventor :: 2012 Task Scheduler Won't Support Vault Project File

Mar 29, 2012

I tried to use 2012 task scheduler to migrate files, got an error message saying it won't support vault project file. I used vault project file for version 2010.

View 1 Replies View Related

AutoCAD Inventor :: 2013 - List Materials From All Libraries?

Nov 8, 2013

is it posible to list all the materials from all libraries and catagories from Inventor 2013?

I am using this at the moment: Dim oMat As Inventor.Material For Each oMat In oApp.StylesManager.Materials            comboMaterial.Items.Add(oMat.Name.ToString)         Next

This works but only pulls through and lists the "Inventor Material Library" materials by default. 

What is strange though is that when I apply a material from another library to a part then its almost like that library is now active and if the routine is run again it only pulls through materials from that library and not the "Inventor Material Library" again.
 
I know in 2014 its better supported but is there a way to get all materials in 2013?

View 4 Replies View Related

AutoCAD Inventor :: Checking Out Parts From Custom Libraries

Aug 8, 2013

I have a lot of custom libraries for purchased items for my projects. When I bring them into my assemblies I cannot turn on or off surface planes or make any changes.

I get the message that the file is not checked out to me. How can I make it so they are always checked out to me. The libraries are mine on my system.

View 9 Replies View Related

AutoCAD Inventor :: Content Center Libraries On Network

Jul 16, 2012

First off, we're not using Vault or ADMS as it's simply not an option at the moment. Possibly down the line - we'll just have to see, but no time in the forseable future.

I had a custom library I created on my local machine, no problems, full read/write access works fine.

Turns out there are a couple of us that need to share the library. I figured, no big deal, we'll just go out on the server and create a folder and copy them all there. I did this and configured inventor to look the server for the files. All seemed OK. It saw the files and I can insert parts into assemblies, etc. Problem is, my custom library is no longer set to Read/Write. It will only do Read Only. If I create a new library to that location, it gets created, but still only lists as Read Only.

In searching here, my guess is it has to do with permissions, but what permissions are required on the file/directory to enable Read/Write access? I already have full access to that network folder and it's contents. Does some sort of system account need added to it? Unless it's simply not possible on a network location, i'm at a loss.

View 4 Replies View Related







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