AutoCAD Inventor :: Global Form Location

Nov 6, 2012

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

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Export ILogic Global Form From 2013 Into 2014

Oct 18, 2013

I have a Global Form in 2013 that I want to get into 2014.  I cannot seem to export it from the iLogic browser, not can I edit it in the editor.

Inventor Professional 2014
Windows 7, x64
Dual-core i7, 8GB RAM
NVIDIA Quadro FX 880M
HP Elitebook 8540w

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Can't Set Location For Windows Form Control

Mar 21, 2013

I am trying to create a windows form within iLogic. Everything works except the lines defining the location on the controls. I keep getting the following error: 'New' cannot be used on an interface. The error refers to lines in the code that try to set the control location on the form. (i.e. "button1.Location = New Point(10,10)") Ihave pasted the code below and have it attached as well. I am in Inventor 2013.

AddReference ("C:WindowsMicrosoft.NETassemblyGAC_MSILSystem.Drawingv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.Drawing.dll")Dim oOccurrence As ComponentOccurrenceTry oOccurrence = ThisDoc.Document.SelectSet.Item(1)Catch MessageBox.Show("Please select a component before running this rule.", "iLogic")

[Code] ........

View 1 Replies View Related

AutoCAD 2010 :: Global Edit Of Invisible Attributes Without Syncing Attribute Location

Feb 11, 2012

Working in Autocad 2011, PC version.My drawing has blocks that contain (1) visibible and editable attribute. Also contain (4) invisible and constant attributes.  I need to update text information in the (4) invisible attributes. Using BATTMAN seemed the easiest way to do this, but when "Sync" ing the changes, the rotation angle/placement of the Visible attribute changes globally in the drawing.

