AutoCAD Inventor :: Change Length Of Geometry By Text Parameter?

Mar 15, 2013

I need to change the length of geometry by a text parameter.How to do this?

I tried this:

If widthselection="420" Then
Parameter(d11)=725mm
Parameter(width)=420mm
ElseIf widthselection="620" Then
Parameter(d11)=1075mm
Parameter(width)=620mm

[code]....

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Drive IPart LENGTH Param By IAssembly Table Custom Parameter Column?

Feb 21, 2012

In a simple case I have an extrusion with some attached seals/weather stripping, all implemented as iParts having their own LENGTH parameters.

RailPart.ipt, Seal_A.ipt, Seal_B.ipt

The goal is to encapsulate these IParts within an iAssembly: RailAssy.iam, where a LENGTH parameter can be input when the iAssembly is placed, causing RailPart and Seal_A to have their length parameters set to the LENGTH provided at that time and SEAL_B having Length set by an iLogic rule to LENGTH - 5.

I've been unable to set up a Custom Parameter Column in an iAssembly table.  Is this even permitted? 

Inventor Premium 2012 SP1

View 5 Replies View Related

AutoCAD Inventor :: Ipart - Standard Parameter Column Change Depending On Custom Parameter Column

Jan 3, 2013

I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.

I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)

Is this possible?

View 9 Replies View Related

AutoCAD Inventor :: Change Drawing Scale With ILogic Upon Parameter Change

Jul 8, 2013

I have a spreadsheet and iLogic driven mater assy to generate different iterations.

I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.

This is what I tried:

If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf

So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?

This is the error message I get when the rule is run:

"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw

Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))" 

Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.

View 1 Replies View Related

AutoCAD Inventor :: Change The Size Of Revision Tag's Geometry?

Jul 29, 2008

You know the square, traingle, circle, and the hexagon shapes that are used on the revision tags? How do I change the size of the geometry to be smaller? If I just change the text size, all that changes is the text, the geometry remains the same. I'm wanting to make them ultra small so that when there are lots of revisions, it doesn't clutter up the drawing too much.

View 3 Replies View Related

AutoCAD Inventor :: Projected Geometry Does Not Update Upon Change

Jun 3, 2012

I am struggling with projected geometry that is for some reason not updating in sketch when I change sorce element.

I have sketch in ipt file A.ipt

A.ipt is placed in A1.iam.

in A1.iam I create or place B.ipt

in B.ipt I create sketch and project some elements of A.ipt sketch to it.

After any change i sketch in A.ipt file I and up with elements projected to sketch in B.ipt not muchning elements they ware projected from.

I tried I think everything, adaptivity, creating additional points i A1.iam (they update properly but still projection is not updating).

View 9 Replies View Related

AutoCAD Inventor :: Fundamental Change Of Geometry Near The End Of Project?

Nov 27, 2012

I am designing a vacuum part in Autodesk Inventor, which is essentially a long cuboid shape with various valves and spaces for windows along it's length (see attached pic). Upon finishing the design of this part, a few details need to be changed - one being the fundamental shape of the object. It now needs to be a larger square section attached to a long cuboid section (as I found out the valves on the right hand side of the drawing are around double the size they are in this drawing). Rather than restart the project from scratch, I would like to only modify one of the ends to be extruded out into a square shape, or something like that. My first idea was to use the split command in order to split the faces into what I did and didn't want to change, but upon starting this, I don't think this is the best way.

View 2 Replies View Related

AutoCAD Inventor :: How To Change G_L Parameter From In To Mm

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 9 Replies View Related

AutoCAD Inventor :: Use Edit Sketch To Change Path Geometry

Dec 19, 2013

"Path has discontinuous segments. Use Edit Sketch to change the path geometry"

View 5 Replies View Related

AutoCAD Dynamic Blocks :: Change Length Of Line Based On Length Of Attribute

Jan 8, 2013

Is it possible to change the length of a line based on the length of an attribute?

I'd like to make the line a MINIMUM length of X" (I haven't decided how long yet--but know I'll need a minimum).  But then after the user fills in the attribute, I'd like the length of the line to change to the length of the attribute plus a small amount (again, I haven't decided yet how much extra).

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Length To Match Length

May 24, 2002

Command to make a line change length to match length of a line, arc, polyline or circle? Could use this when making flat patterns layouts.

View 5 Replies View Related

AutoCAD Inventor :: ILogic Text Resizing Based On Length Of Text

Feb 19, 2012

I'm trying to finally utilize iLogic and all of its functionality (after using the basic features of inventor for the past 3 or so years) and I was wondering if there was a way to use iLogic (or some other feature for inventor) to resize text in a title block field of an IDW based on the length of the text entered (i.e. if the part's name was "Cam Retainer" the text height would be .12, but if its part name was "Spacer Cam Retainer Bushing" the text height would shrink down to .085 or something) so that it would still fit nicely into the text block?  

