AutoCAD Inventor :: Moving Virtual Parts To The Folder

Dec 8, 2013

I have a script that is perfectly works in 2012 inventor pro version. It moves newly added virtual parts into the VIRTUAL_PARTS folder. Part of script is below:
 
Dim oFolder As BrowserFolder Dim oTopNode As BrowserNode oTopNode = oPane.TopNode() Dim oTopNodeOcc As BrowserFoldersEnumerator oTopNodeOcc = oTopNode.BrowserFolders For Each oFolder In oTopNode.BrowserFolders i = i + 1 Next If i = 0 Then oFolder = oPane.AddBrowserFolder("VIRTUAL_PARTS", oOccurrenceNodes) Else For Each oFolder In oTopNode.BrowserFolders If oFolder.Name = "VIRTUAL_PARTS" Then For Each oOcc In oAsmCompDef.Occurrences If TypeOf oOcc.Definition Is VirtualComponentDefinition Then oNode = oPane.GetBrowserNodeFromObject(oOcc) End If 'MsgBox(oTopNodeOcc(1).Name) oTopNodeOcc(1).Add(oNode) Next Else ' do nothing End If Next End If 

In 2014 pro it works only once, when I add first virtual part. It creates a folder and moves it there. When I add 2nd virtual part it gives me a error

see screenshot below.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Virtual Parts Weight Total BOM And Parts List

Aug 7, 2013

I was using virtual parts to add nuts and bolts to a drawing in 2013

I can make a VP bolt in the assembly, no problem, set it's size, weight, etc.

In the VP itself, there is no option for number of bolts I want it to emulate. For arguement's sake the weight was 1 pound per bolt (they are big bolts).

I can go into the BOM and say quantity 60, hit done and save the assembly.

If i open the drawing, the parts lists shows 60lbs for the 60 bolts total - which it should when summing the weight.

The problem is the BOM/assembly. If the weight of my assembly (without bolts) is 10,000lbs, the assembly sees the VP weighing 1lb and says the total weight is 10,001 lbs. Am i going to have to pattern a fake part to get this to work right? Shouldn't the total weight take into account the quantity set in the Bom??

View 2 Replies View Related

AutoCAD Inventor :: Cable And Harness - Virtual Parts In BOM

Jul 19, 2013

I would like to include Terminals and other virtual parts in het BOM on my drawing. For this I need to generate a report. I have defined my own virtual parts but somhow their properties are not accessible. You can see 88 items but this is the total of all segements and pins. Somehow partnumbers show as "---". I have included the report configuration file I am using.

View 2 Replies View Related

AutoCAD Inventor :: Cable And Harness / Virtual Parts

Apr 18, 2012

How do I ad my own terminals, seals etc. under Connecter Pin Propertiesvirtual parts, and how do get this information on the nailboard.

Alternatively, I would to put this information(seals and terminals that are to be used with the connector) directly on the connector that i publish to content center, some sort of property/text, that I can retrieve on the drawing/nailboard.

View 1 Replies View Related

AutoCAD Inventor :: How To Create Folder In Assembly Tree And Save Virtual Part There

Sep 25, 2013

