AutoCAD Inventor :: Concatenate IProperties - Separated With Dash

Apr 14, 2012

I would like to have two fields in the iproperties and then concatenate them together. Lets say one is the the w.o. or project number and the other is the drawing number. I would like to have a third iproperty that concatenates them together seperated with a dash (EX. 200970-301).

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic Code Part Iproperties To Custom Iproperties

Sep 19, 2013

I was looking for some iLogic Code for Inventor 2013 that would cycle through all the parts in an assembly grabbing the quantity of each part and setting it equal to the custom property "Qty" of each part.

Having a little trouble creating the for each loop and setting reference to each part without referencing each part by specific name.

View 6 Replies View Related

AutoCAD Inventor :: Multiple Frames Is Only Separated By Subassembly?

May 2, 2013

If a want one assembly with, lets say, 2 steelframe cases made with frame generator, and I want to have a piece of wood between them and I want to edit the position of the cases and the thickness of the wood. Then I need to do the frame generating in 2 separate assemblies and bring them together in a mother assembly? 

View 2 Replies View Related

AutoCAD Inventor :: How To Reconnect A Part After It Was Separated With Split Tool

Aug 22, 2012

I separated to a part with the split tool now I want to reconnect the part together, how do I do that?

I tried offesseting the surfaces of each side of the part then combine them using the "stich tool", bu the spliting edge still remains between the solid. 

View 1 Replies View Related

AutoCAD Inventor :: Perform Subtract Boolean Operation On Two Separated Solids

Nov 19, 2011

I have inventor 2012 and I´m having trouble doing a cut boolean operation to two solids. One is a revolved elipse, so it´s a kind of egg, and the other one is an extruded rectangle.

I want to cut the egg in the rectangular solid, so I can obtain a rectangular solid with an empty egg space inside. I tried to use the "derived" command, so I derived the egg from the rectangular solid, and used the combine command, but with no success. Right now I have two separated solids on the same file (the egg and the extruded rectangle).

View 6 Replies View Related

AutoCad :: Concatenate Function In Excel

Jul 30, 2013

i am trying to recall how to use the above mentioned function to plot suveyed points into CAD and it is wrecking my head

i can get one point on but to add multiple points is beyond me at the moment.

View 8 Replies View Related

AutoCAD .NET :: Property In Class - Function To Get 4 Attributes And Concatenate

Oct 25, 2011

I'm trying to create a property in a class "extractTitleBlock" which searches through the "ExtractBlockRef (AttRef List)".

How would I search through a list of the class object above it? 
 
Public Class extractTitleBlockInherits extractBlockRefPublic ReadOnly Property Description_Concantenated() As StringGet'Function to Get 4 Attributes and Return Concantenated StringEnd GetEnd Propertyend ClassPublic Class extractBlockRefInherits extractEntityPublic Name As StringPublic Space As String

[Code] .........

View 2 Replies View Related

AutoCad 2D :: Insert Multiple Block (like Points) Using Excel Concatenate Function?

Nov 27, 2013

So i have a simple block of basically a point. i also have alot of points to input. I know i can attribute the block with promts such as levels or dates etc.. but is there a way to make the block do this by itself when level is already entered? also is there a way to insert multiple block (like the points) using excel concatenate function? or can i input the points and have date and level shown in a text form?

View 2 Replies View Related

AutoCAD Inventor :: Set IProperties Upon New / Save

Apr 10, 2013

I want to make popup the i properties windows to fill or change in 2 ways:

» when creating a new ipt, iam and idw
» just before saving all 3

the properties I want to validate are

-  the title not filled
- if there is more than one line filled in comments

View 1 Replies View Related

AutoCAD Inventor :: IProperties - Opening Using VBA

Mar 7, 2013

I am opening, using VBA, the iProperties "Pop Up" box, using the following code....

ThisApplication.CommandManager.ControlDefinitions.Item("AppiPropertiesWrapperCmd").Execute

If it is possible to open the iProperties "Pop Up" box at a specific Tab, for example, "Physical" or "Status" etc?

View 1 Replies View Related

AutoCAD Inventor :: Part IProperties From IDW

Dec 5, 2012

Is there any way to add an "iProperties" item to the context menu in the drawing environment, so that I can select a part on the drawing and access its iProperties, instead of having to "Open, edit iProp, Close," for each individual part? - Using Autodesk Inventor Professional 2012

View 2 Replies View Related

AutoCAD Inventor :: Same Part Different IProperties

Jul 3, 2012

Any way of having 2 files with different file name but identical designs what automatic updates the other one?

I need the same valve design with different materials, stock number and part names but I would like to make sure that both files are always updated to latest rev. Without having to remember to do it my self every time.

We are using vault?

