AutoCAD Inventor :: Where Can Get SI Unit (mm / Cm / M) Basic Files

Apr 12, 2013

I downloaded student version Autodesk Inventor 2012 a few month ago. When I start the inventor and go to OPEN, I had the standard options in both inches and millimeters. 

BUT someone I work with kind of deleted all my SI unit settings on my computer (thought that we will never use it cuz we are in America...)  and now when I want to make something new, i only have Inch options to choose from. 

Now I need to make something that is in millimeters, but when I go to File> OPEN, I only have standard options in INCHes.... 

Should I delete my current Inventor and Download a new one? OR Can I download a folder or file that contains all the SI unit ?

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Unit Of Dimensions

Feb 14, 2012

tmpApp.UnitsOfMeasure.GetStringFromType(Inventor.UnitsTypeEnum.kCentimeterLengthUnits)
 returns "zentimeter"

Is there also a function which returns the unit sign "cm" ?

View 4 Replies View Related

AutoCAD Inventor :: Add New Unit For 2D Drawing

Jun 28, 2012

I'm trying to add a new unit's type for a specific drawing. 

Is there any way to add one with its corresponding calculation parameter?

Under the "Style and Standard Editor" Panel i cannot modify it.

The End result is to display a " Symbol after the first Units instead of the in unit (see enclose picture that i manipulated to display the end desired result).

View 1 Replies View Related

AutoCAD Inventor :: Make BOM List With Unit QTY

May 30, 2013

I used to add some parts to CC in Inventor and also some profiles. Whenever I create an assembly I want these profiles I made myself to be counted in millimiteres, whereas it is counted in how many pieces of this long profile I used.

I want these custom made profiles to be counted same as standard pipes from CC- in millimiters.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Error (the Unit Name Is Not Valid)

Aug 1, 2013

I'm getting a strange error with my iLogic code running parameters in my assembly.  When I have one "if....then..." my rule runs fine. Even two statements work.  But for some reason when I get to a certain number of statement I get an error: I've attached some sample code and snapshots of my error screens.
 
