AutoCAD Inventor :: Break Link On Shrinkwrap Component
Jun 25, 2013
I have a shrinkwrap part of a conveyor that I want to use in a plant layout. I have it just the way I want it now. However, I want to do a break link on it so I can copy it off to another project workspace. When I do a break link my derive settings change to some funky default and my model gets all messed up. The one that's giving me the biggest problem is the remove parts by size. On my long conveyors its removing my motor, reducer, drive chain guards, support legs, and other miscellanea that I need shown in my layout.
how I want it with the link unbroken.Here it is after I break link with nothing else changed: URL....
View 4 Replies
ADVERTISEMENT
Jan 3, 2014
I am experiencing trouble with the simplify function. When I create a shrinkwrap / simplified part, it always keeps the link to the original assembly. Therefore I cannot move the shrinkwrap to other folders or treat it as an individual ipt file in any way. When I try to break the link I can't, the "link" button is greyed out:
This topic has been discussed for an older version of inventor here, but the solution does not work for me: [URL] .......
View 2 Replies
View Related
May 13, 2013
Here in some IAM mine, i need to put a % more of some parts, so I decided to use virtual components for that. It worked great, but I'm with 2 doubts to get faster doing that.
1º - Is there a way to link the properties of a virtual component, to an existing part ? Like mass, part number and some Customs too. That would be easier in this case, when I need just put some more parts without change the modeling visual.
2º - Can I use a template to create a virtual component ? I did some searches, but I just found topics from 2005 that it wasn't possible, but with IV 2013 or even 2014 is that possible ? I have here many custom properties that I always have to create again in virtual components.
View 1 Replies
View Related
Oct 9, 2012
I am trying to shrinkwrap an assembly to send out to a potential client, without giving away all our IP. The assembly has decals on one or two of the components which are key to identifying our product. I have yet to find a way of shrinkwrapping it that doesn't loose the decal... which check box I've failed to check/deselect, or is there a better way?
View 2 Replies
View Related
Jul 10, 2013
is it possible to do something like this but to create an shrinkwrap of an IAM and save it as IPT?
View 3 Replies
View Related
Jul 29, 2011
I have a table linked to an Excel spreadsheet, I unlock the cells and then right click but the Data Link sub-menu is greyed out and not available. Cannot delete the link in the data link manager becasue it is in use. Had to open the drawing in 2011 and detach the data link. 2008 also detached the link no problem.
How to detach a table link?
View 9 Replies
View Related
Sep 19, 2012
Is there any way to create a rule to create a substitute on my weldment files?
what I need is something like:
If this document file type is weldment then create shrinkwrap substitute, go to the file (substitute) read the custom iproperty "area" and write to this document custom iproperty "area for sand-blasting" activate LOD Master then delete substitute LOD.
The propose is for purchase department to know the area of the assembly (only the area of visible surfaces).
View 1 Replies
View Related
Aug 26, 2013
I have an issue with Shrinkwrap/Derive when using a Positional Rep.Open the derived part and try to change it to the "work" positional rep.Everything appears to work fine in the "master" rep.I have this problem in a few of my assemblies and was able to track it down to the positional rep usage in the derived part.
View 8 Replies
View Related
Nov 7, 2013
Can I make a STEP or IGES file from a 2013 Inventor Shrinkwrap file?
View 3 Replies
View Related
Jan 26, 2012
We are having an issue when we replace a component in Inventor Pro 2012. When we replace a component, the name in the browser does not update to the new component. We've even tried to close and re-open the Inventor assembly and that does not work. We end up manual double clicking the name in the browser and type in the new component name.
Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64
View 4 Replies
View Related
Jul 25, 2012
II need a way to tell if a component occurence is a virtual component.
I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the
Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf.
[code]....
View 2 Replies
View Related
Feb 5, 2011
If I right click on a symbol instance, I get a menu item, "Break link to symbol." How can I do that same thing in Javascript?
1) That is, how do I use Javascript to break the link between a SymbolItem and the Symbol it represents? (i.e. without deleting the Symbol?)
2) Once the link is broken, how do I locate the Layer that was created when the link was broken? That is, once the link is broken, it is no longer a SymbolItem; it becomes a Layer instead. How do I locate that Layer?
3) How do I convert the Layer to a GroupItem?
View 5 Replies
View Related
Jan 11, 2013
I am trying to make port rims for pipes that can be swapped in and out of an assembly. However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of. I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.
View 2 Replies
View Related
Apr 13, 2011
I have created a symbol in CorelDraw X5 on a Mac using parallels.
The symbol is on a layer which is not locked, and the object which has become a symbol was grouped before I made it into a symbol. The boundary marks changed from black to blue.When I try to select Edit/Symbol/Break link, the Break link command is greyed out.
View 6 Replies
View Related
Sep 12, 2013
How to do it ?
View 4 Replies
View Related
Aug 30, 2012
I have an assembly which has a few components suppressed.
My end results is another copy of the assembly (with copies of the all the parts) in another directory
Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)
DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments
And save a copy of the assembly using
ThisDoc.Document.SaveAs
I also added the fllowing snippet (which I am not sure what is does), but it does not work for me
Component.SkipDocumentSave = true
When I open the newly created assembly, I still see the suppressed components in the model browser
I want to either;
Skip saving the of the components in the model browser (i.e. the Assembly)
OR
Delete the suppressed parts in the Assembly, so that they do not save altogether
View 3 Replies
View Related
Mar 19, 2010
Is it possible to change te Break command permanently in the Break at Point command?I never use break, only break at point.
Changing te macro for break ^C^C_break to the macro for break at point ^C^C_break \_f @ doesn't work.
To do it manualy at the command prompt takes to much keyboard entries and mouse clicking.
View 6 Replies
View Related
Aug 21, 2013
I'm using Inventor Pro 2011 and I'm trying to break the association of a BOM from it's assembly. My company uses a "next assembly list" on each drawing to show the quantities and information that appear on the BOM in the next level assembly. To achieve this we insert a parts list referencing the next level, then we turn off the visiblity of all the parts except the item we want shown. The problem we've found with this is that we're using some large assemblies and Inventor slows down when it has to reference the large assembly on each drawing. All we really want to show is the single line. If we break the link to the large assembly, we feel that it will speed up the process considerably.
View 5 Replies
View Related
Dec 21, 2011
How to Create a dimbreak like Autocad in Inventor idw
View 2 Replies
View Related
Feb 15, 2012
Is there anyway to use the break-out command in an IDW to show something inside an enclosure that you normally would not see? I don't mean a section view but an Isometric view that temporarily removes a part of the wall of an enclosure so you can see what is inside, specifically in a presentation view?
View 5 Replies
View Related
Jan 17, 2013
I have several sheets w/in a drawing. Some of the sheets are titled sheet 2A, 2B, etc. I'd like to be able to do this w/o needing several title blocks. what becomes sheet 3 is now sheet 5. How do I offset the sheet numbers?
View 2 Replies
View Related
May 27, 2013
Is it possible to break my bolted connection, so that i can change the information given by inventor in the BOM? Its always grayed out and i can`t seems to find a way to make it "ungrayed".
I could change it directly on the .idw but me and my project leader would like to not go on that road. Our teams are seperated in to two. Ones in charge of modeling & the other is in charge of the presentation. We would like to give, as much as possible, not to much leeway on those in charge of the presentation.
View 3 Replies
View Related
Mar 24, 2011
Who can tell me if Break lines in Inventor 2012 will be constrainable? I mean come on... All the new fancy stuff Inventor gets every year is great but when will the simple things get done?
View 9 Replies
View Related
Jan 11, 2014
I´m drawing a component which does not fit within the drawing sheet. How can I reduce its space on the sheet, while keeping the dimension equal?? I know I can use a Break, but I really can't suceed into using it.
View 9 Replies
View Related
Aug 25, 2009
I have a pattern of iassemblies in an assembly. If I change the member then all instances will change.
is it possible to explode/break a pattern into individual iassemblies?
I think this would be really useful. You can use pattern to layout the assemblies but then break the link to edit them individually. Perhaps to move one slightly, for instance. Or to change a particular member, as I need in this case.
I know that I can suppress specific members and replace with a new member. But this will loose the constraints I have applied to the members of the pattern.
By breaking the pattern there will be no parameters to determine the position of those exploded members, so perhaps they could be automatically grounded until you add new position constraints to them?
View 6 Replies
View Related
Jun 25, 2012
Any trick to make create a break view along a sloping edge.So that the view still appears continuous rather that the one.
View 3 Replies
View Related
Jun 22, 2013
I'd like to be able to create break-out views, somewhat like in the picture below.
Is this possible directly in Inventor? That is, without having to carve out elaborate geometry in the parts and assign red color to the jagged edges.
I can achieve some of what I want in a drawing (Break-out in a view, then making an isometric projected view from that first view with the break-out), but it's still not exactly what I want.
View 1 Replies
View Related
Mar 5, 2013
is there any way to control which areas of my part or assembly that I want to use the View Break on? Currently I'm not aware of any options. It wants to break through the entire assembly or part view.
Basically I have a coworker who designs his electrical harnesses in Inventor. Some of the wiring branches off the main harness are longer than others and he would like to break only that specific branch of wiring, not the entire horizontal or vertical area of the view.
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 1 Replies
View Related
Oct 14, 2011
I have an assembly drawing which requires a break in the drawing view due to its height. The drawing view scales accoring to the change in height (so it remains the same physical height on the drawing), however I need to be able to increase/decrease the height (or value) of the break linearly to the height of the assembly.
I had a look at the ilogic 'break sample' and tried to adapt it to my needs, however, i couldnt get it working. I am using Inventor 2012.
View 4 Replies
View Related
Aug 9, 2011
Large Assembly / Inventor 2008
I have a layout drawing, and I want to add a parts list, but I want to break it into 2 "columns" rather then a long one
how do I do that?
View 9 Replies
View Related
Oct 31, 2012
How can I use one "line break" in the same command on iLogic ?
For a simple doubt, a simple sample :
MessageBox.Show("Message blabla blablablabla blablablabla", "Title")
In this case, how could i divide the message in 3 lines in the messagebox ?
actually this would work for me in other case too, creating a text with more than one line, instead of creat many text boxes.
IV 2013
View 2 Replies
View Related