View 3 Replies View Related

AutoCAD Inventor :: Using ILogic To Change Parameter

Mar 26, 2013

When I import a part from content center, a tube in this case, I get a length parameter called <PL>.

I am using this parameter in the parts lists, so it shows "=Outer diameter x thickness x <PL>"

However I don't want trailing zeros, leading zeros or units string to be shown.

I know I can open the parameters window, right click the parameter, then click custom property format and then uncheck these boxes and its fine.

But I want to know if there is a smarter way to do this, like creating a rule to execute on all the parts?

I have around 500 pipes with the parameter <PL> that needs to be changed.

View 6 Replies View Related

AutoCAD Inventor :: How To Change Length Of Steel

Mar 9, 2012

I got this code below to place a channel in an assembly, but don't know how to change the length of the steel.

' Set a reference to the active assembly document. Dim oDoc As AssemblyDocument oDoc = ThisApplication.ActiveDocument ' Set a reference to the ContentCenter object. Dim oContentCenter As ContentCenter oContentCenter = ThisApplication.ContentCenter ' Get the content node (category) "Structural Shapes:Channels" Dim oContentNode As ContentTreeViewNode
[code]..........

View 9 Replies View Related

AutoCAD Civil 3D :: Labeling Radius And Spiral A Or Length At Geometry Points

Sep 11, 2013

I'd like to view the parameters of my aligments elements near the geometry points. That is, the station and the radius value or spiral parameter (or what I want). I have explored the text & reference text but there is not R or A elements...

How is it possible ? C3D can detect the type of geometry poinr, so it would must to know R, Lenght,. A, etc....

In addition I 'd like to do it using the aligment label set.... sci-fi , isn't it ?

When you have to create plans, the aligments need to show a lot of information. Doing it manually is so boring..... (and in XXI century ...... )

Civil 3D (2013)

View 4 Replies View Related

AutoCAD Inventor :: Can't Extrude Geometry Text

Jul 7, 2013

I'm fairly new to the world of CAD, and I was just working on a phone case for my friend when I tried to extrude geometry text, but couldn't because the OK and Apply options were greyed out. I tried embossing and making a hole, but they were greyed out for them too. I tried messing with the settings to see if I could fix it, but I still couldn't. I'm really confused right now, I remember doing something similar for a case I made for myself.?

View 3 Replies View Related

AutoCAD Inventor :: Change Parameter From Selected Part

Jul 26, 2012

this code works for parts. But how to change it that it works for assembly? I would like to select a part and than change the value.

m_invApp = GetObject(, "Inventor.Application")
' Get the Parameters object. Assumes a part or assembly document is active.
Dim oParameters As Parameters
oParameters = m_invApp.ActiveDocument.ComponentDefinition.Parameters
[code]........

View 5 Replies View Related

AutoCAD Inventor :: How To Change G_L Parameter From Decimal To Fraction

Dec 2, 2011

How to change the G_L parameter from decimal to fraction (1/16)? I've attached some screenshots.

View 9 Replies View Related

AutoCAD Inventor :: ILogic Change Parameter In Any Part That Is Not A Component

Oct 1, 2013

The commented code does not work. I want to be able to open a part and change its size parameters before i open the assembly. this code will run as an external rule in a new empty file. 

If i can do it without opening the part, that is even better. Test can I open a part, change a param, then close part.

Dim fname As String
fname ="C:Workspacemy_progchanF_BB_L.ipt"
Dim pDoc as PartDocument = ThisApplication.Documents.Open(fname,False)
pDoc  = ThisApplication.Documents.Open(fname)

These are just attempts to find a syntax that works. I need the method to change the parameter.

 'param = pDoc.PartComponentDefinition.Parameter.Param("TKNS")
 'pdoc.parameter.Param("TKNS") = 8
pdoc.Save
pdoc.Close

View 4 Replies View Related

AutoCAD Inventor :: Any Feature Is Not Recognized As Part Geometry Change Because rule Isn't Triggered

Dec 6, 2013

In our drawing file we expose the mass of the part. So I have set the 'Update physical properties on save' in the 'Application Options'. This works fine when you save your file before switching to the drawing file. If you forget to save and go to the drawing file the mass is showed as: N/A.

Therefore I have created a rule which updates the mass of the part. This rule is activated with the 'Part Geometry Change' event trigger. This is done to update the mass in the drawing file even when the partfile is not saved. This works fine. If I make any changes to the model the mass is updated correct, EXCEPT for deleting features. When I delete a feature and switch to the drawing file the mass is shown as N/A again. So apparently deletion of any feature is not recognized as a 'Part Geometry Change' because the rule isn't triggered.

View 7 Replies View Related

AutoCAD Inventor :: Dynamic Change Of Length Of Part During Assembly

Nov 24, 2011

