AutoCAD Inventor :: Send Custom Properties From Selected Assembly View In Drawing To All Parts
Nov 4, 2013
I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.
Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)
[code]....
I have the rule "SEND TO PARTS" in my assembly but i have this error message
MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
View 8 Replies
ADVERTISEMENT
Sep 1, 2011
Is it possible to define a View Representation in an assembly such that a half section view is active, but only for a certain set of parts within the assembly?
View 5 Replies
View Related
Oct 24, 2011
Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?
View 2 Replies
View Related
Apr 18, 2012
Is there a way that we can set the view label in the style library to show custom/user Properties?
We have set our iam/ipt templates to have some custom properties which we wish to display in the view label when the view is created however there this no way to add these properties to the label.
I find this a little strange as you can add these user Properties to the parts list in the style library? (I've added some screen caps to show what I am talking about)
View 8 Replies
View Related
Sep 4, 2013
I have a question about getting CoG of my assembly. The only problem is that i only need 2 parts (the rest are just dummy solids with 'default material'.
When i control select two parts, right click and go 'iproperties' - the physical tab doesn't let me determine CoG of the two parts combined.
View 3 Replies
View Related
Dec 13, 2012
When I make a drawing, often times page 1 will be the entire assembly and in subsequent pages (sheets), I will dimension each individual component, etc. In the "Name" field in my title block, I have it grabbing the "Title" and "Subject" iProperties. Just so happens, those fields are ALWAYS the same for each part as it is for the assembly.
What is the best way I can either
A) AUTOMATICALLY copy the "Title" and "Subject" iProperty fields from the assembly to EACH part that makes it up
or even BETTER
B) AUTOMATICALLY copy the "Title" and "Subject" information from sheet 1 to the same place on all subsequent sheets
Or BEST
C) Have the title block template pull that data from the assembly, EVEN IF only a singloe part is on the sheet.
View 2 Replies
View Related
Aug 19, 2012
Is there a way using ilogic,that when you select/highlight a part within an assembly and run the code that it will turn on the Origin planes only and also turn turn them off ?
View 5 Replies
View Related
Feb 28, 2013
I am having trouble with mass prop exporting to sheemetal parts. It did work for 2012 now its not happening iv2013. service pak 1.1
View 1 Replies
View Related
Jun 12, 2012
When I make a half section view in an assembly the frame generator members do not section, they remain full length. Is this normal or something with my setup?
2012 SP2.
View 2 Replies
View Related
Jun 1, 2012
Is it possible to change a Parts Only parts list on a drawing into a Structured parts list? When a new parts list is created and you select the view it automatically chooses parts and greys out, preventing you from actually changing it manually. Is it possible to get around this without having to start a new drawing?
Inventor 2011
View 1 Replies
View Related
Aug 10, 2012
I am using inventor 2013, and I have some model and like the word say they are model that i will use as derive parts to machined or change depending on the model. then I make the IDW drawing from the derived part.
Most os this models are assemblies. what i want is to pass the model number to my IDW drawing of the derived, so i can see from which model the part is derived.
View 5 Replies
View Related
Jul 8, 2012
I was wondering if there is a way to export or save an assembly drawing to .dwg format (that can be opened by cad or acad mechanical) in such a way that all the parts of the assembly are exported as individual blocks (within the same file) To explain- lets say I have a .i am out of which I create a drawing (.dwg for inventor). Then I export or save this as acad dwg. This acad dwg should have all parts of the assemblies as blocks so that if I want to work on a particular part in the 2d environment of acad, that is possible.
View 1 Replies
View Related
Oct 13, 2011
I'm referencing an assembly on a drawing. When new parts are added to this assembly, they show up on my drawing, anyway to stop this?
View 5 Replies
View Related
Aug 8, 2013
I have an assembly drawing that i would like to have in the partlist a column with the design state of each part of the assembly, how can i do that, since that property is not in the partlist column chooser.
View 3 Replies
View Related
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
Nov 25, 2011
I don't understand why my parts aren't updating when I put a hole through them on the assembly drawing? I would expect the part (.ipt file) to get updated with a hole through it when I save the assembly drawing, however it doesn't. Do I have to change a default setting or does inventor no do this?
View 1 Replies
View Related
Feb 8, 2010
From a VB.Net program, I'm trying to create a dimension on a drawing document between two parts in an assembly. I can get the parts using component occurrence. The line marked below throws the following error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)).
As you may see, I have allocated memory for both "Edge" and "Face" (Dim oEdge1 As Face) albeit one is commented out. Attached is the screen shots from the attribute helper add-in. In it, you will notice that the attributes are of type: "Face".
Public Sub CreateDrawingDimension(ByVal Part1 As String, ByVal Part2 As String, ByVal AttName1 As String, ByVal AttName2 As String)
' Get the Active Drawing document
Dim oDrawDoc As Inventor.DrawingDocument
oDrawDoc = invApp.ActiveDocument
[code]........
View 2 Replies
View Related
Nov 27, 2012
I have created an assembly that has a parts list, and in this parts list I have up to 100 mono detail drawings. I would like to know if there is a way to print all of these drawing from that list in a massive plot.
At my previous company we had something like this in AutoCAD where a script was created to look at the drawings and print all drawings mentioned in the assembly BOM and subsequent sub-assemblies, it worked beautifully.
I find that I have to print all drawings to paper or PDF individually.
View 7 Replies
View Related
Mar 31, 2012
I am not sure why, but i can't hide few parts in my drawing. I have hidden few parts and saved the view rep. I have called that particular view rep and still I am seeing it the drawing. I am unable to hide it. This is a multi body solid part file. I use INV2012. Win 7
View 1 Replies
View Related
Mar 13, 2013
I am working with several drawings that were created, I believe, using Inventor 2011. I am currently using Inventor 2013. I noticed some views do not show the outlines of custom parts created using Content Center. And it's only some of the parts within the view. The outlines of parts created the same way show up correctly. The B.O.M. structures for the parts are set to Normal. I toyed with the Drawing View Settings' Display Options with no avail. When the Drawing View is set to Hidden Lines Removed, the part doesn't appear at all. When I select the shaded option, the part appears, but there is still no outline.
Along similar lines (no pun intended), sometimes the outline extends beyond the actual part location. For example, a pipe that is 24 inches will show up in the drawing view as 72 inches. When the shaded option is selected, the part appears correctly, but the outline extends beyond the shaded area.
View 8 Replies
View Related
Nov 19, 2011
I'm using Autodesk Inventor 2012 SP1 64 Bit on a Windows 7 machine without vault.
I seem to be missing something. I cannot get the parts list in assembly drawing to fill the part number column. See the image below.
The BOM has the part number field filled out as shown below. Is there someway that I need to map the iProperty to the part number column in parts list?
View 6 Replies
View Related
Sep 21, 2012
Recently when I have placed a view of an assembly into an idw drawing, then try to dimension distances between parts it gives me strange looking dimensions, or no dimensions at all. It looks as though the dimensions are going from the edges of each part at different angles, when I want them to be parallel to the view. I just want the dimension from a line to a line in that view as though it is 2d, but it is acting like it is still in 3d. I do not know if their is a setting that will change this or not.
I attached a screen shot of what the dimensions look like.
View 6 Replies
View Related
Nov 19, 2012
I'm using Inventor 2011 and when I go to change parameters using iLogic in an assembly model, (sometimes it is a component suppression, other times it is an iPart component change) it won't update the associated drawing file. I need to go into the BOM on the drawing and renumber the balloons, or change something else in order for the custom iProperties to update in the drawing template. If I just change the iPart component, then the BOM doesn't need to update making the renumbering of balloons redundant.
I'm using iLogic to update all of the iProperties and component references, then reattach balloons. What I would like to do is automatically update the custom iProperties drawing template fields, and renumber the drawing BOM.
View 2 Replies
View Related
Sep 16, 2011
I'm creating a small product configurator using ilogic. It all works fine, but i've i challenge:controlling the visibility of the components in a drawing view
In simple words, every occurrence of my assembly has an custom Ipropertie calles "Positie". there where 4 values (Bodem, Zij, Kop, Deksel and Overig)In a drawing view i only want to see the parts that has a specific value of the ipropertie "Positie".I found a sample code for VBA, but I cann't get it worked in ilogic.:
Sub HideSecond()
'Assumes you have an open drawing
'Assumes that view 1 of the active sheet is an assembly
'Turns off visibility of assembly's second component in open drawing's first view
[code]....
hind to turn this into ilogic and add the option to check the ipropertie to turn on the visibility
View 6 Replies
View Related
Jan 10, 2013
Is there a way to have a view in a sheet that displays a few specific components of an master assembly? There is a motor/gear-box assembly within my master assembly that I don't want to make a separate assembly for BOM purposes, but I want a .ipn view with the motor/gear-box "assembly" exploded. I tried making everything else in the master assembly "not visible" for the particular .ipn view, which works fine, but if I add or replace anything in the master assembly, those additions appear in the motor/gear-box .ipn and screw up the view.
I could just make a whole new assembly for the motor/gear-box and use that for the exploded view, but I would rather the view update to reflect slight changes I make in the motor/gear-box "assembly" from within the master assembly.
So can I create a .ipn view and say, "I want these particular components of an assemly to appear in this view but nothing else"?
View 5 Replies
View Related
Nov 29, 2011
Trying to do two variations of an assembly using representations. I turned sub-assemblies off in different representations by unchecking "visibility." I can switch back and forth between representations in the assemby and the sub-assemblies go on and off, but drawing views where I've selected a given representation still show the "invisible" assemblies.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 6 Replies
View Related
Feb 1, 2012
Is there an option in drawing mode to exclude certain parts from a section view.
According to ASME Y14.3 parts such as shafts, keys bolts and nuts should be excluded in sectional view. Its not just removing the Hatching, the part has to show completely.
The closest I found in Inventor is that you can exclude Standard parts from being sectioned. Some of my parts are not in the standard library.
I would like to have the option to choose which parts I want to section and which ones I don't.
View 9 Replies
View Related
Jul 10, 2012
I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?
View 2 Replies
View Related
Oct 30, 2012
it is possible to make a constraint that utilized a parameter of a part within the assembly.
For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?
View 1 Replies
View Related
Oct 31, 2011
My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.
When I import the original parts into a new assembly, all of the constrains I created are not there of course.
I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.
I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.
In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.
View 4 Replies
View Related
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