View 4 Replies View Related

AutoCAD Inventor :: IProperties Dialogue Box

Jul 9, 2012

Is it possible to create a new TAB in the standard iProperties dialogue box for Inventor Models and Drawings?  I want a completely new TAB to hold unique company information fields without having to create Custom Property fields.

View 2 Replies View Related

AutoCAD Inventor :: How To Delete Value In IProperties Using VBA

Aug 26, 2013

While in assembly, i would like to select a subpart and be able to clear or delete the value of ex description without opening the part file.

I can delete properties in custom prop but i cant do it in description....

I've use design tracking properties but to no avail....

View 3 Replies View Related

AutoCAD Inventor :: Retrieve IProperties From IDW To IPT

Dec 20, 2013

In the past we filled in our changes, we did on the part, in the iProperties of the IDW. In the IDW we use some Custom iProperties for this. That's not usefull because you want this data in the 3D-model. Now I have written some code to automate this, which works really great. This code works in the IPT as well as the IDW. But what I want to achieve is: When my IPT is the active document, I want to read out the iProperties from the IDW to check if there is already filled some of these properties, because I have to deal with 'old' documents as well.

So my basis question is: How can I read out iProperties from an IDW into the IPT. I have found lots of solutions which go the opposite direction, IPT -> IDW. I want IDW -> IPT.

View 9 Replies View Related

AutoCAD Inventor :: How To Get Area In IProperties

Jul 26, 2010

I want to get out the Area in Physical Tab in i Properties, after that, I will show it out in drawing by add general notes

This is my program:

[code]
.....................

Dim oBlockPart As PartDocument
oBlockPart = mApp.ActiveEditDocument
..................
 
 Dim oGeneralNotes As GeneralNotes

View 7 Replies View Related

AutoCAD Inventor :: Add To The IProperties Dialog?

Aug 9, 2012

I need to add a "Gauge" value to show up in the iProperties dialog box under the Project tab, but I don't know how or if I can.

View 9 Replies View Related

AutoCAD Inventor :: IProperties And BOM Customization

Aug 15, 2012

I am now looking to work with custom iProperties that will populate our company's new BOM standard.  I have not done much with regards to customizing a BOM (I've always used the generic fields).  Now my boss has come to me and wants to use the following headings for our BOM....

REF ID, QTY. , DESCRIPTION, SHAPE, SIZE, LENGTH, MASS, TOTAL LENGTH, TOTAL MASS, COMMENTS, REF. DWG.
REV., REV. DATE

While I understand some of these fields will require the user to manually type information in (Comments and Ref. Dwg.)  The others, from my understanding, can come straight from iProperties or Parameters.  I am running INV Pro 2013. 

View 1 Replies View Related

AutoCAD Inventor :: Sync IDW IProperties With IPT?

Apr 7, 2009

i would like to be able to make a change in iProperties ( part #, description, stock number), and then automate/sync that change to the .idw of that part/project after the .idw is created.

is this possible? do i just need to fill out the iProperties BEFORE i make the .idw,

I really hope this is possible, we are going back and reorganizing all of our previous work and putting everything in vault now.

View 9 Replies View Related

AutoCAD Inventor :: Using Parameter In IProperties

Jan 6, 2014

Sometimes I change the dimensions of a material I use but then I have to open Iproperties and change the description by hand. This can create problems as you can understand especially when I forget to update the Iproperties.

Then I had the thought to automate it. Lets take a steel bar as example. I have thickness and width as parameter, both are exported and available under IProperties/Custom. But they show as 200 mm and 10 mm. I would like to loose the units. I tried also UL but then it reads 200 ul and 10 ul.

What I like to get are just the numbers, no units. I like to use it to create this  "steel bar 200x10" where the 200 and the 10 are linked to the Parameter and will change when I change the dimensions av the steel bar.

View 9 Replies View Related

AutoCAD Inventor :: IProperties Location Using VBA

Dec 22, 2012

How can I get the "Location" iProperty using Inventors VBA?

Please see the attached picture!

I am using the following code to get other iProperties, thus.....

Set oStockNumberProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("Stock Number")
StockNumber = Trim(oStockNumberProperty.Value)

This works OK.

View 3 Replies View Related

Revit :: Concatenate 2 Parameters Into One

Mar 8, 2013

Is it possible to concatenate 2 parameters into one in Revit.  So I want the door parameters (i.e. Width, height)  to be automatically generated by the family.  I want those two parameters to be joined in one field width x height.  This is what the department wants. 

If I can't then I can't.  I know earlier versions of Revit could not concatenate.  This is one example but there re several instances where I want (2) separate fields/ parameters to report into one field that can then be used fro a schedule. 

View 2 Replies View Related

AutoCAD Inventor :: How To Export IProperties To TXT ILogic

Nov 11, 2013

I would like to copy and paste all iproperties from one part to another, without retyping it all.

What i was thinking about is:

1. Exporting all iproperties to .txt

2. Run a import .txt rule to iproperties.

Is it possible? If so, How could i accomplish a task such as this?

Privacy warning: Since I live in a country that has traded liberty for the illusion of security, all of your posts to me are being monitored and saved by the United States Government.

View 1 Replies View Related

AutoCAD Inventor :: Change IProperties Field Name?

Mar 12, 2013

I am trying to figure out if it is possible to change the iProperties default field names.  For example, in iProperties, under the Project tab, i want to change the field "Stock Number" to "Drawing Number".  I know that i could create my own custom field in a seperate tab, but i think this way would have a much cleaner look and simpler workflow.  If it is possible, is it something that i can incorporate into an ipt template?  Or will this only change on my system?

I am working in Inventor 2012 Pro

View 4 Replies View Related

AutoCAD Inventor :: ILogic Set Description In IProperties

Oct 18, 2013

I am sure this is extremely simple to do but I am missing something. I am wanting to set the Description of a part in the Iproperties using values from the parameters. For instance, if the part has a length value of 10 and a width value of 5 I want the Description to say: 10 x 5 Floor Sheet

I cannot figure out how to extract the parameter values and place them into the iproperties. Here is what I have tried: iProperties.Value("Project", "Description")=" =<Length> x <Width> Floor Sheet"... This gives me the following result in my description:  x  Floor Sheet

View 4 Replies View Related

AutoCAD Inventor :: Crashes When Trying To Open IProperties Of 1 Certain IPT

Dec 8, 2011

The crash happens everytime I try to open iProperties from the .iam(Assembly) that I use it in. The only other .ipts I use in the .iam is two small rings. I can open iProperties for the .ipt if I open the .ipt for it self, thou I have .iams that use .ipts that are nearly similar to the one causing the crash, that open iProperties just fine.

View 1 Replies View Related

AutoCAD Inventor :: Set Assembly IProperties Using ILogic

Jun 1, 2011

I wish to set the properties of an assembly using i Logic. I have the values of the properties in a part that is in the assembly. I wish to pass those values from the part to the assemblies i properties. I tried using the following code, but it gives an error saying it can not find the document "MyAssy.iam"
 
iProperties.Value("MyAssy.iam", ThisDoc.Path, "Part Number")=AssyNo

I'm not even sure that this is the way to do, but it's the only way I could think of to try.

View 9 Replies View Related

AutoCAD Inventor :: Export Occurrence IProperties?

May 21, 2013

I would like to export the Current Offset from Parent Assembly Origin values (X Offset, Y Offset, Z Offset, X Angle, Y Angle, Z Angle) for each part in an Assembly.  These values are found in each component's iProperties under the Occurrence tab.

View 9 Replies View Related

AutoCAD Inventor :: Changing IProperties In Session?

Nov 16, 2012

Using Inventor 2013. As you know it's impossible to chang iproperties values of the library parts in inventor session (for instance in asm file). The error message comes "readonly".

But when you open iproperties of the file in windows file explorer then it's possible to change iproperties values while library parts open in inventor session in asm.

Normally I copy the file location path of the library part and open this path in the windows file explorer and find the part and right-click on file and change iproperties values which I want to change stock number, part description etc...

Is it possible to create VBA code or API which can open iproperties box of the selectet part outside of the inventor session in windows file explorer?

View 5 Replies View Related

AutoCAD Inventor :: Open IProperties Toolbox Using VBA

May 7, 2012

I have written a vba macro to automatically check that the description and material properties of a ipt file are correct.

If they are not correct, eg "no description" has been entered then I need to automatically open iProperties so that the user can then input a description.

Is this possible?

View 1 Replies View Related

AutoCAD Inventor :: Parameters In IProperties - IParts

Feb 14, 2012

I need a parameter from an iPart to show up in my Parts List by using the Stock Number iProperty, then CHANGE with each variation of the iPart (PLATE BC-01, PLATE BC-02, PLATE BC-03, etc). I already have the parameter exported, named 'BOTTOM_A.' Stock number has the expression: '=1/4" HRS x <BOTTOM_A>.' 

However, this only works for that particular part. The number does not change when I place a Parts List for PLATE BC-02 and PLATE BC-03. All three have the same number. I found that the number corresponds to the active part. If I double-click PLATE BC-02 in the ipt file to show it, the number for the separate Parts Lists will all correspond to PLATE BC-02.

I've attached an image of the Parts Lists after double-clicking PLATE BC-02 in PLATE BC.ipt. I can include more if needed.

View 4 Replies View Related







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