AutoCAD Inventor :: Change Units Of Measure In IProperties?

Jun 21, 2013

Is it possible to change the units of measure in the iProperties from lbmass to tons for instance? I deal with very large, heavy concrete objects and tons is the way we show mass.  Also use cubic yards instead of cubic inches.

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Programmatically Update Units Of Measure For A Part

Aug 6, 2012

I am trying to programatically update Units of Measure on a part or document through Document Settings, but the changes are not reflected. I cannot save the file, because the file is a result of import, so I want to leave it up to the user. During import, I am recognizing what type of units the import file has, and I need to impose them on the document, and immediately show. I cannot use templates. There is a similar issue when the Units of Measure are updated manually through the screen, they are not reflected.

View 3 Replies View Related

AutoCAD 2010 :: Best Measure Units To Use? (International System)

Nov 1, 2013

I want to chose the better, to start drawing. I use inches at work, but I want to use international system for myself for personal projects

I think there is a standard unit in files imported o r exported from another soft, smaller files, easier size to process by pc, quicker units to introduce, accurate, prototyping models soft compatibility, etc.

Any previous criteria for recommendation is perfect.

¿Which is the best measure units to use?
Spoiler (Highlight to read) 

View 4 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 :: IProperties Change On Template?

Jan 18, 2013

how to keep the Author and Designer name as capital letter

View 1 Replies View Related

AutoCAD Inventor :: How To Change IProperties For Virtual Part

Sep 26, 2013

