AutoCAD Inventor :: Balloons To Call Out Custom Properties?

Oct 31, 2013

I want my custom property to defined as item #. That Item # then is represented in the balloon.

reasoning is that then engineers wont have to check drawings anymore for the guess work involved in matching the part balloon to each individual part in the assembly being called out.

I can then focus on creating a BOM that shows the different item#'s and the user can quickly go through it.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Custom Properties In Drawings

Dec 30, 2011

In Solidworks they had something called custom properties that were generally setup in the models where you had the property names and then values would be filled in to automatically populate drawing titleblocks.  I found this, but I can't get the drawing description to keep changes and update the drawing.

View 9 Replies View Related

AutoCAD Inventor :: How To Add Custom Materials In Actual Material Properties

Jul 4, 2011

I am looking for ways to add actual custom materials - not (just) in appearance, but in actual material properties (elasticity, etc). I have looked at wiki and searched this forum (and others) but I haven't been able to find anything of the sort... but the properties of the few aluminium alloys available are not those that we use... besides that we need them at specific temperature ranges (and honestly, I haven't been able to find any temperature controls in the FEA yet either.) And.. is there a more direct, faster, way to assign materials then [big I Pro button] > iPropperties > Physical? Right click on the solid and selecting "material" seems so much more ideal.

View 2 Replies View Related

AutoCAD Inventor :: Custom Properties Inside Part List

Sep 23, 2013

I have a problem here. I've created a tube & pipe assembly. Now, I want to know whether  I can automatically generate "Location to" and "Location From" of my tube assembly. For example, tube A origin from part A goes to part B. So I want to automatically generate those. Is there is a way or do I need to type in manually.

View 1 Replies View Related

AutoCAD Inventor :: Using Custom Section Properties In Frame Analysis

Jan 23, 2012

I am busy constructing my own Structural Shapes Library in Inventor 1012.During the Authoring and Publishing step I mapped Cross Section Properties (Ixx, Iyy, Torsional Section Modulus, Torsional Rigidity Modulus etc) to set parameters in my iPart table.

I have noticed that once this part is then used in Frame Generator to create a simple beam and then analyzed with the Frame Analysis tool, the analysis tool uses the geometry of the part to calculate these properties.

Is there a way that I can force Inventor to use the properties in the iPart Tables?  I am worried that any errors in creating the cross section geometry will be carried into the Cross Section Properties calculated by Inventor.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Code - Change Custom Properties

May 31, 2013

<Subassembly document name>” = iProperties.Value("Custom", "CUSTOMER P.O. NUMBER") iProperties.ValueInDoc("<Subassembly document name>.iam", "Custom", "CUSTOMER P.O. NUMBER")= Ucase(InputBox("CUSTOMER P.O. NUMBER?", "Create Customer P.O.#", iProperties.Value("Custom", "CUSTOMER P.O. NUMBER")))

View 3 Replies View Related

AutoCAD Inventor :: Title Block - How To Put Custom Properties In Order

Nov 7, 2011

When I input data into title block I want to go Field txt->custom and have some rows multiple, in repeating order, I don't have control over that. 

Example:

I want:

first row: rev #,
second row: by,
third row rev #,
fourth row: by,
and so on.

Right now I created prompt line "rev (1)", "by (1)", "rev (2)" and so on, but this still wont show the right order in custom props. 

View 1 Replies View Related

AutoCAD Inventor :: Custom Properties / Model - Changing Order Of Placed Views

Oct 21, 2013

Within the drawing title block we have a 'Text' of type 'Custom Properties - Model' which pulls in a custom iprop from a model which is the models finished weight. This is a common way of auto populating title box entries.

The problem is that the sheet populates the text with the info related to the first viewport placed upon the drawing.

Whilst fine when planned for properly, I quite often encounter upon large multisheet detail drawings, that a user when detailing an IAM, will have forgotten to put the IAM view down first, especially later in the drawing series where the IAM is not required and the user is detailing IPT's.

What I am looking for is a way to change which viewport the border properties are related to ideally, so that if a user has forgotten to place the IAM but has placed 20 IPT's down, I could place an IAM outside of the maximum area, as the 21st object but fool Inventor into thinking this was the first viewport placed down, thus populating the border info correctly.

I don't know of a way to do this currently, either with current Inventor functionality, or by programmatic approach - our current fix is to have the user create another drawing sheet, place the IAM outside the maximum area, copy all his IPT viewports across from the first sheet, then delete the first sheet. Is it possible to change the object order of placed viewports with less disruption?

View 8 Replies View Related

AutoCAD Inventor :: Mass Properties Changes To Zero When Migrating Parts To 2013 - Custom Parameter

Feb 28, 2013

I am having trouble with mass prop exporting to sheemetal parts. It did work for 2012 now its not happening iv2013. service pak 1.1

View 1 Replies View Related

AutoCAD Inventor :: Embossed Text (Part Sketch) To Update From Custom Properties

