AutoCAD Inventor :: Can Change Default Naming System And Include Parameters In Name
Jan 23, 2012
When I make a part in Frame Generator, by default it will name the part a big lengthy name like "frame 000001 etc etc". Is there any way that I can change the default naming system and include parameters in the name (the parameters is not necessary, but would be useful).
ALSO, if I name 2 parts the same name will it show up as "QTY 2" in my parts list?
View 4 Replies
ADVERTISEMENT
Apr 4, 2011
How do I edit a derived part with a part file and include parameters I'm after?
I cant' seem to work out how to get to the reference components parameters to select whats visible and not visible.
View 3 Replies
View Related
Mar 3, 2012
Inventor creates a names to custom library parts based on settings and available parameters.
For all custom libraries I can create file names as I want except profile libraries.
The profile library create file name using Family Name + Stock Number and I did not find the
way to change it. I cannot get rid of that Stock Number in family name in this and other profile libraries. I wish I can use Part Number instead of Stock number in naming as more informative.
To change the file naming I do the following:
Manage - Editor - chose Library - chose family - Family Table - File Naming -
than chose required parameters to be shown as file name (for instance I have
{PARTNUMBER}), than in Map to Inventor Property: - Member.Display.Name
than OK - Refresh - Done.
All custom libraries obeys the file name changing EXCEPT the profile library.
[URL]
View 3 Replies
View Related
Jan 23, 2014
using mac os I need to change my scratch disc from the default "system" to an external drive.
In preferences> scratch discs it sees the hard drive i have attached...so i choose it, I click ok and get the usual warning about having to restart illustator to implement the change. problem is, when i quit, then restart illustrator, no dice. it's defaulted back to " system". I change it again. click ok. then, just to see, i re- open the preference panel. it's already gone back to " system". what gives? i've tried over and over and it just wont take.
View 6 Replies
View Related
Aug 24, 2013
I have generated frame that has 100 members in it. Is there a quicker way of changing G_L unit to a mm so that I don't have to go into all 100 parts to change the custom properties? also I do not need unit string to be appear in my BOM.
View 2 Replies
View Related
Mar 19, 2012
I have design tree like this:
Main Assembly
L Sub Assembly1
L Sub Assembly 2
L Sub Assembly 3
L part 1
in part i have a parameter name ("Panjang")... how to control "Panjang"?. I cannot access a part parameter in Sub-assembly.
[URL]
View 9 Replies
View Related
Aug 17, 2013
I have changing the parameters of an inventor document using the inventor API by create an instance e of inventor and open the document,but it take more time .is it possible to use Apprentice Server to change the parameters of the document.?
My code is
Dim oPartDoc As PartDocument = inventorApp.ActiveDocument Dim oParameters As Parameters oParameters = oPartDoc.ComponentDefinition.Parameters() Dim oLengthParam, oWidthParam, oHeightParam As Parameter oLengthParam = oParameters.Item("d0") oWidthParam = oParameters.Item("d1") oHeightParam = oParameters.Item("d2") oLengthParam.Expression = TextBox1.Text oWidthParam.Expression = TextBox2.Text oHeightParam.Expression = TextBox3.Text oPartDoc.Update()
how can achieve the same method using ApprenticeServer?
View 2 Replies
View Related
Aug 31, 2011
How do change the decimal separator from point to comma(in model and FX-parameter)
View 1 Replies
View Related
Jul 19, 2013
I made an assembly that adjusted to sized based on some key parameters. These key parameters are controlled by a form in the main assembly. The keys parameters actually adjust the skeleton file, which then drives the frame, then all the parts are adjusted.
after changing these parameters all necessary parts would adjust to size and keep the location constraints. Worked quite well.
The issue now is that, we adopted a new naming convention and this assembly requires all the part files to be renamed. I meticulously saved each part as their new name and then replaced each component in the main assembly. This worked to an extent. The problem that I am facing is that when I saved each part as there new name, the new part retained the linked parameters to the old part. Is there a way to change this link to the newly name skeleton file?
I looked into design assistant for this process as well, but the only changes I think available were to add a prefix or suffix. If worse comes to worse, I can remodel this project but, I am sure there has to be a way to alter this.
attached is a single part with those parameters in the image above.
View 2 Replies
View Related
Aug 11, 2013
I have a part called "bracket" which has a multi-value parameter "mass" which can be 100, 200, 300, or 400 and controls the width of the bracket.I have an assembly into which I have placed thee brackets.
How do I set different parameters for each of the instances of "bracket"?I want one bracket with mass = 100, one with mass = 200, and one with mass = 300, such that I have three brackets of different widths.
I must not be searching on the right text in Google because I find only ways to change the value of the parameter within the core component (such that all brackets change and end up the same width).
View 9 Replies
View Related
Feb 17, 2013
I have some trouble with my coordinate system, it doesn't work like i want it to do...
This is how it's now:
Sketchplane = YX(+Z)
Sketchplane view = Front
Groundplane = ZX(+Y)
Groundplane view = Bottom
Home view = Front(up), Bottom, Right
But I want it to be like this:
Sketchplane = YX(+Z)
Sketchplane view = Top
Groundplane = YX(+Z)
Groundplane view = Bottom/Top
Home view = Top(up), Front, Right PERMANENT!!!
How to do?
View 3 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
Sep 10, 2013
Is it possible to change the parameters of a custom ipart in an assembly after it has been inserted, or can I only do an insert using AddCustomiPartMember?
In that case I simply remove the previous occurrence and insert a new one I suppose?
View 1 Replies
View Related
Dec 14, 2012
I have created a iLogic form for my skeletal part file that drives my assembly. The issues is that it is a few steps to get the assembly to update.
Current Steps: open skeletal part fileuse form to change size parameterssave new skeletal size changesopen assemblypress the update button if changes haven't already been applied...I have tried to link these parameters directly to the assembly and tried to create the form using those linked parameters from the skeletal part file. It looks like it would work, but I am unable to edit the parameters once the form is created.
I am hoping that the I can skip opening and editing the skeletal part file.open assembly fileuse form to change size and dimensions, and all part files and drawings are updated to that new shape and size.
I have tried to create a global Form in the skeletal part file, and tried to update the size changes in the assembly file.I was able to changes the inputs this way, but once I pressed the apply I get an error with no changes. what I want but I am not very up to date on iLogic or these forms. I will be searching Google for now.
View 3 Replies
View Related
Aug 31, 2011
I want to change 'mutil value select" to "custom value input" in ilogic user parameters. something like this:
if condition A then
multivalue.setlist("length", 1,2,3,4,5)
else
(users can enter any value they want, how can i remove the list first and set it to custom value input?)
View 2 Replies
View Related
Dec 9, 2011
How can i change my default setting from picture 1 to a new setting like picture 2 when i open up a new part file and assembly file.Is there a setting i can change so whenever i open a new part file & assembly i have this setting as my default.
IV2012
View 2 Replies
View Related
Aug 15, 2005
When i setup inventor 10 i choose to use inches, but now i want to use MM how would i change it under inventor 10 i thought it would bbe under options but it not.
View 6 Replies
View Related
Jan 17, 2011
I am using Inventor version 2011. I wrote this code which tells me which object defaults style is active
Public Sub ActiveObjectDefaults()
Dim oDocument As DrawingDocument
Set oDocument = ThisApplication.ActiveDocument
Dim DrgStMgr As DrawingStylesManager
Set DrgStMgr = oDocument.StylesManager
Dim ObjDfStyle As Style
Set ObjDfStyle = DrgStMgr.ActiveStandardStyle.ActiveObjectDefaults
MsgBox ObjDfStyle.Name
End Sub
Is it possible to change Active Object Defaults Style by VBA code (see picture below)?
I am trying to change Object Defaults in order to temporarily switch style which use layers with different line weights, and than switch it back. I am new to VBA so I am not sure if I am not trying to do something what is impossible.
View 2 Replies
View Related
Sep 23, 2013
Somewhere in Inventor to override the default size when creating holes? I need to change the size of 3 mm to 4.2 mm.
View 1 Replies
View Related
May 28, 2012
I received a rather large assembly file from a client that was done in Pro E. I was wondering if it is possible to change the entire assembly from Default material to steel without having to go into each individual part and changing its material manually (which could take several hours) I am using INV 2012 Pro with SP1 installed.
View 2 Replies
View Related
Feb 2, 2012
How to set a default under options for export to PDF? I need to set the Vector resolution so it defaults to 720 DPI instead of 400 DPI.
Inventor Suite 2013 Ultimate
View 2 Replies
View Related
Nov 5, 2012
Is there a way to have default display mode to be shaded with edges on 2013? Everytime I open Inventor I have to change this.
View 1 Replies
View Related
Apr 18, 2012
How do I change the default save location?
It goes to my documents, but in options I can't find anything with that path.
I want it to go to a different folder but I can't figure out how to make it do that.
View 8 Replies
View Related
Jan 6, 2012
how to change the default setting of surface colors? I work with a lot of surface models and gets very confusing when the surface color is the same as workplanes. Is there a way to change workplanes? I know how to manually select and change them, but a one time change would be nice.
Dell t1500 i7 8 gb ram
Windows 7 64 bit
ati firepro v4800
View 4 Replies
View Related
Jun 5, 2013
In Inventor, when I export my idw to PDF, then open the pdf, the PDF opens with the "layers" browser open. Its easy enough to click the little arrow and close it, but I had rather not do that everytime.
I can change the defualt for this one file (via acrobat>File > properties, initial view tab). But that does not work when I create another new pdf.
Nothing in the Inventor options when I export it makes a difference.
View 9 Replies
View Related
Mar 22, 2013
In a IPartFactory is it possible to change the BOM Default structure per IPartMember?
View 5 Replies
View Related
Oct 12, 2011
Is it possible to change the default sketch orientation, so that when making a new sketch on the XZ or the YZ planes the Z axis would act as the X, not the Y?
View 9 Replies
View Related
Oct 22, 2012
How to change the Default Templates Location from the installation directory to the Network Location so that my Mechanical Design Team can use our Assigned Templates.
View 1 Replies
View Related
May 23, 2012
Is there a way to chage the default setting to always go to all or at least 5 decimail places?
When I take a measurement, I would like to get a more accurate result than 3 decimails, and it's a pain changing this in every part or assembly.
View 2 Replies
View Related
Jul 23, 2012
I am trying to convert the grid system from the default (i need to some how have the coordinates in scale with latitude and longitude as i am working for a maritime company that is drawing on the sea bed?
View 1 Replies
View Related
Nov 23, 2011
I installed IV2012 with English. How can I change the default unit to Metric without reinstall?
View 3 Replies
View Related