AutoCAD Inventor :: Mass Accuracy In ILogic

Jul 3, 2013

How to set the mass calculation accuracy to 'Very High' when doing calculations in iLogic.

I asked for the iLogic equivalent to the VBA term:

' Set the accuracy to VeryHigh.
oMassProps.Accuracy = k_VeryHigh

and was provided with: 
 
oMassProps.Accuracy = 24580 'k_VeryHigh=24580
 
However, I believe that the value 24580 is actually equivalent to k_Medium. Confirm the iLogic equivalent value of k_VeryHigh.

Original post: [URL].......

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Mass Property Calculation Could Not Match Requested Accuracy

May 5, 2009

I've has Inventor tell me this for thin walled tubes with holes in them, but not for a simple part like the attached one. Autodesk are you listening yet? This has been an issue for a long time. Mass calculations for parts with holes on curves do not work properly. On many parts the error comes up with "low" selected. By default each time I try to save the file, the error window pops up.

View 8 Replies View Related

AutoCAD Inventor :: ILogic Mass Varies

Nov 16, 2012

In assembly file - BOM - mass property, parts with the same name (part number) i get "VARIES"..Parts have a little bit different mass - 0,167kg and 0,168kg. I do not want to have different part number.

So, i'm going to do something like this in iLogic :

iProperties.MassOfComponent("fi_N1:1")=Round(iProperties.MassOfComponent("fi_N1:1"),1)

it works but is there any way to do it for all parts (hundreds) automagically in the loop (iLogic or VB) ?

View 1 Replies View Related

AutoCAD Inventor :: ILogic Mass Properties Update?

Aug 9, 2012

Is there any way to force an update of mass property values of a component from within an iLogic routine?

I am trying to produce a calibration chart showing the volumes of an irregular shaped object by taking incremental slices off the component and accessing the "volume" of the remaining portion, then writing the the results to an external file - All from within a "For - Next" loop.

The main routine works O.K. but the resultant chart only shows the original starting volume for each slice instead of the required reducing volumes.

I am a novice with iLogic and can only assume that I must somehow "update" the mass properties of the sliced object before reading its new volume on each pass.

View 7 Replies View Related

AutoCAD Inventor :: Updating Mass Prop In ILogic

Apr 8, 2011

I have an assembly that I am trying to get the weights every time I update parameters. 

View 3 Replies View Related

AutoCAD Inventor :: Set Drawing Accuracy In 2013?

Sep 13, 2012

Is there any way to set the drawing accuracy in INV2013. 

Like not to calculate the points more than 3 decimals.

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

AutoCAD Inventor :: Close ILogic Form With VBA Or ILogic Rule

Aug 19, 2013

how can I close an iLogic Form from either an iLogic Rule, or a VBA Rule (VBA is the Preferred method)?

View 5 Replies View Related

AutoCAD Inventor :: How To See Mass Of A Solid

Nov 20, 2011

How can I see the mass of a solid, or if it's not possible, at least the volume.

View 1 Replies View Related

AutoCAD Inventor :: Mass Not Correct In Assembly

Sep 21, 2013

I was checking my prints and noticed that the mass for the assembly was not shown correctly.  The mass for each component is correct, but the mass for the assembly is less than the total mass of the parts..... how can that be?

Watch this video.  The mass for my assembly is reported from iProperties as 10 lbs, but the mass for one of the parts is 60lbs.  I would expect the mass for the assembly to be at least 60 lbs, but it is not.  I tried a "Rebuild All" and an "Update Mass" on my assembly, but that did not fix it (30 sec mark in the video).

This assembly is part of a much larger assembly (around 35,000 parts).  There are several more assemblies doing this and I need to get the mass correct.

I am using 2013 x64, SP2.

View 5 Replies View Related

AutoCAD Inventor :: Weight / Mass Of Assembly

Jun 5, 2013

I have an assembly that i need to know the mass of, easy enough, however the assembly needs to be weighed without some of the parts in it. I hought i could simply uncheck "enabled" of the unwanted parts and re check the mass, however it does not change. Any solution besides adding the wanted parts individually?

View 6 Replies View Related

AutoCAD Inventor :: Derived Parts And Mass

Aug 23, 2012

have one assy comprising of a valve, made in steel, an actuator made in aluminum, total weight combined is 36 kg.

I make this assy a derived ipt.. i have tried all the output options, single solid, multy solid and the weight is not the same.. since its a new ipt has its own material, ok makes sense.. .. So i use composite, i get the correct weight (yay), but now i cant turn the visibility off on the 2d drawing, in certain pipe spool view representations.

What is the correct procedure for turning multi material assys into an ipt.. to get the correct weights and get the drawings to work properly? 

