AutoCAD Inventor :: Show File Name In A Form
Dec 13, 2011Why can't you show the file name on a form (without using iLogic to link it to a property)?
View 2 RepliesWhy can't you show the file name on a form (without using iLogic to link it to a property)?
View 2 RepliesOur Council has been updating our school system. We have the design suite and have chosen Inventor 2013, AutoCAD 2013, Inventor Fusion.
The issue is that in Inventor the EDIT FORM tool isn't on the Ribbon. It also isn't on the add in's for Inventor 2013 either.
We also downloaded the suite direct from AutoDESK.
Show on Place Component
If I set this to true, then when I "place iLogic component", I don't get the form displayed or the parameter table or the model preview.
If set True, displays the form when placing this model as a component in an assembly. This setting affects Place Component and Place iLogic Component. If the template file has a form, this setting also affects Create In-Place Component.
I'm trying to find a way to call a form in a skeleton part file from within a parent assembly file.
I can open the form from the skeleton part, then leave it open and update values even while the skeleton part is inactive or even closed. But I can't find out how to call it from the assembly file. Is this possible? I currently have to open the skeleton just to call up the form.
I can reference values or even add them in another form, but I am not allowed to change them in an assembly form, because they are (linked) reference parameters.
I have considered several workarounds, but this is how I really want it to work. I'm just not that familiar with the code to know if there's a way around. The code snippets only allow opening a form from the current document as far as I can see. I don't really want a global from because I'm only changing parameters in one file, not all.
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.
When I click somewhere in the drawing I would like to show a dialog form next to my cursor.
surely cursor.position is not right. What is the right location for this form?
I am working on a form (global) and have added a picture with a parameter and a picture folder underneath. So that the picture displayed on my form will change depending on the parameter value.Here comes the trick. Only text parameters can be used!On the form editor only 'Text parameter' can be selected to drive the picture selection. I actually need an integer, so that i can use my User/Excel parameters from Inventor.
I can work this around with an iLogic rule to equal the value of my string Picture Parameter with the relevant integer Inventor parameter, but the rules need to be run before the pic and the form updates (by pressing the 'Apply' button at the bottom of the form and then the assy updates too. So this takes a couple of minutes)... whereas if it was an option on the form editor then the update would be instant without waiting for everything to update...
Is there a particular reason why the Picture Parameter only can be a text parameter?
Can IV be set up to show the file path to an open file in the IV window title bar (next to "Autodesk Inventor") like Autocad/MDT does?
View 1 Replies View RelatedI'm having some trouble with importing SLDASM-file in Inventor 2013.
Inventor 2013 Pro tells me, that I could import PRT, SLDPRT, ASM, SLDASM-files.
But it doesn't appear in my project when I'm importing it.
[URL]
Verstelbare loodslab universeel 1 pans.SLDASM
I cannot open anymore an IPT file (an error comes up). I know that the IPT file contains multiple references to other IAM´s and IPT´s via "Derived parts"; is there a tool to show all the references inside an IPT file?
View 9 Replies View RelatedHow to show, if it's possible, a feature of a part file as dashed in a drawing?
View 2 Replies View Relatedi use inventor 2012 and Vault Collaboration 2012.
for file naming format i use numbering scheme rule.
in the vault browser is eazy to show the description from each part, search by description etc.
but when ia want to select from inventor, for example i want to replace component from vault or add component from vault. i can't see this description.
my question is, how to show the description in the file browser from inventor?
I am in the process of building new machine and have a pro seat that for some reason is not showing the standard IV Icons.I have already built this machine and authorized all the softwares so I do not want to go through rebuilding to fix something so small.how to make the system show the correct icons for all the IV file types.
View 5 Replies View RelatedI'm trying to start Excel and show the results of some BOM items I have written to a file like item number, part number and description.The task is to find components in an assembly that have a part number longer then 39 characters, due to ERP limitations.
What I´m doing is cycling through all BOM (structured) items on first level and check if the part number is longer then 39 characters.
I write these item number, part number, description to an Excel file (temp.xlsx), so the user sees which Components he has to check for the Part Number (make it shorter). I figured it would be best to do that with an excel file, so the user can save the results to a new file or just check it.
Values will be erased from the temporary excel file afterwards.Here I can't figure out how to start the excel application and open the file in an actual application window if possible.
how to list the results with plain iLogic that would do it too or some other solution to list a snapshot from the BOM.I guess there is no way to add your custom BOMViews ?
I got a problem to open a dxf file. If I use command method then I can easily do that. But I want to open that file by clicking a button from my windows form. I did the coding for that specified button like below:
Private Sub Button6_Click(sender As System.Object, e As System.EventArgs) Handles Button6.Click
Dim strFileName AsString
LoadDXF.InitialDirectory = "C:"
LoadDXF.Title = "Open DXF File"
[Code] ......
After invoke that button I got a error like below:
How can I open the drawing without commandFlags.session? I want to use the button of my form to open that dxf file.
Is there a way to get columns in form? I would like to put
Hole F Type { List the types} Hole F Location {input box}
Hole N Type { List the types} Hole N Location {input box}
Hole G Type { List the types} Hole G Location {input box}
If not this form will be off the monitor.
I'm trying to enter a model parameter value with a VBA form, but I don't know which type of control to use neither how to write the code. I want to enter a number or a value with any control and use this value for modify a model parameter.
I have a simple code with a line:
oModelParams.Item("z").Value = 25
I want to make something like:
assuming that "TextBox1.Value" is a numeric value obtained with a control at the form
oModelParams.Item("z").Value = "TextBox1.Value"
how I can get a form onto the ribbon or create a custom Icon to run it.
I have read up on afew forums that VB needs to be used in order to achive this but I want to double check.
I dont have VB but if it is the only way to get this to work I will download it.
Ok so where are Global Forms saved in 2013?
Inventor Pro 2013 (PDS Ultimate)
Vault Pro 2013
Windows 7 64
Xeon 2.4 Ghz 12GB
I have a ipt which is controlled via an ilogic form,this form is opened by ilogic code, which in turn is triggered when the ipt is opened.
my problem is when the part is placed within an assembly the said form is triggered and the same happens when the assembly is reopened!.... I would prefer if the form opened only when the ipt is opened or edited....
Is there a snippet of code for this? Or is it even possible?
I am creating a large form. The goal of the form means I am unable to break it down into smaller forms as there is a great deal of interaction between all levels of the form.
One of my first fields is a multi-value field (Foundation Type) with four options (None, Slab, Piers, Wall). Three of those options have a group of fields lower in the form with between 1 and 5 fields.
(Multi:Value Option: Example of fields specific to that option)
Slab: Thickness, Edge Depth, Edge Width
Piers: Diameter, Depth.Offset
Wall: Footing (T/F), Depth, Width,
I currently disable all of the groups of fields that are not part of the active option in the primary multi-value field throught the (Enabling Paramter Name) option with a rule. This keeps the user from entering values that affect a Foundation Type that is not currently active, but the disabled fields take up a lot of room on my form and may confuse end user less familiar with the system,
The group function in the form has a minimize toggle next to the group name, but the Form Editor does not show any options to manipulate this toggle. Is there a way to automatically toggle this minimize/maximize function through a rule or other means)? Or are there any other means of hiding form fields that are not currently enabled?
I have the following problem:
I have created a form in which I need to see the volume value. For that I created a User Parameter that is set to be equal with part's volume:
Volume=iProperties.Volume
What I don't like is that the precision for the parameter is too long and I can't change it. I changed the precision in Document Settings and also for the parameter itself in the Parameters window, but these changed don't affect what is the form.
I have a form for adjusting center distances between several posts, up to a total of 20 posts. The number of posts is adjustable depending on how many I need. If there is 10 active posts there will be 10 suppressed post. When there are 10 suppressed post, I don`t need them in the form. Is it possible to hide the center distances I don`t need?
View 2 Replies View RelatedI´m having a bit of an issue with a form.
I have a global form which is exactly made for a specific assembly for configuration of this very assembly. To make things easier for the user I call another external rule which only opens exactly this assembly.
Now when the user opens the form the assembly is not open and obviously can´t reference the used parameters.
Even after loading the assembly the parameters are not available, which results in something like this:
So this is a really simple question, is there a way to update a form so that it rereads the parameters from the assembly?
What I tried is using iLogicForm.CloseGlobal("Name of form") to no availability and then open it again with iLogicForm.ShowGlobal("Name of form").
But I couldn´t find any further info on the iLogicForm Commands.
I have a iLogic Form which includes several Tabs. Can I control which Tab is active if I select a radio but which controls which feature is active in the part? I have attached a picture of the Form.
View 1 Replies View RelatedI am trying to put an immediate update box on my form in ilogic. I want to be able to change parameters on my form without updating the model. There is this option in the parameters window but not in the form. How can I accomplish this?
View 1 Replies View RelatedI made a model that can be adjusted by using a ilogic form.
This alters the parameters in my "master" part & then changes my part in my assembly.
Problem: the form is located in my "master" part is there a way to access the form from my assembly?
Inventor 2013
One of the features I was really looking forward to in CS6 was creating fillable forms with ONE application. I created a form following the step by step instructions in classroom in a book for CS6. When I opened the exported form in Reader X, I get a "This operation is not permitted" error. I opened the completed "end" document in the lesson to make sure I didn't commit an error, and I got the same message when exporting. I have looked for places in menus to modify security restrictions and I can't find any. I installed the updates and that didn't solve the issue.
I saw one solution posted which is to open the document in Acrobat, then do a "save as" option. Is there anything we can do that doesn't involve buying additional software? If this is not the case, then Adobe seriously needs to change its training and advertising about this functionality.
I'm trying to setup a custom form that matches my company's title block information. My desired end result is to eliminate the need to open the iproperties (some users find it confusing/inconvient). I have a seperate tab for the check/status information listed in the "status" tab of the iproperties. In the iproperties, these are activated and deactivated with a check box. When I add these properties to my form, I have the ability to open a calendar but I have no way of knowing if the date is activate or not.
I saw in another post, that a ticket was opened to added the material selection to the options in forms. Could this functionality be added as well?
Can you have dropdowns in an ilogic FORM? For example I want to setup 5 choices for a custom iproperty. Then when I run the form I can pick from those 5 choices only? Please click "Accept as Solution" if this response answers your question.
Down with IDW/DWG files..... Long live 3D PMI..
i want to use pictures with my forms and was wondering if i can use them like the way i showed in attached image.
the CaseA image is the one i can currently use and CaseB is the way i want to use. My reason to do this is, i have alot of parameters to change and having both the picture and a menu below/above takes alot of space which also seems redundant.