This is my first time using Inventor but I've been using ProE for several years in school. A friend of mine told me about a feature in ProE where you are able to define a part and then define one of the lengths as it is placed into an assembly. For example I would define a 2x4 part with a length of 84inches. If I wanted a 2x4 of 68inches in my assembly I would use the same file but simply change the 84 to 68. How can I do this with Inventor?

View 1 Replies View Related

AutoCAD Inventor :: Geometry Text - Projected Edges Displayed

Sep 27, 2011

I am trying to add some text to the face of the part, no issues other than the projected edges are displayed as well, can the projected stuff be hidden?

View 1 Replies View Related

AutoCAD Inventor :: Break Drawing Geometry Lines Behind Text

Mar 3, 2011

does Inventor offers any option to break geometry lines in drawing behind the text (e.g. notes and dimensions)? I tried this in IV 2009 as well as in IV 2011, but the result is the same in both version, shown on first image. The text is sometimes difficult to read when it is crossed with geometry lines.

View 5 Replies View Related

AutoCAD Inventor :: Change Content Center Component Based On Parameter Changes

Aug 23, 2012

How can I change size of the content center part in an assembly based on parameters using iLogic.

There is also the possibility that I would need to replace from content center. I have been unsuccessful in adapting previous examples to work as I need. attached is an example of a part I am tryig to change with parameters and the start of some iLogic. I am using inventor 2012.

View 3 Replies View Related

AutoCAD Inventor :: Cannot Change Parameter Value For ILogic Unless User Is A Local Admin On PC

Aug 23, 2012

I have a users who cannot change parameter values for iLogic unless user is a local admin on the workstation. This machine has just been upgrade to Inventor 2013.

View 1 Replies View Related

AutoCAD Inventor :: ILogic Driven Part Not Updating After Parameter Change

Jul 26, 2013

I have a flange that I use iLogic and the parameters list to update the different styles. My problem is that my flange won't update until after I hit save and update. My other square flange is not this way. As soon as I change the parameter in my square flange it immediately updates. Is there anyway I can get my round flange to update immediately like my square flange? I attached pictures below.

View 1 Replies View Related

AutoCAD Inventor :: Derive A Text Parameter?

Aug 11, 2010

Is there anyway to derive a text parameter? It's nice that 2011 gives you the ability to create text parameters but why don't they allow you to derive it to another part? What about deriving iProperties?

Using Inventor 2013

View 6 Replies View Related

AutoCAD Inventor :: Parameter In IDW Text (Units?)

Nov 29, 2012

I have a model in imperial units with the parameter: Pin_Dia = 7mm.Now I'd like to use this parameter in a text field on a drawing, but its value will only display in inches.

(I don't know if it's called a field in Inventor, at least that's what the equivalent feature is called in AutoCAD.)I managed to fake it by creating a new parameter in inches: Pin_Dia_Metric = Pin_Dia * ( 1 ul / 1 mm ).

Now this shows up in the text dialog box as "7.0 ul."  It still displays correctly, since the text field only shows the numerical value, but I really don't want to clutter up my Parameters list with a bunch of duplicated values for metric conversions.

Is there a way to change the units for just this one text field?-Using Autodesk Inventor Professional 2012

View 2 Replies View Related

AutoCAD Inventor :: Why Text Size Not A Parameter

Mar 28, 2013

I have been diving into the world of iParts, iLogic and iLogic Forms and have found them to be very useful! However, I am shocked to see that Text Height is NOT a parameter. The parts I am creating have embossed text.  The size of parts range significantly so the size in text must also change. In making a Form, I would like the Text height to change based on the part being created. (ie if the part thickness is 1.5", I would like the text height to be 1" (Text Height = 66% of Part Thickness).  I was about to create a simple iLogic rule to accomplish this when I noticed that Text Height (from the sketch) is nowhere to be found. 

View 4 Replies View Related

AutoCAD Inventor :: How To Add User Parameter (Text Value)

Jun 10, 2011

Parameters with a text value, How do I add userParameter? In iLogic 
 
Examples. DoubleValue)

Sub Main()    

Dim oCompDef As PartComponentDefinition
oComDef = ThisApplication.ActiveDocument.ComponentDefinition
Dim oParams As Parameters
oParams = oComDef.Parameters
Dim uParams As UserParameters
uParams = oParams.UserParameters
strVal= uParams.AddByExpression!("strVal", 0.15, "mm")
iLogicVb.UpdateWhenDone = True
End Sub

View 6 Replies View Related

AutoCAD Inventor :: Text Parameter - Equation / Nominal Value

Nov 26, 2012

Is there any way in which the text of a text parameter, which is in the equation column, can be replicated into the nominal value column in the parameters table? I want to reference the value of the parameter in Custom iProperties but it always comes up as blank because it has no value.

I need it to update automatically, e.g not entering the value manually.

View 1 Replies View Related







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