AutoCAD Inventor :: How To Get Color Override To IProperty
Feb 27, 2013
My company manufacturs many sheet metal parts that ends up being painted.We need to describe both material and surface treatment in the title blocks on our idw's. Inventor parts then have a selected material (the required steel type) and a color override is applied (the required paint job) But color override is not just like that to retrieve for the title block, like standard iproperties like
<MATERIAL> or <THICKNESS>
View 6 Replies
ADVERTISEMENT
Aug 7, 2012
I'm looking to see if there is a way to link the revision number to a custom iProperty in the same part. Our laser requires a specific output for programming, but I only want this to show up on actual lasered parts as we don't need it on parts that are sawcut. Basically what I would like to do is create a custom iProperty that I can link to the title block for that reads RV:<Revision>. Is there a way to do this? I'd rather not create a separate drawing template for lasered parts as we've got about 100 templates for our various customers the way it is.
View 6 Replies
View Related
Aug 22, 2012
How can I restore "color override" command on manage reebon? In 2013 it is not there by default.
View 1 Replies
View Related
Sep 6, 2013
What is the difference between an Override and a Child Override?
Why do some sections have Override Check Boxes but no Child Override Arrows, and vice versa?
What happens when you click a Green Check Mark in the box?
What happens when you click a Red "X" on the arrow?
HP DV7 Laptop
Intel Core i7-3820QM 3rd Generation Quad Core 2.7 GHZ CPU
16 GB DDR3 RAM ( 2 DIMM ) / 180 GB SSD
Nvidia GeForce 650M Graphics w/2 GB Memory
Windows 7 Professional 64 bit / AutoCAD Civil 3D 2014
View 4 Replies
View Related
Nov 21, 2012
I'm using Sheet Set Manager in Autocad 2011. I'm using 'page setup override', and as plot area 'print extents'. So far, so good. Until someone forgets something outside the title block, and the extents feature is not good anymore (several people working in the same projects).
So, I decide to use as plot area 'Layout' instead, typing the X & Y to determine the area to be plotted.
Now, the setup "override" doesn't override. It’s using the drawing plot area from the drawing itself, which completely defeats the purpose. Am I missing something?
View 0 Replies
View Related
Sep 13, 2013
I have a drawing with polylines that are set to color 6 in model space and are also set to color bylayer.
When I go to my layout and click inside my viewport and pull up layer manager and change the viewport color for that layer to color 12, only parts of the polylines change to the color 12 while other parts remain color 6.
If while I'm in the viewport I change the model color as well to color 12, then all the polylines turn to color 12.This is a problem though, because in some layouts I what that layer to be color 6, and in others I want it to be color 12, or 4 or 5 or whatever.
I could not match this situation even if I wanted to where you draw a line, and half of it is one color while the other half is another color.why the viewport color overrides are behaving like this.
View 6 Replies
View Related
Aug 11, 2011
I need to change the color of a layer in one of my viewports, which I set using the layer manager. That change doesn't show up in the viewport however.
View 9 Replies
View Related
Jun 18, 2012
I can't get Inventor 2013 show a custom iproperty correct.My iLogic rule is this:
iProperties.Value("Custom", "myvol")=volume = iProperties.Volume
But the custom iProperty is a Yes or No.Had no problem with this in Inventor 2011.
View 2 Replies
View Related
Nov 18, 2009
I have a drawing of a sheet metal part with multiple sheets. I have named each sheet to reflect the nature of the views (general dimensions, detail views, flat pattern, etc.). I want the name of the sheet to appear in the title block, but I cannot seem to find the "Sheet Name" property anywhere. Can it be added to the list of the drawing or sheet properties, or is there another way to achieve this?. I do not want to have to use Custom Properties, and manually re-enter the names of each sheet.
View 8 Replies
View Related
Sep 13, 2011
How to export the drawing scale to a custom property, I can use in my title block? I would prefer that it updates when you save.
I use Inventor 2012 64bit.
View 6 Replies
View Related
Aug 10, 2012
I am trying to write a small standalone app in C# that I can run when I have an assembly document open. I want the app to iterate through all the parts in the assembly and set the iproperties. I am having some trouble accessing the iproperties however.
I want (for example) to set the "TITLE" in the "DOCUMENT SUMMARY INFORMATION" to be a concatenation of the part number and the description separated by a " - ".how to access these properties.
View 1 Replies
View Related
Jan 3, 2012
I would like to add a Custom iProperty to the BOM using API.
It would mimic the "Add custom iProperty columns" dialog.
View 5 Replies
View Related
Oct 30, 2013
I'm looking for a way to convert the iproperty value "volume" into length from known values in the part. I have an assembly which consists of 20 different typs of sheets which are rolled out in certain patterns. The width and depth of the sheet are known, and I would like to use the volume to find the length. The assembly is linked to an excel file so the values will change based on certain parameters. I'm using this as a check to make sure there is no error from the spreadsheet.
View 7 Replies
View Related
Dec 22, 2012
I wonder why my ipt iproperty is not transfer to the idw iproperty. Is there something I need to enable for the iproperty?
View 1 Replies
View Related
Jan 3, 2013
I'd like to build a rule into my standard part template that takes the part number (which it automatically gets from the file name by default), removes the characters after a delimiter, as well as the delimiter itself, and sets that as a new custom property. For example, we'll call the custom property Prop1
For part 123-321-1.ipt
Inventor already sets part number iProperty to 123-321-1
I want to set Prop1 to 123-321
For part 123-321-25.ipt
Inventor already sets part number iProperty to 123-321-25
I want to set Prop1 to 123-321
View 4 Replies
View Related
Dec 9, 2013
I've created a form to fill out with drop down options that link to a multitext parameter. I want to link this parameter to the keyword iproperty but a text parameter will not export.
AutoDesk Inventor 2012
View 1 Replies
View Related
Jul 22, 2013
I know how to get a parameter into my list of custom iProperties.What I want to do is take the iProperty lbmass and add it to the list of user parameters. Is there any way to do this without using iLogic?
View 8 Replies
View Related
Mar 2, 2013
I am trying to change the iProperties "Physical" "Material" using an Inventor VBA macro..For example, say the material is set to "DEFAULT" and I want to change it to "TITANUIM", how can I do this using VBA?
View 1 Replies
View Related
Apr 11, 2013
I have a template part that I would like to save automatically once the parameters dialog box is closed. I would also like the Save As filename to automatically be filled in with a iProperty named "Part Name". I already have the "Part Name" description grabbing information from parameters. Is this possible? And is the best way to trigger the event after an "iProperty change" or "Any Model Parameter Change"?
View 1 Replies
View Related
Jan 29, 2013
I put this url in iproperty: catalog web link: google.it in a part
Then I published the DWF.
I supposed than I push ctrl - click catalog web link: google.it in design review properties table the browser pop up but nothing happend.
My idea is fill this iproperty of any part that need maintenance with the url of manufacturer. So the customer can directly download the manuals.
View 2 Replies
View Related
Jun 3, 2012
Am working on iProperties and i am trying to find the iProperty Location. I tried
-Inventor User Defined Properties
-Inventor Summary Information
-Design Tracking Property
But i am unable to find the Location iProperty.. how to find this location.
View 2 Replies
View Related
Dec 4, 2012
is there way to refresh sheet of drawing when an iProperty is changed trough API? When I change for example revision Number, the sheet still show old number. The value is changed, because if I open the iProperty dialog, there is new value and also when iProperty dialog is close then the sheet (title block with this property) is immediately correctly updated. I know that I can use ActiveSheet.Update method, but this update whole sheet and it take long time. There nust be something better because dialog iProperty doesnot update whole sheet and it is vvery quick.
Dim oISI As Inventor.PropertySetDim oDrw As Inventor.DrawingDocumentSet oDrw = ThisApplication.ActiveDocumentSet oISI = oDrw.PropertySets.Item("Inventor Summary Information")oISI.Item("Revision Number").Value = "test"oDrw.ActiveSheet.Update ' I would like to replace this line, this take long time
[URL]
View 3 Replies
View Related
Jun 14, 2012
For some reason I get the prompt update thunder aside of my parts list in .idw tree that wont go away...
I edited one of the parts, updating its iproperties and since that it wont go away.
I tried opening each part, assembly and updating, saving it but it wont work...
How to force update?
View 3 Replies
View Related
Apr 9, 2013
How I can override the CoG for an imported part. I have an imported motor as one part, Inventor sees the CoG as though it's one solid piece but in reality this is not true. I can override the mass so why cant I override the CoG???
View 1 Replies
View Related
Jul 2, 2012
Wondering if there is a way to change the ilogic snippet to override the BOM value based on a filename instead of the part number?
View 1 Replies
View Related
Jun 20, 2013
I'm trying to change the value of the qty in the bom using ilogic with this expression
ThisBOM.OverrideQuantity("Model Data", "Steps", "QTY_STEPS")
but it gives me the following error
Conversion from string "QTY_STEPS" to type 'Integer' is not valid.
View 2 Replies
View Related
Mar 6, 2013
I am clearing an override of a part in a subassembly. I tried to use the clear appearance button but I get message saying Active Design View has no appearance overrides which is not true. You can see in my attachment there clearly is an override from Chrome-Polished in the IPT to Satin- Brushed in the IAM.
There is no "Clear Override" in the Appearance pull down. I think I used to be able to click on color As Part in previous Inventor version but now it's different. The black areas are embossed features representing silkscreened graphics I need to preserve.
I tried to post the files in Inventor/Customer Files NG but the "new message" button was grayed out & not working.
View 6 Replies
View Related
Jan 14, 2013
I'm driving an Inventor GA using iLogic, within this GA are various guard sub-assemblies........... I designed it so that if the material for the sub assemblies is changed then the sheet thickness is also changed (eg, if alu = 3mm sht, mld stl = 2mm). Look at the attached, the grey parts are, in reality, meshed. However i do not want to create the meshed profiles so can i override the density (x0.7) using iLogic. I could override the mass by adding (0.7 x mass) BUT this does not update if the geometry changes (also driven by the GA.
View 1 Replies
View Related
Jun 6, 2012
I am trying to find an ilogic for part proparty entry as soon as I create new part/assy.
I know it is possible by Event triger-> New Document .
View 9 Replies
View Related
Aug 12, 2013
I am migrating our old Inventor data to our new system. I will do an ilogic script for that.
I know how to add custom iProperties with iLogic but how can I remove them? Is it possible with iLogic? I would like to clean out all old iProperties that we don't need anymore.
View 2 Replies
View Related
Oct 13, 2011
I am trying to use the iProperties.Value("part1", "Summary", "iProperty") function to get the filename or complete filepath of a component within a subassembly. I know that these iProperties exist because I can insert them onto a drawing, and I see them in the general tab of the iProperty window.
However, when I try something like:
filename = iProperties.Value("part1", "General", "Filename")
I get an error message indicating that the General tab can't be found. How might I go about getting this filename iProperty, or is there an easier way?
View 4 Replies
View Related