How to add a virtual part from an excel list to assembly using vb.net plugin. I`d like to know how to change i Properties of the virtual part through vb.net.

The iLogic code that I would typically use is:
 
Dim occs As ComponentOccurrencesoccs = asmDoc.ComponentDefinition.OccurrencesDim identity As Matrixidentity = ThisApplication.TransientGeometry.CreateMatrix
Dim virtOcc As ComponentOccurrenceIf v_qty >= 1 ThenvirtOcc = occs.AddVirtual(sVirtPart, identity) Try iProperties.Value(sVirtPart & ":1", "Project", "Description") = oProp1iProperties.Value(sVirtPart & ":1", "Summary", "Title") = oProp1 Catch End Try.......
 
so for the plugin I need to re-write this
 
Dim _invApp As Inventor.ApplicationDim occs As ComponentOccurrencesoccs = asmDoc.ComponentDefinition.Occurrences
Dim identity As Matrixidentity = _invApp.TransientGeometry.CreateMatrix Dim virtOcc As ComponentOccurrence If vp_qty >= 1 Then virtOcc = occs.AddVirtual(sVirtPart, identity) 'Try ' iProperties.Value(sVirtPart & ":1", "Project", "Description") = oProp1 ' iProperties.Value(sVirtPart & ":1", "Summary", "Title") = oProp1 'Catch 'catch error when oProp1 = nothing 'End Try

 How should I re-write the text in bold , so it works?

View 4 Replies View Related

AutoCAD Inventor :: Change Order Of Custom IProperties?

Apr 9, 2012

how to change the order of custom iProperties.  I would like to group like iProperties together to make editing a bit easier.

Windows 7 Pro, SP1
Inventor 2012 SP1

Due to the nature of our business, I am not permitted to attach any files showing models or .idw environments of any actual work-related components.

View 3 Replies View Related

AutoCAD Inventor :: Change Patterned Component IProperties Via ILogic

Sep 19, 2012

I'm working on a main assembly. I want to edit the i properties of components within a sub-assembly, this is fine for "RING:1"
 
iProperties.Value("RING:1","Project", "Description")="A79-H020B001"

but I get an error message when i try to edit the iproperties of a patterned component within the sub-assembly.

View 3 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 :: Change Units In IDW?

Apr 11, 2013

I created an idw and annotated all the dimensions in default to inches. Is it possible to switch all of the units from inches to mm at one time? If so, how?

View 2 Replies View Related

AutoCAD Inventor :: How To Change Lbmass Units

Aug 17, 2012

My drawing template title block has a section for estimated weight. This value and overall size is used to determine shipping methods of our products. This value is pulled from the Type->Physical Properties-Model and Property->MASS. There is no option to turn off units. When our clients look at the drawing, they often get confused with lbmass unit. example; When someone asks what the weight of the product is, we dont say it is 1300 pound mass, we say it is 1300 pounds. I have looked around all different forums and found no complete answer or solution to this.

The only thing closest to a solution that I found on this forum is to create a rule that creates a custom iproperty within the model. [URL]........ 

You then have to create a text field in your title block that populates from that custom iproperty but can only be done when a base view is inserted from a model that has the custom iproperty rule applied.

From what I have tried, you can create a .ipt template to save you from creating that rule to create a custom iproperty each and every time, but to populate the title block field, a user needs to create that text field and draw from that custom iproperty once the base view is set on the drawing.

I also found a way to incorporate mass without units but the information will be put into the parts list. So instead of the weight being "automatically" entered into the title block after inserting base view, I could create a parts list for every drawing. (Not a good solution) [URL].........

One last solution that I found, is there used to be a tool called iProperty Collection[URL]....... that gave users the ability to customize some Inventor functions. One being the ability to change the unit displayed for MASS. I haven't tried using this tool because the last update off the website stated in 2009; says the software is not compatible with Inventor 2009 64bit, since I am using Inventor 2012 64bit, I think this is a dead end. 

View 9 Replies View Related

AutoCAD Inventor :: Change Von Mises Units?

Aug 6, 2012

how can I change Von mises units, MPa ( Default) to another one?

View 3 Replies View Related

AutoCAD Inventor :: ILogic Rule To Change All Units?

Nov 25, 2012

I am after a rule to change the unit type of all .ipts from cm to mm.

This has to go down to all levels in hierarchy  but only change .ipt files

View 3 Replies View Related

AutoCAD Inventor :: Custom Table - Change Units With VB

Jun 18, 2012

I am creating a custom table in a .idw through VB.  I was looking for the code that would tell it to make a column have units formattng.  For example, instead of my thickness to be 0.5, I want it to show 1/2 in.  I know you can do this manually in the table editor, but I cannot find any bits of code that will do it in VB automatically.

View 1 Replies View Related

AutoCAD Inventor :: Can't Change Hole Note Units

Oct 1, 2013

See attachment.  I can't get the units off of inch.

View 1 Replies View Related

AutoCAD Inventor :: Change Document Units Using ILogic Rules?

Aug 23, 2012

How do I change the document units using iLogic rules.

View 3 Replies View Related

AutoCAD Inventor :: Unable To Change Units Of Tap Drill And Depth In IDW?

Apr 30, 2013

Not able to change the units of tap drill and depth in .idw.

My part is in inch and the style too, is it a bug or a setting? I don't know...

Even if I change the style, custom of default, always the same.

View 9 Replies View Related

AutoCAD Inventor :: How To Change The Units From English To Metrics Permanently

Jul 15, 2010

Whenever I start a new part, I have to change the units in 5-6 clicks to metrics. And next time I have to do the same all over again.

Is there a way to do this permanently?

View 6 Replies View Related

AutoCAD Inventor :: How To Change Default Units To Metric For 2013

Oct 22, 2012

how to change default units to metric for inventor2013? Now I have them set as imperial.

View 3 Replies View Related

AutoCAD Inventor :: How To Change Units To Metric In Material Editor

Oct 13, 2012

How to change the units to metric in material editor? See attached picture

View 1 Replies View Related

AutoCAD Inventor :: ILogic Rule - Change Linear Units In Active Standard

Jul 16, 2013

Within an IDW file, you can go to the Styles Editor, then click on a standard.  On the General tab, there's a drop down for the unit of length.

Provide the code so that I can change this setting from Inches to mm with an iLogic rule?

View 2 Replies View Related

AutoCad :: How To Change Units

Jun 11, 2011

is there a way to change units, lets say i am making a wall with a unit of meters and suddenly i want to make a sofa with a unit of inches or a bed with a unit of feet.. is there a way to do this?

even if i change the units of the FORMAT tab, it stays the same...

View 2 Replies View Related

AutoCad 2D :: Change Units From Mm To M

Sep 27, 2012

In my autocad i draw in mm, how can i draw in m?

View 4 Replies View Related

AutoCad :: How To Change Units / 1000 Mm

Apr 6, 2013

I have been trying to draw in mm, i.e, when i draw a line 1000 i want it to be 1000 mm. but currently when i do that i'm getting a line way too long, cant even zoom out to see it fully. i can only draw shorter lines (ex. 30) to be able to see it fully.

View 2 Replies View Related

AutoCad :: Units Change From Unitless

Jul 23, 2012

I got a unitless model! So, I changed it to Inches (Format/ Units). However, it does sound like nothing has been changed!

View 9 Replies View Related

AutoCAD .NET :: Change Units To Pixel Programmatically?

Oct 24, 2011

I'm using sendcommand to draw various shapes in autocad.

the problem is my application (wpf) uses pixel units while autocad uses inches by default.

how can I change autocad units to pixel programmatically?

View 2 Replies View Related

AutoCAD Architecture :: Block Units Set To Mm - How To Change

Aug 14, 2012

I have revived an old project that was started about 2 years ago. I went to attach my title block in paper space and the drawing was itty bitty.

Seemed unusual because in another layout the title block is there with the same page setups etc.

Then I looked at the block units and they were set to mm.  Can it be changed?  If  so how?  Or am  I completely hooped?

ACA2011
Win7 64

View 1 Replies View Related

AutoCAD 2010 :: Change Default Units

May 29, 2013

I have a query on the units for Autocad,  every time i start Autocad up it defaults to inches, i have to change the units manually to mm using in units.  is there a way to set this that i don't have to keep doing this?

View 2 Replies View Related

AutoCad :: Change Drawing Units To Millimeters

Nov 28, 2006

I have some drawings that are drawn in millimeters. I need to add to the drawings but when I type 36 I get a line 36" long. I need to change autocad so that when I type 36 it draws a line that is 36mm.

View 9 Replies View Related

AutoCad :: Map Units In Inches - How To Change Into Feet

Jul 11, 2011

I am drawing a plan view of building that is 11 feet by 36 feet. I thought my map units were in feet but when I draw in the linear dimensions, it reads 11 inches x 3 feet. How do I change this?

View 8 Replies View Related

AutoCad 2D :: Dimension Units Change After Saving

Feb 9, 2012

I'm having an issue with dimensions changing from when I save the drawing to when I reopen it.

I'm using AutoCAD Mechanical 2009, exclusively in 2D. I save drawings in AutoCAD 2000/LT 2000 Drawing format to maintain backwards compatibility with our legacy documents which are still in regular use.

The exact process is:
1. Create dimension in existing drawing.
2. Set units of dimension. Typically this is fractional.
3. Save and close drawing.
4. Reopen drawing, and all of the dimensions units are set to decimal to the fourth decimal point.

If I interact with the dimension in any way, it will return to its set unit. For example, if I double click on it to bring up the Power Dimensioning window and just click Okay without altering anything, it will change back to its set unit. Likewise, if I move the dimension itself it will return to its set unit as well.

So far my solution has been to simply select the entire drawing at once, then move it X units one way, then X units back. The move back and forth will return all the dimensions to their set units.

Obviously this is not ideal, especially when sending drawings to co-workers who are unaware of the issue or even using different versions of AutoCAD.

View 8 Replies View Related







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