Dec 20, 2011

I’m trying to get the embossed text on a nameplate (done in sketch on a part) to change with updating a custom property in iProperties. Right now I’m using iLogic so I can change the text in User Parameters and that updates the embossed text. So where I’m having an issue is the Export Parameters tab is grayed out so I can’t get it work with my custom properties.

View 1 Replies View Related

AutoCAD Inventor :: Custom Title Block Properties Based On Project File?

Mar 21, 2013

As I am creating drawings for parts/assemblies, I have to fill out the customers name and the job number which I currently do on every drawing I create by right clicking on the Drawing name in the tree, going to iProperties, and then filling out the fields I need.

I have to do this for every sheet. Sometimes over 100 sheets per job.

Is there a way, within the project file maybe, to have these fields be already filled in with the customers name and job number? 

Every new project file I make is a new customer. So I'm wondering if there is someway to tweak the project file.

View 2 Replies View Related

AutoCAD Inventor :: Create And Define Multiple Custom Properties For Individual Sheets?

Apr 24, 2013

the only property I can actually define for each individual sheet (for use in iLogic, text fields, etc.) is the sheet name. This is extremely limiting. Each sheet in my drawings has several properties of its own--sheet number (most importantly), what part is ON the sheet, the designer, the revision, etc. I would love to be able to use each of these in labels on the sheet, for example, a text box with "<Sheet #> - <Part> (<Designer>)". The only possible way I could do something like this is to use the sheet number as the Sheet Name, and then use that value in the sheet's text labels, headings, and title block. However, I want to be able to use descriptive names for the Sheet Name, plus that's just one property.

Is there any way I can create and define multiple custom properties for individual sheets? I was exploring the idea of using iLogic, using the ActiveSheet command, possibly, and "tricking" inventor into creating properties for a given sheet.

View 8 Replies View Related

AutoCAD Inventor :: Send Custom Properties From Selected Assembly View In Drawing To All Parts

Nov 4, 2013

I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.

Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)

[code]....

I have the rule "SEND TO PARTS" in my assembly but i have this error message

MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))

View 8 Replies View Related

AutoCAD Inventor :: Custom / User Properties In View Label Of Drawing Template / Style Library

Apr 18, 2012

Is there a way that we can set the view label in the style library to show custom/user Properties?

We have set our iam/ipt templates to have some custom properties which we wish to display in the view label when the view is created however there this no way to add these properties to the label.