View 1 Replies View Related

AutoCAD Inventor :: Physical / Mass Properties

Nov 8, 2011

I have recently made a bucket for chain (linked) and was looking to put the chain in the bucket for visual purposes and to see if the capacity of the bucket is correct. 

I can get the chain linked together, however when rotated round it passes through another piece of chain. 

Is there a way in inventor to tell a part/assembly of it’s physical/mass properties? I know you can make something mild steel and get weight etc, however if not constrained it still passes through as if it’s a ghost.

View 4 Replies View Related

AutoCAD Inventor :: Mass In Title Block

Nov 26, 2012

I have added the mass properties and I do not want the lbmass behind it. How do I get rid of it?

View 5 Replies View Related

AutoCAD Inventor :: Mass Convert IDW Files To PDF?

Aug 15, 2013

i found same topics as my, but i didnt find solution.

Is there any way for mass convert idw files (not same format - A4,A3,A2, ...) to pdf ?

I tried task manager, but i dont have some account for it.

View 1 Replies View Related

AutoCAD Inventor :: Lbs Mass Output Customization?

Nov 25, 2008

I need to add weight to my parts list and notes for both parts and assy. Is there a way to get the weight parsed out from the model without the "lbsmass", just the pounds number no nomenclature I have a couple of other questions on parts list customization also. Also are these better questions for the customization group?

View 2 Replies View Related

AutoCAD Inventor :: Mass Properties Will Not Display In Text Box

Jul 9, 2012

I'm having trouble getting mass properties of an assembly to display in an .idw.  I've tried it 2 diffent ways, custom properties-model "Totalmass" where I type the mass and physical properties-model "mass" where it's automatic with update.. Nothing shows, not even N/A, but in another idw (different assembly) it works. Both text boxes are saved within a sketch that is part of a template. Both idw's use the same template. If I place text on the drawing it self it works.

IV 2012
Vault Collaboration 2012

View 1 Replies View Related

AutoCAD Inventor :: Mass Properties Recalculated When Use Feature In IAM

Nov 21, 2013

To get net weight of my parts i have one template that uses the volume x density and to get the gross weight I use the real dimensions of the item (a rectangular plate  without any cutting, e.g.) and then calculate x density, this way i can get both weights, and how in the most of times I need the gross, I overwrite the MASS PROPERTIES of each part with my gross weight. It works fine because all the assemblies sum the MASS of each part (that is over writed by the gross weight).

Now my problem:

In many cases when I need to use the same part many times with just a few of different details, instead of copy the part and change it, I use the same part, and in the IAM I use one feature to make this part different (like a chamber, small extrudes or even holes). But now I realized when I do this (feature in the IAM), it doesn't sum all the MASS properties of each individual part anymore ... it recalculate all the mass with the new IAM volume (with all the features)...so, in my BOM I got all the parts with the correct gross weight, but my total mass comes with the NET weight (and considering that I need the GROSS, i got the wrong mass).

Is there a way to change the way that inventor overwrite this mass in the assemblies ? with Ilogic, or even some Inventor's option ?

View 2 Replies View Related

AutoCAD Inventor :: Center Of Mass / Gravity Location

Oct 21, 2011

How can see visually the center mass of a part or assembly?

When I'm checking in the Iprop., I see the center of gravity coordinates, but it there a way to "see" it (some visual representation)

Inventor 2012 Pro.
I7 workstation

View 4 Replies View Related

AutoCAD Inventor :: How To Obtain Center Of Mass Of More Than One Subassemby

Apr 18, 2013

We want to obtain the center of mass of two or more subassemblies within an assembly. How to do it? The subassemblies may or may not be connected to each other directly.

View 9 Replies View Related

AutoCAD Inventor :: Negative Mass Calculation In 2013?

Nov 22, 2012

My company recently installed Inventor 2013. In previous versions we used a part with negative density similar to seawater to calculate submerged weight and CoG.

In IV 2013, it seems that the ability to calculate negative mass is not longer available.

This is how it worked in pre 2013 IV, when I could specify a negative density.

What I have is a spool made of steel. This spool is modelled as an iAssembly with four configurations:

-In air, empty

-In air, filled with glycol

-Submerged, empty

-Submerged, filled with Glycol

For this example, I now need three parts:

-Steel Pipe

-Glycol derived from the inside volume the pipe

-Seawater buoyancy derived from the outside volume of the pipe.

Each part has its own density, and the assembly weight and CoG correspond to the assembly configuration (with or without glycol) and environment (in air or submerged).

The seawater buoyancy represents the water displaced by the total spool assembly, regardless of the contents. To achieve correct weight in the submerged state, the buoyancy material has to have a negative density.

