AutoCAD Inventor :: Custom Properties Inside Part List
Sep 23, 2013
I have a problem here. I've created a tube & pipe assembly. Now, I want to know whether I can automatically generate "Location to" and "Location From" of my tube assembly. For example, tube A origin from part A goes to part B. So I want to automatically generate those. Is there is a way or do I need to type in manually.
View 1 Replies
ADVERTISEMENT
Mar 28, 2012
I go to the Parts List, Insert a Custom Part, click Apply, Click Ok and nothing shows up. I go back in to Edit the Parts List and the Custom Part is not there at all.
View 4 Replies
View Related
Dec 20, 2011
I’m trying to get the embossed text on a nameplate (done in sketch on a part) to change with updating a custom property in iProperties. Right now I’m using iLogic so I can change the text in User Parameters and that updates the embossed text. So where I’m having an issue is the Export Parameters tab is grayed out so I can’t get it work with my custom properties.
View 1 Replies
View Related
Oct 14, 2013
There are many examples of creating rectangular patterns, but not many, if any, of interrogating existing patterns.I have attached the files and a screenshot of a rectangular part inside an assembly. The part contains a rectangular pattern of holes and workplanes.how do I get hold of each proxy of the workplane in the pattern?In other words I don't know what to put in the for loop at the end of this code fragment:
If _invApp.Documents.Count = 0 Then MsgBox("Need to open an the assembly document") ReturnEnd If If _invApp.ActiveDocument.DocumentType <> DocumentTypeEnum.kAssemblyDocumentObject Then MsgBox("Need to have an Assembly document active") ReturnEnd If Dim asmDoc As Assembly Document asmDoc = _invApp.ActiveDocument Dim asmDef As AssemblyComponentDefinition asmDef = asmDoc.ComponentDefinition im occurrences As ComponentOccurrencesoccurrences.
[code]....
View 5 Replies
View Related
Aug 7, 2012
Is it possible to use a custom properties within part builder to calculate pipe sizes?
Within part builder I have created a new parametric part under the rectangular pipe chapter.
This new parametric will represent a electrical conduit ductbank that will vary in size depending on the number of conduits in the ductbank. For example a 2 x 3 ductbank would have 2 columns and 3 rows of a 3" conduit. So the width and height of the rectangualr duct bank would be calculated this configuration. I will have up to 12 rows and coluimns in a single ductbank, so I might have a 10x10, 3x12, 12x 1, etc.
I have a custom pipes catalog and within the AeccPartParamCfg.xml I have created 2 custom propertes named ROWS & COLUMNS.
My question is can this custom property be used to calculate the the height & width on the rectangular pipe within part builder? Once I draw my pipe I would like the ability to edit ROWS & COLUMNS within the Pipes Properties to change its size. is this possible? See image below.
View 3 Replies
View Related
Mar 11, 2013
I'm modeling a temperature gauge and would like to have glass over the gauge so the inside is visible. I can easily do this with an assembly, but I'm wanting to do this with a single part. I tried to derive a new part from the assembly, but the transparent part turns solid so nothing inside is visible. Is it possible to do this?
I've include pictures of what I want and what I end up with.
Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit
View 9 Replies
View Related
Aug 20, 2013
If I want to find part which is inside another part or assembly, which means no matter how I turn camera, I always cannot see that part.
Does inventor has this function? Or is it possible to develope by .NET API?
View 4 Replies
View Related
Jan 3, 2013
Is there a way to include custom sheet properties in the sheet list table?
AutoCAD Civil 3D 2012 (Primary),
Dell Percision T3500: MS Windows 7 64-bit SP1;
Intel Xeon CPU W3505 @ 2.53GHz, 12.00 GB RAM, NVIDIA Quadro 600
View 4 Replies
View Related
May 16, 2013
When using Inventor with Vault, we have a problem when categorizing custom content center parts in Vault. In short, custom content center parts are incorrectly categorized as "Content Center" and automatically released - as there is no property that we can use to identify these files.
I need iLogic code to trigger when custom content center files are created/saved, wich adds the following custom iproperty "IsCustomContentCenter=True".
View 1 Replies
View Related
Sep 13, 2012
I use inventor 2012. In some projects the cc parts cannot be saved as a custom part (error message: Unable to create component), but in some project it works. I checked all projects settings are same.
View 2 Replies
View Related
Aug 12, 2013
I made a screw that intrudes into a part, but not to the end.
I want to measure the remaining distance, so, i have to select the face of the screw and the hole in the part.
I cannot do that since the program doesn't let me select the faces.
I tried to slice the part with the half section view, but when i press the measure tool the section view ends.
View 8 Replies
View Related
Aug 30, 2013
I need to create a column in a partslist that reads IDENTIFYING NO. instead of the factory PART NUMBER title. When i create the new property in the column chooser dialog box how do i get inventor to pull the PART NUMBER from iprops over to the IDENTIFYING NO. column.
View 4 Replies
View Related
Sep 12, 2013
I am trying to draw a series of flow channel (in a row) in a rectangular parallelepiped.
So I sketched a rectangle -> extruded (cut) -> sketched another rectangle -> extruded -> sketched another rectangle inside of one of channel -> extruded, and finally made a flow channel like in attached file.
What I hope to know are :
(1) Is there a way to copy that flow channel? Or should I have to do same repeatedly for tens of flow channel?
(2) Is there a way to make a flow channel easily?
View 6 Replies
View Related
Dec 30, 2011
In Solidworks they had something called custom properties that were generally setup in the models where you had the property names and then values would be filled in to automatically populate drawing titleblocks. I found this, but I can't get the drawing description to keep changes and update the drawing.
View 9 Replies
View Related
Oct 30, 2012
I am trying to generate a parts list that will contain a stock number from the BOM.
When I go to customize my parts list I cannot add a stock number as it's not on the list of properties available.
Is there any chance to add other properties? (i am aware that I can add a custom property but it won't be linked to my BOM.
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
Sep 5, 2013
I have an assembly which contains a CComPtr<ComponentOccurrence> pThisCompOcc , and I'd like to do two things.
Get the name of the "base" object, not the display name of the occurence Change the model and user parameter values of the occurrence I suspect that I need to find the function or method which gives me a CComPtr<PartComponentDefinition> pPartCompDef which the occurrence points to for the Q1, but what about Q2?
Presumably the parameters are associated with the Component Occurrence and the "real" name is associated with the Part Component Definition?
View 6 Replies
View Related
Apr 29, 2013
Coming from MDT I'm having a hard time adjusting to some of the features that are missing in Inventor. One of which was a command that allowed me to hover over any part in MDT and it would show me the part name and if it was a structural steel item would show me the G_L or length. I cannot find this feature in Inventor and don't even know if this is available. This allowed me to open an assembly and quickly go through it and see what it's made of. Where to turn it on or get it?
View 9 Replies
View Related
Oct 31, 2013
I want my custom property to defined as item #. That Item # then is represented in the balloon.
reasoning is that then engineers wont have to check drawings anymore for the guess work involved in matching the part balloon to each individual part in the assembly being called out.
I can then focus on creating a BOM that shows the different item#'s and the user can quickly go through it.
View 4 Replies
View Related
May 8, 2013
I'm want to reproduce a differential housing. Therefor I need a part which is identical to the inside of the housing. In other words, I need a positive part inside of the housing.
I've tried to do this with Derived parts by placing the differential housing in a large block. But then I get a block where lining of the housing is missing. So i can't do anything with this derived part.
I have attempt to upload the file, but it is too large. Even when i try to compress it.
View 1 Replies
View Related
Jul 10, 2012
can't get the COG of a single part inside an assembly using the default feature of iLogic:
centerPt=iProperties.CenterOfGravityOfComponent("part1:1")
Wikihelp states that it's possible to get the COG of a part within an assembly.It doesn't seem to work anytime getting an error on some missing included references .do I need a Sub-Rule inside the single part?
View 2 Replies
View Related
Feb 2, 2012
Is it possible extract the quantity property from an assembly and use that to populate a title block item in a part drawing file?
I want to be able to print the quantity required for the assembly right on the part drawing that is released to the shop.
View 1 Replies
View Related
Mar 27, 2012
I have often right clicked a part in the browser of an assembly and edited its properties. This may include stock number, material and adaptability.
Drawings of these assemblies seem to update accordingly. At least initially.
I have noticed often several sessions later, the same properties have defaulted to their original value.
And I came across the statement in the corrections attachment.
What does the highlighted sentence mean, exactly? And which properties respond to a change at the part level when edited in an assembly?
Using Inventor 2012 Windows 7 Dell Precision dual EH(quad core) @ 2.13 GHz 4 G Ram
View 3 Replies
View Related
Dec 19, 2011
How to find the Mass Properties of a Part?I'm not able to find how to do it.
View 4 Replies
View Related
Jul 4, 2011
I am looking for ways to add actual custom materials - not (just) in appearance, but in actual material properties (elasticity, etc). I have looked at wiki and searched this forum (and others) but I haven't been able to find anything of the sort... but the properties of the few aluminium alloys available are not those that we use... besides that we need them at specific temperature ranges (and honestly, I haven't been able to find any temperature controls in the FEA yet either.) And.. is there a more direct, faster, way to assign materials then [big I Pro button] > iPropperties > Physical? Right click on the solid and selecting "material" seems so much more ideal.
View 2 Replies
View Related
Jan 23, 2012
I am busy constructing my own Structural Shapes Library in Inventor 1012.During the Authoring and Publishing step I mapped Cross Section Properties (Ixx, Iyy, Torsional Section Modulus, Torsional Rigidity Modulus etc) to set parameters in my iPart table.
I have noticed that once this part is then used in Frame Generator to create a simple beam and then analyzed with the Frame Analysis tool, the analysis tool uses the geometry of the part to calculate these properties.
Is there a way that I can force Inventor to use the properties in the iPart Tables? I am worried that any errors in creating the cross section geometry will be carried into the Cross Section Properties calculated by Inventor.
View 2 Replies
View Related
May 31, 2013
<Subassembly document name>” = iProperties.Value("Custom", "CUSTOMER P.O. NUMBER") iProperties.ValueInDoc("<Subassembly document name>.iam", "Custom", "CUSTOMER P.O. NUMBER")= Ucase(InputBox("CUSTOMER P.O. NUMBER?", "Create Customer P.O.#", iProperties.Value("Custom", "CUSTOMER P.O. NUMBER")))
View 3 Replies
View Related
Nov 7, 2011
When I input data into title block I want to go Field txt->custom and have some rows multiple, in repeating order, I don't have control over that.
Example:
I want:
first row: rev #,
second row: by,
third row rev #,
fourth row: by,
and so on.
Right now I created prompt line "rev (1)", "by (1)", "rev (2)" and so on, but this still wont show the right order in custom props.
View 1 Replies
View Related
Aug 10, 2012
Looking for a way to add additional properties to the drop-down list in Rename Browser Nodes.
Standard List:
Filename
Part Number
Default
Additional properties would be a concatenation of native inventor properties:
<Part Number>-<Description>
View 5 Replies
View Related
Nov 27, 2012
Need vb.net code for filter part list base on view representation.
View 1 Replies
View Related
Dec 21, 2011
I need to use 2 part list in my drawings. I have made the second part list in the style editor and saved it but how do I select it?
View 1 Replies
View Related