I find this a little strange as you can add these user Properties to the parts list in the style library? (I've added some screen caps to show what I am talking about)

View 8 Replies View Related

AutoCAD Inventor :: Find Overridden Balloons

Mar 11, 2013

I have a situation where there was a modified balloon with an overridden part number that was causing some confusion.  Is it possible to toggle a setting, like how you can select Overridden Inventor dimensions, to find any overridden balloon objects?  Need to save some time performing a manual, visual search.

View 5 Replies View Related

AutoCAD Inventor :: Renumber Balloons For ILogic?

Sep 1, 2011

I want to add the Balloon Renumbering function to our templates using iLogic, but when I run it I get an error message saying: "The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))". I have narrowed it down and think it has to do with the following line: partInfo(i - 1).Number = drawBOMRow.Item(itemColumn).Value. When I remove that line I don't get an error message, but every balloon is set to item no 0. The function I want to achieve with the code is to renumber separate part files against the assembly BOM.
 
Public Structure udtPartInfo Public udNumber As Integer Public ReferencedFile As String End Structure Sub Main() Dim drawDoc As DrawingDocument drawDoc = ThisApplication.ActiveDocument Dim baseSheet As Sheet baseSheet = drawDoc.Sheets.Item(1) Dim valSet As BalloonValueSet

[code]....

View 7 Replies View Related

AutoCAD Inventor :: Getting Balloons To Stay In Desired Direction?

Nov 8, 2011

Any easy or more reliable way of getting balloons to stay in the direction you want?

In the image i've attached you can see what normally happens when dragging a balloon in position on the left and what i desire (and accomplish after a lengthy fight) on the right.

Is there a way to make a balloon (3.30.4 in this case) go into the desired direction without having to fight with it?

Using IV2014 Pro SP1 update 1, Win7-64bit

View 2 Replies View Related

AutoCAD Inventor :: Ballooning Wiring / Split Balloons

May 17, 2010

(check out the attached .bmp for clarity)

I need to either add a custom balloon to a 3D wiring harness (made of individual wires) or add a split balloon (showing item number then sheet number) to my layout. What I have now is a 3D harness with all my connectors shown on it and a balloon calling out what connector it is. I want to attach a custom split balloon to my connector callouts to reference the wire and sheet number of another sheet in the same project. I should also mention that there are tons of connectors that as far as Inventor is concerned is the same model.

I've already created a user symbol to attemp to work around it but I can't attach the custom symbol to the existing balloon.

Secondly, why can't I attached a balloon to the 3D harness anyway. I also can't add a balloon to the nailboard view either!

View 1 Replies View Related

AutoCAD Inventor :: Show Associated BOM Quantities On Balloons In Drawing?

Jan 3, 2012

How do you show associated BOM quantities on balloons in the drawing?

View 7 Replies View Related

AutoCAD Inventor :: Finding Missing BOM Balloons In Drawing

Jul 16, 2013

We want to ensure that a balloon callout exists for every item in the parts list (BOM) in our assembly drawings.  Is there a way to easily do this?  

Currently, if we have an assembly with 30 parts, we manually search for each of the 30 BOM balloon to verify that none were missed.  Since the balloons are not in order, balloon 5 could be on page 2 while 6 is on page 8.  This method is often time-consuming and error prone.

It probably goes without saying, but if ballons are missed, then assemblers have nothing to show them were the parts go and either come ask us or guess.

View 1 Replies View Related

AutoCAD Inventor :: Attaching Balloons To Sketched Geometry In 2012?

Jun 19, 2012

know if we can now attach Balloons to sketched geometry in the .idw in 2012?

View 2 Replies View Related

AutoCAD Inventor :: How To Alter Precision Of Values Represented In Balloons

Oct 24, 2011

How to make Quantity to be represented less precise in the balloon.

I mean to make less zeros after the dot. The upper balloon row is Quantity.

View 6 Replies View Related

AutoCAD Inventor :: Choose Continue When Placing Balloons Or Leader Text

Jul 10, 2012

In Inventor 2012, you could choose Balloon, select a part, click at some location and the Balloon was placed and finished. Now in Inventor 2013 you have to right-click and choose Continue. The same applies, when you want to place a Leader Text (and maybe elsewhere as well).

Why do we suddenly have to make two additional clicks compared to Inventor 2012. It doesn't work, that you can press Enter instead of the additional mouse clicks.

And why is the Open Drawing moved to second level. The Marking Menu is of no use, especially not in the tree browser.

Why do you Inventor designers make such changes that make Inventor more annoying to operate compared to the previous version. It should be the other way around....like the brilliant inclusion of Open Drawing.

View 4 Replies View Related

AutoCAD Inventor :: Standard Drawing Symbols - Main Rev Balloons / Triangles

Jul 5, 2012

The company I am working for has dragged their CAD kicking and screaming into the late nineties and have upgraded to 3D! Recreate their drawings using 3D models, I have noticed the symbol gallery doesn't provide such things as Rev Balloons or Rev Triangles.

View 1 Replies View Related

AutoCAD Inventor :: Call Indented BOM In IDW Level

Mar 3, 2013

What is the procedure to call a indented bom in idw level? i tried it by clicking ALL LEVEL  in the bom window but no use.

View 6 Replies View Related

AutoCAD Inventor :: Call Out Square In Note?

Jun 11, 2012

What is the proper way to call out  a square in a note?  Do you put size then square symbol or square symbol then size?

View 2 Replies View Related

AutoCad :: Add Custom Field In Properties Box

Feb 21, 2012

I’m currently in the process of creating new tool palettes and all the components blocks I’m storing, I know the weights of, is there a way to add a custom field in the properties box say the weight for example, so I know how much something will weigh by clicking on its properties .

View 8 Replies View Related

AutoCAD Inventor :: Limit / Fit In Hole Note Call Out?

May 10, 2012

Is it possible to get a Limit/Fit tolerance included in a Hole Note call out, such as H7 etc?

Currently, when I am dimensioning Counter Bore holes, I have to use a general dimension for CBore dia incuding the Limit/Fit tolerance and manually add the hole dia (or visa versa). This means I have to manually update any changes to hole dia.

View 2 Replies View Related

AutoCAD Inventor :: Call Out Tap Pitch Value Without Editing Dimension

Jul 4, 2013

In the inventor drawing, while showing hole callouts for TAP, it is coming along with thread pitch (Ex: M12 x 1.5). But I dont want to show the pitch. How to call out only TAP size(Ex:- M12) without editing the dimension.

View 3 Replies View Related

AutoCAD Inventor :: Copy Properties Vs Model Properties In Drawings?

Oct 25, 2010

I want to set up my drawings so that the title block displays properties from the model.  I want to set this up so there will be drawing properties to extract into Vault.  So I want to know what other Inventor and Vault users are doing to get model properties into Inventor drawings:  Using model properties in the title block and nothing to extract in Vault or Copy model properties so Vault has data to extract.

I want to know what the best in class practice is?  What are others doing?  I do not want to use iLogic I was out of the box Inventor functionality.

View 4 Replies View Related

AutoCAD .NET :: Add Custom Properties For Object (for Example Line)?

Aug 7, 2012

I saw that I can add Fields or store data in dictionaty, but those data are not showed in Properties Windows.

In not Acad-application (but .net application) I can create property description and add "virtual" properties with the use of designer. In Aced it doesn't work.

Is it possible to add custom properties from .NET?

View 4 Replies View Related







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