If FLANGE_STYLE_BOTTOM = "2in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="6"Parameter("RD FLANGE:1", "BC")="4.75"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="3in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="7.5"Parameter("RD FLANGE:1", "BC")="6"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="4in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="9"Parameter("RD FLANGE:1", "BC")="7.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="8"Else If FLANGE_STYLE_BOTTOM="5in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="10"Parameter("RD FLANGE:1", "BC")="8.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".875"Parameter("RD FLANGE:1",

[code]...

View 4 Replies View Related

AutoCAD Inventor :: How To Change Unit Structure Within CC Editor

Mar 18, 2013

I created a couple of Unistrut  structural member and published them to the CC.

Once they were in the CC I setup the proper code allowing these members when placed in an assembly to show up as shown in the parts list.

Now sometimes when the member is an odd length it will show up with the decimal places in the part number (i.e. P1001--46.621)  This is fine when it comes to the part number showing up as a decimal.  In the description we are now wanting to show this in fractional form such that 46.621 in the part number shows up as 46-5/8 in the description.

When I edit the family table for these members, specifically the columns that house this coding, I am not seeing anywhere on how to change this.  Does this can be done and if so what the coding is to accomplish this?  Without changing the global units of the drawing?

Inventor Suite 2012
Windows 7

View 5 Replies View Related

AutoCAD Inventor :: Unit Display In Title Block

Apr 23, 2013

Below is a code I managed to scramble together to display the unit used in the drawing template. The units are selected once the drawing is opened based the Standards ANSI and ANSI-mm from the styles library.

The code displays the units used in template as a custom iproperty called "drawingUNITS". This code works great however, I would like it if possible to be more clearer to the shop guys looking at the drawings.

I would the result to be

ANSI = Imperial (or inches) and ANSI-mm = Metric

is there somewhere in the code provided that I can get my desired result?
 
' To use this rule, create a Text parameter named Standard in the drawing.' Assign it values such as:

' ANSI' ANSI-mmdoc = ThisDoc.DocumentcustomPropertySet = doc.PropertySets.Item("Inventor User Defined Properties") 'Make sure drawingUNITS property existsTry prop = customPropertySet.Item("drawingUNITS")Catch 'Assume error means not found customPropertySet.Add("", "drawingUNITS")End TryDim drawingDoc as DrawingDocument = ThisDoc.DocumentFor Each standardX In [code].......

View 1 Replies View Related

AutoCAD Inventor :: Add Unit Type To UnitsTypeEnum List

Aug 24, 2012

Is there a way of adding a unit called "AR" as a unitless type?

I want this for B.O.M. QTY overrides to be able to carry an adjustable QTY defined and stored in the Part file.

I know I can accomplish this by overriding the B.O.M. on the drawings but I want to automate the drawings as much as possible. In order to Automate the process as much as possible I require that ALL B.O.M. data is to be stored in the Parts.

View 3 Replies View Related

AutoCAD Inventor :: Unit Qty Varies In BOM From Frame Generator

Jul 11, 2013

In particular item 29 - same part number, exactly the same parameters (I checked them one by one), but a "Varies" for Unit Qty.It is a truss frame, and item 29, as many others, has "trim to frame" end treatments.

View 1 Replies View Related

AutoCAD Inventor :: Join Spline And Line Into One Unit?

Jan 13, 2014

I am totally new to Inventor. I have a lot of experience in Illustrator and Photoshop; what I want to do is possible in those programs, but I have not figured out how to do it in Inventor.

Essentialy, I want to make a closed path from a spline and a straight line— this will become a custom shape that I want to turn into a solid. Is it possible or should I just use the split feature?

In the end, I am trying to make a solid that is similar to a section of this necklace, minus the curved portion that connected them to the necklace, itself.

View 4 Replies View Related

AutoCAD Inventor :: Display Imperial Dimensions Using Unit String

Apr 7, 2011

I have had a request to display imperial dimensions using a unit string "in." (no quotes). The default Inventor 2011 display does not include the period. Can the default be modified, or a new option added to the list?

View 7 Replies View Related

AutoCAD Inventor :: Equation Driven Curve - Unit Error

Nov 27, 2013

I would like to create an equation driven curve with inventor. I have no problems plotting the function in a plotter, however, inventor won't accept my equation. It gives me the error message, saying: "The equation contains unit errors". I'm using the explicit equations.That's the bare equation:

"y=sqr(2)*16.5/2/sqr(pi)*sqr(arccos(1-2*x/50)-(sin(2*arccos(1-2*x/50))/2))"

I modified it, inserting variables which I defined also in inventor, leading to this:

"sqrt(2)*height/2/sqrt(PI)*sqrt(acos(1-2*t/length)-sin(2*acos(1-2*t/length))/2))"

But both equations are not accepted by inventor due to unit errors. In this design, I'm using the metric system, millimeters, so I don't understand why and how I have to redefine this for the equation in order to get it working.

View 9 Replies View Related

AutoCAD Inventor :: Change Default Unit To Metric Without Reinstall?

Nov 23, 2011

I installed IV2012 with English. How can I change the default unit to Metric without reinstall?

View 3 Replies View Related

AutoCAD Inventor :: Make A View Showing Motor Jack Screw Unit

Sep 16, 2013

I'm trying to make a view showing a motor-jackscrew unit with the jackscrew at the fully retracted position and also with the jackscrew at the fully extended position (in phantom).  Refer to the attachment.

My initial plan was to have two views in the drawing, one retracted and one extended, and then just align them vertically and horizontally.   But it turns out that you can only align vertically OR horizontally, not both at the same time.  So I created an assembly of two iAssemblies, one with the screw extended and one retracted.  Then I made the drawing view from the direction that placed the extended assembly directly behind the retracted assembly.

View 3 Replies View Related

AutoCAD Inventor :: Control Frame Edit Unit Attributes Use Standards Notation

Apr 3, 2012

Autodesk Inventor 2010 - How do I set default for "use standards notation" to off or unchecked in the "Edit Unit Attributes" dialog box for feature control frames? I want to do this because the Feature Control Frame style unit setting does not override it as I believe it should. This causes an extra value within the tolerance box of the feature control frame if the Standard General units differ from the style’s primary units.

View 1 Replies View Related

AutoCAD Inventor :: Measure Distance - Dual Unit Option To Read In Both Feet And Inches

Jun 14, 2013

Is there a way to get the dual unit option to read in both feet and inches....for instance 32.75 to read 2'-8 3/4" instead of 2.729 ft?

View 3 Replies View Related

AutoCAD Inventor :: How To Set Default Unit String Unchecked In Parameters Custom Property Format

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

AutoCAD Inventor :: Base Unit Setup When Adding A Custom Profile To CC Frame Generator

May 8, 2012

When I add a profile to Custom Centre to be used in a frame generator, in Base Qty by default it comes up as in, I want it Each. Where to change it?

View 1 Replies View Related

Lightroom :: How To Import Files From Photo Collection In A Folder And Subfolders On Network Attached Storage (NAS) Unit

May 14, 2012

Have just installed Windows LR4 trial, told it to Import files from my photo collection in a folder + subfolders on a network attached storage (NAS) unit. Windows Explorer tells me that there are 10,308 files in 408 folders in the main folder, totalling 38.8gb but on scanning the folder prior to import LR4 tells me that there are only 9,612 photos.
 
My photo collection folder contains only photos and no other file types.
 
Why is there this discrepancy ? I've searched around to see whether there is some hidden filter that is excluding certain photo files but cannot find anything of that nature.

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Multiple DWG Files With Basic Set Of Commands In Script File

Jul 19, 2013

I can run the ACC fine on multiple DWG files with a basic set of commands in the script file.  But, when I try to load an AutoLISP/Visual LISP file and run it from inside the script file, it doesn't work. How to run a LISP file using the ACC?

View 1 Replies View Related

AutoCAD Inventor :: How To Handle A Basic Topology Change

Aug 8, 2013

The attached assembly contains 3 parts modelled in slightly different ways.  All parts fail when the dimension of 600 is changed to 200 in the Tool Part, probably because a different face comes into play...but it's the same body.

View 4 Replies View Related

AutoCAD Inventor :: Edit Ordinate Dimension To Basic

Jan 23, 2013

How could I edit each ordinate dimension to basic or add for the selected dimension a tolerance? Is it possible to edit each ordinate dimension individually? How could I get the value of the selected dimension?

View 2 Replies View Related

AutoCAD Inventor :: Basic Part - How Parameters Get Created

Oct 22, 2012

I created a basic part using Inventor and some how something created some parameters out of the blue.  I know that I didn't create the parameters.  The parameters got created automatically some how and I would like to know how this happened so I can do it again, because it would save a lot of time.

Here are some of the parameters that got created. 

vParam_Title
vParam_Project
vParam_Description

I have included the file that this issue occurs in.

View 9 Replies View Related

AutoCAD Inventor :: Basic Tolerance Dimension - Size Of The Box Be Adjusted?

Aug 7, 2013

When a Basic Tolerance is used to dimension - can the size of the containing box be adjusted?

I understand this is set as a percentage of the text size - where is this value & can it be edited?

View 1 Replies View Related

AutoCAD Inventor :: Basic Workflow When Designing Products Around 3D Scan

Mar 21, 2013

I just downloaded my trial of inventor suite and before going through learning tutorials I want to find out the general work flow I need in order to see where to focus my attention during these 30 days.I need to be able to do mechanical part and assembly designs built around 3 scan files (mainly provided as .STL files).

1) take  the file and orient it to the project axis/plane