I do not want to make any of the mass parameters static, and I also fear that the CoG might not be updated correctly when using that method.

As I no longer can define a negative density, any optional method to achieve this without overriding the mass value.

Autodesk Product Design Suite 2013 SP1
Win 7 Enterprise 64bit
Intel Xeon CPU E3-1240 V2 @ 3.40GHz
16Gb Ram
Nvidia Quadro 2000

View 9 Replies View Related

AutoCAD Inventor :: Mass Project Detail Change?

May 7, 2012

I am wondering if it is possible to do a mass change of all project files at once. What I wish to change is my content center location, template location and style manager file locations. I have all these setup already and tested with one project but I dont want to do it with the other ... LOTS! ... manually unless I must.

View 1 Replies View Related

AutoCAD Inventor :: Derived Component Mass Error

Jul 21, 2011

I think there might be a bug in Inventor 2012 with regards to derived components and their physical properties, otherwise I've never noticed it before...

If I derive a component and use an IAM as the Base Component and choose the 'Single composite feature' as the option then the physical properties of the newly created derived IPT is the same as the original IAM. That is expected behaviour when you choose one of the Solid options, but a Surface shouldn't have a mass - by definition.

If I use an IPT as the Base Component, I get the expected behaviour, i.e., a surface doesn't have a mass.

The whole purpose of creating a 'Single composite feature' as a surface is unnecessary if it's going to have physical properties...

View 3 Replies View Related

AutoCAD Inventor :: Assembly Mass Property Incorrect

Oct 29, 2013

I am having a problem with an assembly not showing the correct total mass of all of its components and sub-assemblies.  The value is out by nearly 20%, over 3000kg! 

I have narrowed the mass discrepancy down to a derived part of a sub-assembly.  But this incorrect mass is only present when I navigate to the derived part's iproperites via the browser tree of the higher level assembly where I am having the mass problem.  It is as though the top assembly got some of its mass property information from a previous point in time, i.e. possibly before the derived part's mass properties were updated, and now refuses to look at the current information.

By the way, I have opened up and checked the mass properties of each sub-assembly and the derived part; and when opened individually these show as correct.  I have also tried 'Rebuild All' with no success.

Is it possible for mass properties in an assembly to become corrupted?

View 6 Replies View Related

AutoCAD Inventor :: Mass Properties For Parts And Assemblies

Jun 15, 2012

I initially entered a few overrides for mass on some parts that I have included in a large assembly. However I now want the calculated values of mass to be used and not the overridden values. I go to the part file, erase my value, and click update and it now shows the calculated mass for that part. However in the assembly it still shows the initial overridden value even though I have tried updating it. How do I use the calculated mass values in my assembly?

View 1 Replies View Related

AutoCAD Inventor :: Mass Custom IProperties Modification

May 18, 2012

Is there any easy way of adding custom Iprops to previously created parts and assemblies? A macro or something that could set up additional lines without having to go in and type them out all the time?

View 5 Replies View Related

AutoCAD Inventor :: How To Get Total Mass (wt) In Parts List

Jan 25, 2010

Is there a way to get a summary row in the parts list to show a total of the 'mass' column?

View 6 Replies View Related

AutoCAD Inventor :: Updated Styles But Won't Recalculate Mass

Jan 5, 2012

I've updated my graphite density in styles from 2150 to 1700 kg/m3 and done an update child parts in an assembly to cascade the new density to all my graphite blocks. All the iProperties for the parts are showing the new density but the assembly iProperties is showing a density of 2036. I've tried Rebuild All, Update Mass, and closing and reopening Inventor but the Update button in the Physical tab stays grayed out. I have iParts in my assembly but the new density has cascaded through them ok.

View 6 Replies View Related

AutoCAD Inventor :: Adding Mass Overrides To IParts

Dec 19, 2011

We have like 30 different filters and i made a Ipart for each one. Now all of these have different masses and the calculated mass doesn’t reflect this.

Now i can manually add a custom "other" column into the table but it doesn’t work when calculating a assemblies mass. Is there a way to add a mass override into a Ipart table?

View 9 Replies View Related

AutoCAD Inventor :: How To Find Mass Properties Of A Part

Dec 19, 2011

How to find the Mass Properties of a Part?I'm not able to find how to do it.

View 4 Replies View Related

AutoCAD 2010 :: Design Barrel Cam - Mathematical Accuracy?

Mar 11, 2012

I am trying to design a barrel cam. This works well with lofting, but I am not so sure about the mathematical accuracy. I am used to making cams like this with 1/4 degrees resolution - much too cumbersome in lofting. Is there a way with "_sweep" to constrain the profile (2d polyline) so that it stays e.g. parallel with the Z-axis?

View 4 Replies View Related







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