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


ADVERTISEMENT

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

Photoshop :: How To Simplify List Of File Types In Save-As File Type List

Nov 11, 2013

How to I simplify the list of file types in the Save-As file type list? I use less than six file types. I have no need for most of these. It would be nice to have my top 5 and then the ability to go off-menu if needed for others.

View 6 Replies View Related

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 :: 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 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 :: 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

Revit :: Dropdown List For Wall Type Selection

Jul 11, 2012

In the properties drop down list for wall type selection, most of the different wall type are not showing. Also my elevation carmera is not showing when i click on a new drawing. In a previous drawing all walls selection type is there and the elevation camera. Only when i start a new drawing when wall type  and elevation camera is missing. I check the interface to make sure the boxes are check.

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

AutoCAD Inventor :: Go From File Type To Solidworks File Type?

Aug 5, 2013

I was wondering if the is a way to go from a Inventor file type to a Solidworks file type. One of our customers is asking for one or the other following file types: .asm or .prt.   

They also mentioned something about "shrink wrapping" the file to all the surfaces.

View 2 Replies View Related

AutoCAD Inventor :: Remove Iproperty Mass Unit String From Mass Value In Text String?

Oct 3, 2011

I've been looking for a solution to remove the unit string ie Lbs, g, kg from the value given from a 'Mass' value in a text string.

As you may all know, creating text and having a 'physical property - mass' value...the unit string is there...

Lots of people on here have the problem...no-one has got a solution.

Until now...

Basically...open the part you need to get the mass property of in your text string.

Follow the instructions on this webpage...this is the first part...

[URL]

Basically, this creates a Mass property value in the parameters table that you can call on as a text parameter.

It's similar to the custom iproperty model - mass but NOT the same.

Once you have done this, you can go to the drawing of the part and create a text string in the drawing and call it up as shown in this procedure. BUT it still has the unit string.

Here's the best bit that you want to know...

To get RID of the unit string...open up the part again from the drawing...click on the parameter icon...find the user parameter...in the Nominal value column, right click on the value and you get a pop-up that gives you 3 options...

Custom Property Format, Make Multi Value & Delete Parameter.

Click on Custom Property Format.

The pop-up window comes up...showing you the property type...in my case...the 4 left columns read Text, g (grams), Format & Precision...

On the right hand side I have a Preview of the text...then 3 check boxes...Units string, Leading Zero's, Trailing Zero's.

Units string is checked.

Uncheck it.

Close it...Save your part...go back to the drawing and hey presto!...the text now shows the weight you require as a straight value...no units!

View 9 Replies View Related

Photoshop :: See (resent) Fonts When Choosing / Type Letter To Get Down List Quickly / Group Similar Fonts?

Jan 11, 2013

I want to see "resent" fonts when choosing, be able to type letter to get down the list quickly, group similar fonts, etc. Maybe have a magnifying glass attached to cursor to see fonts better.... Why have this not been done?

View 1 Replies View Related

AutoCad 2D :: Metric Output In Mm Unit Drawing

Jan 14, 2013

I'm trying to make an ATTDEF (in combination with a circle/reference object) to show coordinates in meters, even though the drawing units are in mm.

The general drawing units may not be changed. I want the output to be 7,453 rather than 7453. Yes, with comma and three decimals.. But how ?

View 8 Replies View Related

AutoCAD 2010 :: 2D Drawing - How To Find Unit

Oct 17, 2012

I started 2D drawing in ACAD2010 without any settings like unit,layers etc.

But i want to know, How to find the unit am i using the dimension ? like inches or mm.

View 1 Replies View Related

AutoCAD .NET :: How To Take Dimensions And Dimension Unit Using ObjectArx SDK

Jul 10, 2013

I am using ObjectArx with C# and I am wondering how to take the dimensions and dimension unit using the ObjectArx SDK. Is there possible way and what is the best approach. 

View 1 Replies View Related

AutoCad :: Xref Block Unit Scale Factor?

Apr 8, 2011

I'm inserting an xref, and its coming in at a weird scale.... I noticed that in the 'external reference' dialog box the 'block unit' scale factor is set to a weird scale (.0394), but it will not let me edit it.

View 5 Replies View Related

AutoCad 2D :: Remove Alternate Unit Tolerances In 2014?

Jul 18, 2013

I would like to show both imperial and metric values in my dimensions, but I only want tolerances to be shown in imperial. Is there a way to remove alternate unit tolerances in AutoCad 2014? alt. tol..jpg

View 6 Replies View Related

AutoCAD Inventor :: API Calls List

Jul 17, 2012

I've found things like:

Dim odoc As Document
Dim ocompdef As ComponentDefinition
odoc = ThisApplication.ActiveDocument
ocompdef = odoc.ComponentDefinition

And

ActiveSheet.View("VIEW1").ScaleString
ActiveSheet.View("VIEW1").View.Suppressed

I'm wondering, is there a list available detailing the content of the Inventor 2013 API and a list for the iLogic properties of objects? Preferably with some sort of description what they do.

View 4 Replies View Related

AutoCAD Inventor :: Get Parts List From The BOM

May 11, 2012

It seems like most people output the whole BOM.  I only want to data in the Part Number column, preferably as a list of strings.

Here's what I have so far:

foreach (Sheet oSheet2 in aDoc.Sheets){ for (int i = 1; i < (oSheet2.PartsLists.Count+1); i++) { var oPartsList = oSheet2.PartsLists[i]; for(int k = 1; k < oPartsList.PartsListColumns.Count+1; k++) { if (oPartsList.PartsListColumns[k].Title.Equals("PART NUMBER")) { //what goes here??? } } }}

View 1 Replies View Related







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