2) scale it if needed

3) design components around 3 scan characteristics

4) design modifications to 3D SCAN to accommodate designed components (such as bolean out pockets to house components within 3d scan features

5) modify surface of 3 scan to allow surfaces to flow into changes made in step 4

example:

-take 3d STL scan of a solid  screwdriver handle
-orient it to the inventor work planes and axis
-design a metal screwdriver bit based on the shape of the handles 3d scan
-design and boolean out a cavity to accommodate the metal bit
-place bit design within cavity

modify screwdriver handle surfaces to seamlessly flow onto the metal bit... what software would do what part of the process and if there is specific terminology what that is so that I can better search the knowledge base and Autodesk University?

View 9 Replies View Related

AutoCAD Inventor :: Error Checking DWG Into Vault Basic 2014?

Jun 4, 2013

Installed Product desgin suite 2014. I can create a new inventor dwg file and place a base view of an assembly into it. I then attempt to check it in and it causes Inventor to not respond and eventually crash. When I reopen the dwg from my working folder and attempt to check it in again it gives me an error saying that the file already exists.

View 1 Replies View Related

AutoCAD Inventor :: Change Title Block Using Visual Basic

Jan 2, 2013

I am trying to change the title block of the active sheet using visual basic.  I realize this can be done using a snippet in iLogic, but I am creating an external .dll file using Visual Studio.

I have tried...

ThisDoc.Document.ActiveSheet.TitleBlock.Definition = "Title Block Name"

ThisDoc.Document.ActiveSheet.TitleBlock.Definition.Name = "Title Block Name" (This changes the name of the title block in the browser but doesnt swap it out.)

Call ThisDoc.Document.ActiveSheet.TitleBlock.Definition("Title Block Name")

View 2 Replies View Related

AutoCAD Inventor :: Basic Folding / Bending Of A Sheet Metal

Apr 19, 2013

I've created a sheet metal part and have set my parameters.  In using the fold feature, cannot create bend past 180 degrees.  Radius is large enough (21") and sheet is long enough as there is still flat sheet after a 180 degree bend. How do you create bends past 180 degrees? 

View 4 Replies View Related

AutoCAD Inventor :: Override Basic Dimension With Alphabetical Text

Jun 8, 2010

I would like to overide the dimension value with a letter - Dim "A" etc. but the overide box will not accept an alphabetical input. At present, the only way I can get around this is by sketching the basic dimension box separately.

View 9 Replies View Related

AutoCAD Inventor :: Basic Folding / Bending Of Sheet Metal?

Jan 24, 2013

I want to bend/fold this piece over a specific profile. There are too many tools for bending a sheet metal and I just don´t know where to start. I searched the web and this forum but there are too many options. Also when I create the flat pattern, it should be precise with a difference max +/-5mm. I thought I could use contour flange. Usualy it works. But only when it´s a simple rectangle. But not on this part.

I work with Inventor 2011.

View 9 Replies View Related

AutoCAD Inventor :: When Link Excel Document To Model All Parameters In Excel Gets Unit (mm)

Oct 30, 2008

When I link in an excel document to my model all parameters in that excel gets the unit (mm).

How can I change this? For instance I want some of the parameters to be an angle.

View 8 Replies View Related







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