(Many of the Visible attributes location were adjusted to prevent overlapping with other drawing lines.

How can I update text values of invisible attributes without rotating/adjusting the placement of my visible one?I've tried -attedit & attredef - neither of them did what I needed.

View 1 Replies View Related

Photoshop :: Expanding/contracting In The Same Location To Form Smooth Edges Shape

Nov 7, 2002

Hi im a newbie in photoshop. heres my queries. I want to make a a big circle and a smaller circle in the same point of location just like using offset path cmd in adobe illutrator using select modify contract or expand cmd.I selected a circular marquee with the size of 6cm x 6cm and filled it w/a color.while selection is active i contracted it w/ the amount of 4pix and filled it with another dif. color the result is smooth edges, but when i contracted it again by a bigger amount like 24pix it looks distorted.I think there is a technique in doing it. Can you help me guys?Just remember i want to know if contraction or expansion in ps has the same principle with the offset path cmd in ai. because the offset path cmd in ai produces smooth edges even if u enlarge it in any possible amt.

View 2 Replies View Related

AutoCAD Inventor :: Form Picture - Parameter Driven Picture On A Form

Apr 10, 2013

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?

View 2 Replies View Related

AutoCAD Inventor :: Using Global Variables

Aug 30, 2011

I've been working on converting a VBA macro to an Add-In (my first). I thought all was going well, but I'm struggling to share the InventorApplication object within my add-in...

All the googling I've done suggests the most suitable way is to declare it as a global variable. So I followed the work flow on this page:
([URL]......) and created a module to declare my global variables. I've then referenced this module back in the original class, but when I do, I get a message saying "modDeclarations is a type and cannot be used as an expression"..

So here's what I've got:

View 3 Replies View Related

AutoCAD Inventor :: Global SIZE Column In BOM Possible?

Feb 7, 2013

I have written code to allow me to pick the dimensions of a part and update the dimension parameter name from a list of choices presented in a form e.g. length, width, thickness, outer_diameter, wall etc. 

The parameters are exported and I can get overall sizes in the BOM with relevant expressions in columns.  So far so good.

What I would like to do is have a global SIZE column in the BOM which has expressions that vary based on another custom iproperty (PartType) which defines the part.  So for example if the PartType was 'circular plate' the expression in that parts row of the SIZE column would be <outer_diameter>x<Thickness> while if the PartType was 'tube' the expression in the that parts row would be <Outer Diameter>x<Wall>x<Length> etc

If I could do this I would not need different columns to define the sizes of every different type of material we use and also limit the number of parameters the user needs to choose from when picking part dimensions.

However looking at the BOM API I do not see an obvious way to alter the expressions. 

View 3 Replies View Related

AutoCAD Inventor :: How To Select Entity From Global X Y Z Position

Dec 21, 2013

I am new to Inventor API, but have some experiences in SolidWorks API. 

How can I select an entity at a given spacial point (x, y, z)? For example, I want to select a face or edge that is on a given (x, y, z) point. I can not find such an API, except for interactive selections.

View 3 Replies View Related

AutoCAD Inventor :: A Global Transient Geometry Object?

Jul 2, 2013

I've found myself using this code often:
 
// Get the transient geometry object. We'll use this to create pure geometryCComPtr<TransientGeometry> pTrGeom;pTrGeom = pApp->TransientGeometry;
 
But I was thinking, once I have pTrGeom can I just declare a global to hold it while my Inventor instance is running?

Alternatively I suppose I could have a global function which does this:
 
CComPtr<TransientGeometry> GetTransientGeometryPtr(){ static CComPtr<TransientGeometry> pTrGeom = NULL ;
if (pTrGeom == NULL) pTrGeom = pApp->TransientGeometry; return (pTrGeom) ;}
 
So it reduces to a one-liner. But in COM is that static valid? I know the code is not complete above, but you get the idea.

What do other C++ COM programmers do here...?

View 8 Replies View Related

AutoCAD Inventor :: 2012 Crashing Upon Local / Global Update Execution

Nov 9, 2011

So 2011 had some issue and I though 2012 would get those fixed. I was wrong. More problems occur. With 2011 I was able to open assemblies directly through vault. Now with 2012, since the vault issue updates as it opens, I crash on any sizeable model or assembly. So now just to open  a file, I must get it, then go to inventor and open it, and hit no when the refresh window come up. If I hit yes, it crashes. If I hit no it open, then if i hit local/global update it crashes. So technically I cant do any new work with any of my larger assemblies (2000+ parts) I have sent out numerous error reposrt, only for autodesk to say that they can replicate the problem. I have SP1 installed, and this is happening with other users at my company as well.

System:

Windows 7
64 Bit
Solid State HD
24GB RAM
Xenon Processor
Nvidia Quadro FX 580

View 1 Replies View Related

AutoCAD Inventor :: Global Forms Button To Immediately Launch External Rule?

Apr 4, 2013

I would like to instantly launch an External Rule just by clicking on a button in the Global Forms area of the iLogic browser.  Is this possible, and if so, how would I do it?

Product Design Suite Ultimate 2014 | Vault Basic 2014 (SP1)
Dell Precision M6600 | Intel i7-2820QM - 16GB
nVIDIA Quadro 4000M | Windows 7/64 Pro

View 2 Replies View Related

AutoCAD Inventor :: Way To Get Columns In Form

Jul 27, 2012

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.

View 9 Replies View Related

AutoCAD Inventor :: Get Value From A Control At VBA Form

Apr 4, 2013

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"

View 1 Replies View Related

AutoCAD Inventor :: Get A Form Onto The Ribbon?

Sep 26, 2013

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.

View 1 Replies View Related

AutoCAD Inventor :: ILogic Form Trigger

Nov 29, 2012

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?

View 2 Replies View Related

AutoCAD Inventor :: Minimizing Groups In A Form

Dec 10, 2013

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?

View 2 Replies View Related

AutoCAD Inventor :: Parameter Precision In Form

Apr 11, 2013

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.

View 5 Replies View Related

AutoCAD Inventor :: Show File Name In A Form

Dec 13, 2011

Why can't you show the file name on a form (without using iLogic to link it to a property)?

View 2 Replies View Related

AutoCAD Inventor :: Form For Adjusting Distances

Feb 10, 2013

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 Related

AutoCAD Inventor :: ILogic Update Form

Sep 13, 2013

I´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.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Form Tabs

Apr 17, 2012

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 Related

AutoCAD Inventor :: Put Immediate Update Box On Ilogic Form

Aug 17, 2012

I 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 Related

AutoCAD Inventor :: How To Access The Form From Assembly

Apr 22, 2013

I 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

View 9 Replies View Related

InDesign :: Submit Form Button Doesn't Work In Interactive Form Opened In Reader Created In 6

Oct 8, 2012

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.

View 11 Replies View Related

AutoCAD Inventor :: Check Box To Activate Dates In Form?

Dec 5, 2011

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?

View 1 Replies View Related

AutoCAD Inventor :: Drop Downs In ILogic FORM?

Aug 1, 2012

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..

View 9 Replies View Related

AutoCAD Inventor :: Ilogic Form Picture Usage?

May 6, 2013

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.

View 7 Replies View Related

AutoCAD Inventor :: Referencing ILogic Form Items?

Oct 8, 2013

Is there anyway to reference a form and its specific items in iLogic. For example, say I wanted to change a label on the form when the code ran. How would I do something like this?

Form1.Label1.Value = "SomeString" ?

View 2 Replies View Related

AutoCAD Inventor :: Use Measure Distance Tool From VBA Form

Nov 8, 2012

I have a VBA form coded that we use to generate part numbers and descriptions that then populate the iProperties.  We often use the part sizes in the description.  I would like to be able to put a button on the form that allows users to use the "Measure Distance" tool so that they can measure the part while they are creating the description. 

Any code that I could use to activate the "measure" tool while a vba form is active?

View 8 Replies View Related

AutoCAD Inventor :: ILogic Form With Multiple Forms?

Oct 25, 2012

I would like to know if it is possible to make a form with multiple forms, depending on the selection a could build a rectangle, or a cilynder or a cone.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved