AutoCAD Inventor :: IProperties Date Format In IDWs

Jun 19, 2013

I've inserted <CREATION DATE> into the custom title blocks I normally use for drawings. It displays the date without preceding zeros (example: June 18, 2013 is displayed as "6/18/2013" instead of "06/18/2013"). How can I change this?

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Changing Date Order In IProperties

May 21, 2012

I want to change the default date order which is displayed in iProperties from MM/DD/YY instead of MM/DD/YY.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

AutoCAD Inventor :: ILogic Excel Date - How To Format

Jan 7, 2013

I want iLogic to look up todays date in an excel file and then pull information from that row. 

The problem I have is that it doesn't seem to like / or -  so I am not sure how to format the date. 

How would I format my date in Excel so that it matches the wway Inventor stores it in iproperties>Project>Creation Date?

Inventor 2013
 
DwgNum = iProperties.Value("Custom", "Dwg Number")Client = iProperties.Value("Project", "Vendor")Description = iProperties.Value("Project", "Description")DrawingType = iProperties.Value("Custom", "Drawing Type")author = iProperties.Value("Summary", "Author")Date2 = iProperties.Value("Project", "Creation Date")i =
[Code] .........

View 9 Replies View Related

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 :: Chamfer In IDWs

Dec 5, 2012

Is there a way to dimension chamfers like in the second pic below so that the values update. You can do a linear dimension and then alter the text and try and find that dimension in the list, but the chamfer tool works well with two clicks but you only get it with a leader. I would like the same function but with a linear dimension sometimes. It would be good if you could choose it. 45° is probably not a really good example, but the leader version is not always so clear.

View 1 Replies View Related

AutoCAD Inventor :: Subassemblies And Weights In Idws

Aug 14, 2013

I am working on a new concept design for one of our customers.  A critical design parameter is the weight of each of several sub-assemblies.

I have an idw of the top level assembly where I have added Parts Lists of each of the critical subs to show the weight of the components used in each sub assembly.  I would like to add a line at the bottom of each Parts List that shows the total weight of that sub assembly.  I would also like the header of the Parts List to display the Part Number (from the sub assembly iprops). 

Is there a way to get why I want from IV?  I am currently using IV 2012. I have attached a .pdf mockup of what I want.

View 3 Replies View Related

AutoCAD Inventor :: Printing Most Latest IDWs Without Opening IDW One By One

Sep 13, 2012

what is the best workflow to ensure that i am printing the most latest idw without opening the idw one by one?

View 4 Replies View Related

AutoCAD Inventor :: Re-centre Dimension Text In IDWs?

Apr 10, 2013

I'm aware this has been raised before, see [URL] however this was way back in 2004. Surely there must be a solution by now!

View 1 Replies View Related

AutoCAD Inventor :: 2013 Extremely Slow In IDWs

May 14, 2012

When working in detail drawings inventor progessivly gets slower, the more information on the drawing, the worse it gets.I was watching the task manager, For ANY command, the 1st core runs at 100% for up to 30 seconds, while this is happening, Inventor is dead.

EG, add a revision row, delete a symbol, zoom in or out, pan, add a dimension, move a leader etc.for each command/move takes 10 to 30 seconds to get control, it took me 45 minutes, to add a revision row and print 15 drawings this morning.

View 9 Replies View Related

AutoCAD Inventor :: Multi Sheet IDWs And Work Flow

Apr 26, 2012

we have simple assemblies with bolted weldments and few misc. parts. most assemblies are 3-20 parts a typical project would have:

-a few laser cut parts, some plastic and hardware. these items need to have part drawings sent to a vendor. 

-some in house cretaed parts that need a drawing

-assembly drawing for our shop

i think i am seeing that by having one single  IDW its getting hard to send all the drawings to the people that need them. an example would be if a vendor calls about one part, i may send him a 4 page PDF and tell him to look on sheet 2.the other issue that i have is that my standard work flow is:

-design a product

-hand of to another dept for them to enter SKU numbers for parts and assemblies.

so my file names never match what the final product name is. i have been using fields in the iPROP, but it would be nice to revise file names when SKUs are created. im guessing vault would be the tool for something like that? 

View 3 Replies View Related

AutoCAD Inventor :: Create Flat Pattern IDWs From Assembly

Mar 15, 2012

To increase the speed of production, I like to generate idws of flat patterns from assembly. The following iLogic rule work fine inside a metal sheet (I had to create flat pattern before run this rule).

Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumDim oDrawingDoc As DrawingDocumentDim oPartDoc As DocumentDim oSheet As sheetDim oTG As TransientGeometryDim oView1 As DrawingViewDim oOptions As NameValueMapoPartDoc
[Code] ........

 But from an assembly there are some problem ( firstable I'm not an expert of vba and ilogic)

Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumfmgr = ThisApplication.FilemanagerFor Each file In fmgr.filesdoc = ThisApplication.Documents.ItemByName (file.fullfileName)compdef = doc.ComponentDefinition' For each assembly or subassembly'If (doc.documenttype = 12291) Then For Each occ In compdef.Occurrences' For sheet metal or part
[Code] ........

View 1 Replies View Related

AutoCAD Inventor :: Create Detail Identification Balloon In IDWs?

Sep 9, 2013

How can i create a detail identification balloon in the idw's that prompt the user for the detail number and reference? Up to now we have been using sketched symbols balloon but are required to add the text manually as a second step. Is it possible in Inventor to combine this like easily done in Autocad.

AutoCAD 2011
Inventor Simulation 2011
Vault Professional 2012

View 5 Replies View Related

AutoCAD .NET :: Unable To Use System Date Format?

Oct 18, 2011

Inside VS 2010 the datetime components format the date string as "dd/MM/yyyy"

Inside autocad 2012 the date formatting is "dd/MM/yyyy"

but inside the .net appication that I am writing, the date.now returns "MM/dd/yyyy" and the compents also reformat to "MM/dd/yyyy" so I end up with lots of "invalid date string" errors

View 4 Replies View Related

AutoCAD .NET :: How To Convert DD Value To Date And Time Format

Mar 11, 2012

i am useing vb.net 2010

        Dim AcadApp As Autodesk.AutoCAD.Interop.AcadApplication
        Dim acaddoc As Autodesk.AutoCAD.Interop.AcadDocument
        AcadApp = GetObject(, "Autocad.Application")
        acaddoc = AcadApp.ActiveDocument
        Dim DD As Double
        DD = acaddoc.GetVariable("tdcreate")

how to convert DD value to date and time format

View 4 Replies View Related

AutoCAD Civil 3D :: Date Format In The AGS File Is Incorrect

Dec 12, 2013

I've been sent an AGS 3.1 file which I'm trying to import to Civil 3D using the Geotechnical module, but keep running up against an error which suggests the date format in the AGS file is incorrect. From what I can see the format should be DD/MM/YYYY, and this is correct in the file, but Geotechnics still won't recognise it.

Is there a different date format I should be using, or is there a way to force the tool to recognise the format in the file?

View 7 Replies View Related

AutoCAD 2010 :: Edit Date Format In Sheet List Table

Apr 4, 2013

I have a sheet list table setup and want to change the format for how the date shows up in a row. Is there a way to format each row/column?

View 9 Replies View Related

Lightroom :: Date Format For Import Sub-folder Destination?

Apr 8, 2012

I have been using a trial version of LR 4 and would like to know if LR can use the format of "MM-DD-YY" for the subfolder of the destination folder. My many years of files are organized by the "YYYY" top folder then "MM-YY" then by date of shooting, "MM-DD-YY" within the corresponding month. Is this possible or must I continue to rename the folders after import?

View 3 Replies View Related

AutoCAD Inventor :: Best Format For Neutral File Format For Exporting / Importing 3D Files?

Sep 25, 2013

What is the best export/import format for sending 3D files. I need some neutral format files, possibly Solidworks but I am not sure. Also any export settings to make sure I get decent quality files.

Nothing like getting a surface model when you want solid model.

IV2014 sp1.2 PDSU / Sim Mech 2014 /
Win7-64
EVGA X79 - Classified, iCore7 3930k 32Gb Quad-Channel
950Gb (2 x 500Gb Sata III SSD RAID0 Adaptec 6805E Controller)
Nvidia GTX-690 Classified - 331.82
SpacePilot Pro 3.17.1, 6.17.7, 4.11

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







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