I`m working on the code that reads a list of virtual parts from Excel and adds required qty into the assembly. So far it looks good, I  just need to know how to create a folder in a Assembly view tree and save virtual part in that folder instead of placing it in the root.
 
Dim occs As ComponentOccurrences
occs = asmDoc.ComponentDefinition.Occurrences
Dim identity As Matrixidentity = ThisApplication.TransientGeometry.CreateMatrixDim virtOcc As ComponentOccurrencevirtOcc = occs.AddVirtual(sVirtPart, identity)

View 5 Replies View Related

AutoCAD Inventor :: Moving Sketches Between Parts?

Feb 8, 2012

I've been making a model plane model in inventor 2012 from imported IGES geometry, and Realised that my sketches were not assigned to any part (and thus can't be lofted). Is there any way of moving the sketches to the newly created part without redrawing everything? I've tried dragging and dropping because it seemed to make sense, but alas, that had no success.

View 4 Replies View Related

AutoCAD Inventor :: Moving Parts In Assembly

Apr 8, 2013

When I place parts in my assembly they are stuck in the position I place it and can only be moved once I mate it to another part of my assembly. I have only recently encountered this problem, as usually when I place a parts in an assembly I am able to simply click on the component and drag/move that part around to put it in a place that suits before I use any constraints.

What is the problem, have I clicked on some function unknown to myself which has disabled the ability to move parts/assemblies when I place them into an assembly?

View 4 Replies View Related

AutoCAD Inventor :: Assembly Moving Parts

Mar 21, 2013

So I have this assembly with all parts constrained properly yet it won't let the parts move the way they should under the constraints applied and it's telling me I have interfering constraints.

I checked the "broken" constraints over but they look fine. It's a relatively small assembly (10-15 parts), although the parts have been used in a previous assembly. Would this affect their behavior?

View 5 Replies View Related

AutoCAD Inventor :: Moving Parts Using ILogic

Apr 4, 2013

I have numerous step files which I have imported into an assembly. I now need to move all the imported files to a predefined UCS (not 0,0,0). I can do this manually by using the assemble command and selecting the centre point then selecting the centre point of the pre-defined UCS.

I have potentially thousands of parts to move in various assemblies, is there a way to do this using iLogic and if so, how?

View 2 Replies View Related

AutoCAD Inventor :: How To Copy IAM / Several Parts To Another Folder

Oct 16, 2003

How to copy an IAM & several parts to another folder (I created a new project folder for them) using DA without messing up the original file structure. I'd like to change the new IAM file name & only several of the parts that are not common to the original (Stand alone environment, no network).

View 5 Replies View Related

AutoCAD Inventor :: Dragging Parts In Folder

Jun 6, 2013

When I drag parts in the browser to a folder I created half the time they end up just above. I always wait for the folder to highlight blue before dropping but why don't part go there as requested all the time?

Is this a step up on my station, precision of the cursor? My colleagues don't seem to have this problem but we can't see any differences in our step up except I use a different mouse.

View 7 Replies View Related

AutoCAD Inventor :: Moving Assemblies With Parts Intact?

Jul 11, 2012

I can't move the assembly I'm building around without the parts moving out of place from where there constrained too. I manly use mate and flush constrains. I have to build a layout of a room later on with these assemblies in it and they must be able to be positioned where they need to be. How do you keep your constrain parts from moving out of place?

View 1 Replies View Related

AutoCAD Inventor :: Moving Parts In Part Environment?

Feb 14, 2013

I have a bunch of parts that are almost identical except for a few minor changes each time. Most have already been created in Inventor. My problem is that I want to rotate the part so that a face that was once along the XZ plane will now be in the XY plane. Is there anyway to rotate it like this? I would like to do this so that when I bring it into Mastercam, I don't have to rotate it each time.

Crev64
Autodesk Inventor 2009

View 2 Replies View Related

AutoCAD Inventor :: How To Copy A Folder With Assembly And Parts

Jun 23, 2011

I often want to copy a design (assembly plus used parts) to some other folder as a quick start for some derived work. I  want to be able to work on this copy without influencing the original and visa versa.

The problem is when copying with the windows copy command, the references to the parts point to the original folder. I read that you can use the Copy feature of the Vault for this. But I'm not using the Vault and don't want to.

Pack and Go is also not a good solution because it copies a lot of other stuff and makes a new project file. How can I do this. It seems so a simple operation. But I can not figure out how to do that!

View 9 Replies View Related

AutoCAD Inventor :: Copying CC Parts To Custom CC Folder

Apr 4, 2013

how to copy parts from the existing CC to newly created custom folders within the CC.  We are now just starting to look into which parts we want to be in our custom folders moving forward.

Once we copy them over, the plan is to change the descriptions and possibly some dimension values.  Because we are in the early stages of revamping our companies part number scheme the thought was to keep the out of the box P/N's currently showing in the family table of these parts.  Some of these parts have already been used as "Standard" (not custom) from out of the box in the CC and these said parts have already been checked into the vault.  If we are not changing the part numbers in the copied parts family table, is this going to create errors when checking these copied parts into the vault?  Part of me is saying I am going to get the "This part already exists in the Vault" error message being they are standard parts  But, the other part of me says technically they are different so maybe this wont be an issue.  I am looking for confirmation of this.

I also would like to know if it is possible, when you have two separate custom folders in the CC can you copy the same component into both folders changing only slight things.

Inventor Suite 2012
Windows 7 Professional
Intel (R) Xeon (R) CPU 3.47 GHz
12.0 GB Memory, 64 bit OS

View 3 Replies View Related

AutoCAD Inventor :: Moving Solids In Multi-body Parts?

Jan 26, 2013

I have 17 years of Unigraphics / NX and 2 months of AutoCAD 2013 3D experience .  I am designing a welded table that has lots of tubes to be aligned to each other.  It appears that snaps do not work on solids and there is no way to do a point to point solid move in Inventor.  Is there any way to select a solid, snap to a base point, then move or copy to a snap destination point of another solid?  Does this need to be done in an assembly drawing?  If so, do I have to create a file for each tube and then bring each of them into an assembly?  I would like to draw the table as one part.  Designing all the parts together.  The lack of snaps is strange to me.  I can only snap to end points in sketches.  No midpoints??  I must be missing something very basic and easy.  I have not tried an assembly drawing yet.

I have been working through hours and hours of training videos.  Everything but move, copy and paste has been pretty easy.  I think I need to find an AutoCAD to Inventor transition video.  There are no training courses in my area.  So I'm stuck with online training.  This problem is never addressed and I can't ask the question on a video.

View 7 Replies View Related

AutoCAD Inventor :: Moving Content Center Parts Between Assemblies

Aug 14, 2012

I'm working on some plumbing in an assembly and in the past I've inserted all the fittings and pipe into a main assembly. Then created a sub-assembly and moved all those parts into that assembly. However I cannot drag and drop the pipe fittings around in the browser window. So I'm unable to move them to a sub-assembly.

I last remember moving content center parts between assemblies in Inventor 2012 and I'm currently running 2013.

View 6 Replies View Related

AutoCAD Inventor :: Create Multiple Assemblies With Moving Parts

Jan 16, 2013

I am having some trouble with assemblies. What I want to do is, create multiple assemblies with moving parts and then assemble them all in one assembly. When I do this, the assemblies with moving parts come in as "blocks" and the parts will not move.

View 8 Replies View Related

AutoCAD Inventor :: How To Sort Parts Inside Browser Folder

Nov 17, 2012

Alpha sort in assembly bonus tool sorts outside browser folder. Is there any method (API) to sort inside browser folder?

View 3 Replies View Related

AutoCAD Inventor :: Force Users To Particular Folder When They Save 3D Parts?

Mar 20, 2013

Within my InventorAddin in vb.net we are trying to force users to a particular folder when they save 3D Parts, Drawings etc.

This 'SaveAs' form does indeed fire, but after the 'Inventor' own 'SaveAs' form window. Can we suppress 'Inventors' window or even change that so it points to our preferred location.?

If we do not do this we are goinf to have 3D Drawings in the Parts folder etc etc.

PrivateSub applicationEvents_OnSaveDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnSaveDocument
If iApplication.ActiveEditDocument.FileSaveCounter = 0 Then

[Code].....

View 1 Replies View Related

AutoCAD Inventor :: Force Save Of Drawing's Parts And Assembly To New Folder?

Feb 8, 2013

How may I best reuse a legacy assemlby and it's drawing to create/update to an vairant assembly?

View 3 Replies View Related

Lightroom :: Cannot Find Virtual Copies In Windows Folder

Jul 29, 2012

I can not remember to have encountered this before, so here I go: I just created a virtual copy of some photos from my summer holiday, and all works well. But when I needed to access these photos going the Windows' way (Windows/My Pictures that is), the virtual copies do not appear in my YYYYMM folder. Going back to LR though, they will appear there with a /Copy 1 extension. RIghtclicking the VC, then "Show in Explorer" will highlight the original in the folder, the VC still not being there. Part of the frustration is that I can not remember this happening before (or maybe it has), so I'm wondering if I by accident have changed any settings.
 
Running LR 4.1 on Windows 7 64-bit.

View 25 Replies View Related

Lightroom :: How To Get V3 To Monitor A Folder Without Moving Pics To A New Folder

Nov 21, 2011

I set lightroom 3 to monitor the folder that my Eye Fi card feeds to but I couldn't see how to do this without also setting the "move to" setting...is there a way to do this to just have Light room recognize when new pics come in and not move them?

View 4 Replies View Related

Lightroom :: Delete Folder Containing Master Image And Its Virtual Copies From LR4 Catalog?

Jun 6, 2013

I have created virtual copies of an image in Lightroom 4 and I am wondering what will happen to these if I delete the folder containing the master image and its virual copies from the LR4 catalog? Will the virtual copies be automatically deleted? If so, is this reversible in any way? Will i recover these virual copies if I add the folder back into LR's catalog later on?
 
Also will Adobe Bridge be able to read these virtual copies in both before and even after the folder has been removed from LR4? Or is the 'virtual copy' functionality specific to LR and that the only way to preserve it is to keep the original image within LR and never delete it?

View 3 Replies View Related

AutoCAD Inventor :: Dimensioning To Virtual Sharps In DWG?

Oct 26, 2011

Is there an easier way to dimension to a virual sharp or place the ordinate dimension origin on a virtual sharp than by trying to drag the point along each line until you get the dotted lines to intersect?

View 6 Replies View Related

AutoCAD Inventor :: Add Multiple Virtual Components

Jun 7, 2013

I have a VBA macro that places selected virtual components into an assembly.  I can place virtual components with different part numbers into the assembly with no problem.  When I try to place the second instance of a virtual component with the same part number I get an error.

For example: If I place a virtual component with the part number C123A456 into an assembly it shows in the tree as C123A456:1 If I try to place C123A456 again it errors at this line.

'Add selected line as a virtual part
Set oOcc = oOccs.AddVirtual(sPartNumber, oMatrix)

I can place multiple virtual parts if I append -1, -2, -3 etc to the part number but I would like to let Inventor use the :1, :2, :3 to keep track.

View 9 Replies View Related

AutoCAD Inventor :: Dimension To Virtual Sharps

Dec 28, 2011

I am using 2012 and am having a problem dimensioning to a virtual sharp.

On the above corner I select the straight edge on top or to the left of the corner. I then right click to bring up the intersect option but the only options I get are one, Snap Settings, Zoom, Pan, and Help.

Do I have a setting off somewhere? Or is there a location where the sharps don't work?

View 4 Replies View Related

AutoCAD Inventor :: Vault - Copying Files From Folder To Folder

Aug 29, 2012

I am trying to copy big assembly with its folders from one folder to another.I cant use Copy Design because I get too long path error.

Alternative way of copying files and keeping its relationships?

View 3 Replies View Related

AutoCAD Inventor :: IPart Creating Folder Within Project Folder?

Dec 13, 2011

I create an I part and I noticed it creates a folder within my main folder. This introduces a bit of chaos into my folder structure, is there any way around it?

View 5 Replies View Related

AutoCAD Inventor :: Replacing Parts With Custom Parts Created From Content Center

Sep 27, 2012

I am trying to replace a custom part - created from a content center part -  with a copied part with a different name.  (I am using the replace tool in an assembly.)  However, Inventor is not replacing the part with the part I pick but rather the content center version of it.

View 3 Replies View Related

AutoCAD Inventor :: Showing Two Instances Of Parts List And Adding Custom Parts

Mar 30, 2012

On the main sheet of my drawing I have the overall Parts List.  Shows almost all parts except for the few that we don't want to list.  On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.

On the main sheet there is an item (#13) that has a QTY of 3.  Two of those Three are optional parts.  What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.

I get it in the Parts List, Apply it, close it, save the drawing.  Looking at the Parts List, item #13A is there, but item #14 is gone.  I go back into the Parts List and 13A is there and there's a blue box around the item # and the description.  I uncheck Static Value and number 14 shows up (item # and the description).

Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible.  Go back to sheet one, open the Parts List and there is no 13A to be found.

View 9 Replies View Related







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