AutoCAD Inventor :: Finding Minimum Wall Thickness In A Part

Jul 10, 2013

are there any other analysis tools available to find the minimum internal wall thickness in a part?  I'm aware of the cross-section tool, but that only analyzes an area the user has already noticed.  In a prismatic part with several cross-holes and features (cavities), it could be easy to miss a thin spot that could give up under internal pressure just by 'eyeballing' the part with Hidden Edges turned on.

I guess I could try the 'unground and move the part thru a sectional plane' trick, but I think it would be too haphazard, especially if the weak point is not thru a principal plane.

Is there a tool I'm missing or maybe something that has been added in newer releases?  Maybe this is too much analysis to ask of a modeling package.

Inventor Professional 2014 64 SP1
Windows 7 64 bit - SP1
Xeon E5-1620
16 GB Ram
Quadro 2000

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: No Continuous Wall Thickness With Shell Command

Mar 26, 2012

I have a blade housing that requires a continuos radius around the profile. It is not a full radius. When I shell the blade, it looks like the raidius wants to continue. I was told I had to use two fillets and the particial radius will not work. However, the continuous radious in the customers requirement. Is there a way to shell this part correctly?

View 2 Replies View Related

AutoCAD Inventor :: 2012 - How To Check Casting Model Wall Thickness

Jan 28, 2013

I am doing casting model in the inventor. i need to check the modelling wall thickness.

I tried in section analysis & drafting method but i am not satisfy on that.

View 1 Replies View Related

AutoCAD Inventor :: Shell Out The Part With 2mm Thickness Walls?

Nov 16, 2012

How can i shell out the part with 2mm thickness walls?

View 1 Replies View Related

AutoCAD Inventor :: Thickness Of Each Of Layers In Assembly Are Generated From Part File

Dec 13, 2013

I have an assembly in which the thickness of each of the layers in an assembly are generated from a part file that is split via a sketch. I use the Make Components tool to break the part into the individual layers, which also spits out an assembly. 

Is there a way to push the thickness value of these parts that will update automatically if the thickness is changed in the parent part, in order to reference this property on the drawing?

View 6 Replies View Related

AutoCAD Inventor :: Make 18" Diameter Pipe Wall Thickness Of .1793"?

Dec 21, 2011

I need to make a 18" diameter pipe wall thickness of .1793" and it need to be a 90 degree bend with 22.5 degree segments.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Formula - Measure Length / Width And Thickness Of A Part

Apr 26, 2012

I am trying to create a iLogic Rule that will measure the Length, Width and Thickness of a part and ut it into the custom fields we have. I am having a hard time remembering how to get it to do it from the assembly level. I want to run this on the assembly and have it populate all the parts inside of it. The code below will do it for a part but what is it I add to get it to drill down into the assembly?
 
iProperties.Value("Custom", "THICKNESS")=Measure.ExtentsHeight
iProperties.Value("Custom", "WIDTH")=Measure.ExtentsWidth
iProperties.Value("Custom", "LENGTH")=Measure.ExtentsLength
 
Then I want to add this formula to the Stock Number iProperty = <Length> X <Width>   I can get it to add the values but I can not get it to add the formula to the stock number.

View 9 Replies View Related

AutoCAD Civil 3D :: Get Wall Thickness Of A Pipe

Apr 17, 2013

The 2013 .NET API exposes just 10 of the 22 PartDataFields for Pipe objects. WTh (Wall thickness) is not one of them so I'm attempting to get it via Late Binding. This lisp code works, where (vl-sel) is just a helper function to select an object and convert it to a vla-object:

(setq pdr (vlax-get (vl-sel) 'partdatarecord))(setq itm (vlax-invoke pdr 'find "WTh"))

to get the PartDataField. However, putting this into my C# code, it fails on the Find portion with an exception

//ps is a valid PartSize objectPartDataRecord pdr = ps.SizeDataRecord;PartDataField diafld = pdr.GetDataFieldBy(PartContextType.PipeInnerDiameter);object[] args = new object[1];
object acadobj = ps.AcadObject;
object pdrobj = acadobj.GetType().InvokeMember("PartDataRecord", System.Reflection.BindingFlags.GetProperty, null, acadobj, null);
args[0] = "WTh";
[code]....

View 3 Replies View Related

AutoCad 3D :: Draw Pipe 20" Dia With .594 Wall Thickness?

Aug 30, 2012

what's the best way to draw pipe, say 20" dia with .594 wall thickness in 3d?

View 9 Replies View Related

AutoCAD Civil 3D :: Simple Cylinder Wall Thickness

Apr 12, 2013

I am experiencing a problem in 2013.  In part builder, I am trying to add wall thicknesses to the simple cylinder.  I was able to add options for inside diameter and set floor thickness to a list and add options for that, but when I try to set wall thickness to list instead of constant, I get an error in the value menu. 

Everything disappears and in red at the bottom, I get a message about an error in calculations.  I even tried temporarily deleting the With from any calculations, but I still got the error.  I have had no problems doing this in 2011 or 2009. 

View 2 Replies View Related

AutoCAD Civil 3D :: Data Shortcut Pipe Not Updating Wall Thickness?

Oct 3, 2013

I made a pipe network in one drawing, d-reffed it to another, drew parts in profile.

Then I realised that I needed to show the outside walls of some pipes in profile.  We don't normally display them.  And I found that the wall thickness was wrong.  I eventually figured out how to edit the wall thickness, and I have it working right in the source drawing.  (I had to swap parts to get it to update.)  But the host drawing is not updating.

So if I go to pipe properties in the source drawing, it gives a wall thickness of 165mm (correct).  If I go to the same pipe in the host drawing, and go the the pipe properties, the wall thickness is 75mm (wrong).

how to trigger an update?  I've swapped parts back and forth to different sizes, synchronized, SetNetworkCatalog and done PartCatalogRegen in both drawings. 

For background, read Edit wall thickness.

Civil 3D 2011, 32 bit

Win 7 Pro, 32 bit; Intel Core i5 @ 2.80GHz; 4GB RAM

View 7 Replies View Related

Revit :: How To Use Host Wall Thickness In Formula

Dec 27, 2013

I'm trying to use a formula in a family that requires the host wall thickness.
 
I've setup an instance reporting parameter (dimensioned to the host wall faces) - which works fine in reporting the correct value.
 
But when I try to use that variable in a formula, I keep getting the error:
 
"Instance Parameters can't be used in Type Parameter formulas."
 
Is there a way of getting the reported dimension as a Type rather than an Instance - or is there another work around ?

View 3 Replies View Related

Revit :: How To Cut Red Part Of Wall 1 / Hole In Wall 2 By Blue Rectangle

Nov 27, 2011

Refer to the attached file. How can I cut the RED part of the Wall 1 (W1) , where Wall 2 is sloped. I also want to cut a hole in wall 2 (W2) by the BLUE rectangle , but why I can't do that .
 
I also want to add  a second floor to my project but I can only see the" Level" icon goes grey and I can't click it.

View 1 Replies View Related

Revit :: Changing The Wall Thickness In Floor Plan?

Apr 12, 2012

I have a finished floor plan with 5.5" thick walls, but now i want to make all my walls thicker without changing the size of my rooms. What i can do to achieve this. I tried locking the wall dimensions before changing their thickness but it still shrunk my room sizes.

View 4 Replies View Related

Revit :: Adding And Removing Wall Thickness In Existing And New Construction?

Aug 21, 2012

I have drawn an existing building thats needs a renovation. In the project i need to add 100mm insulation to the external side of the outer walls. Are there any way that i can add theese 100mm to my existing walls but only show the new 100mm  in new construction ? 

View 1 Replies View Related

AutoCAD Inventor :: Minimum Distance Between Two Faces

Apr 1, 2008

Code to find minimum distance between two faces using "Minimum distance" method...

View 5 Replies View Related

AutoCAD Inventor :: Incremental Dimensions With Minimum Value?

Apr 10, 2012

I am trying to set up a dimension that starts at a minimum value and increases incrementally by 1/16" of an inch to satisfy another dimension.  I've attached a pdf showing the part and the two dimensions.  I need the overall thickness of the part to start at 1 1/4" as shown and as the width (Depth + 1 1/2") changes, the thickness will grow when the tongue of the part gets less than 5/8".  I'm guessing this is an area best suited to ILogic, but I'm not sure how to get started. 

View 3 Replies View Related

AutoCAD Inventor :: Minimum Distance Between Parts With ILogic

Jul 11, 2013

I want to measure the minimum distance between 2 parts. But I want Ilogic to know what parts to measure according to what i've selected.

I have something like this but its not working... gives me always this error "

Measure.MinimumDistance: No entity named "System.__ComObject" was found."

Dim oOccurrence As ComponentOccurrenceDim oOccurrence2 As ComponentOccurrenceTry oOccurrence = ThisDoc.Document.SelectSet.Item(1)oOccurrence2 = ThisDoc.Document.SelectSet.Item(2)Catch MessageBox.Show("Please select a component before running this rule.", "iLogic") ReturnEnd Try Dim doc As DocumentDim CurFileName As String oOccurrence = ThisApplication.ActiveDocument.SelectSet.Item(1) oOccurrence2 = ThisApplication.ActiveDocument.SelectSet.Item(2) distance = Measure.MinimumDistance(oOccurrence,oOccurrence2)MsgBox(distance)  

View 1 Replies View Related

AutoCAD Inventor :: Minimum Segment Length Violation In Tube & Pipe Runs?

Jan 2, 2014

I keep getting this minimum segment length message after running tubing routes. I've already configured the tube style and entered the minimum length I want. I place tube fittings before I run tubing, so I don't include fittings/couplings in my tube style. The lengths of the segments are equal to or longer than the segment rule I entered, so I'm not sure why I'm getting this error message. I also get a message saying that a segment will violate the rule once fittings are placed, even though I've opted out of using fittings in the style. To get around this error I've been having to go into each route and edit the sketch to make the problem segments longer.

HP Z400 Workstation
Intel Xeon @ 3.33GHz
12.0 GB RAM
Windows 7 64-bit
Inventor Pro 2014

View 9 Replies View Related

AutoCAD Inventor :: Derived Route - Minimum Length Violation (Too Short To Continue)

Jan 25, 2012

When I use  Derived Route I get  "Minimum Length Violation(Too short to continue)". How can I fix it. Is there any parameter that I can define minimum length.

View 7 Replies View Related

AutoCAD Inventor :: Variable Spiral Thickness

Oct 20, 2011

Is there a way to use the coil command to make a spiral out of a rectangle where the thickness of the rectangle starts at one value and ends at another? This would be a spiral torsion spring with decreasing thickness approaching the center.

View 5 Replies View Related

AutoCAD Inventor :: Thickness Analysis Of Parts?

Jun 19, 2012

How can do the thickness analysis in autodesk inventor like solidwiorks thickness analysis, it show the  thickness of the part in point to point 

View 1 Replies View Related

AutoCAD Inventor :: Shape Will Not Shell Out With 3mm Thickness

Dec 12, 2013

This shape will not shell out with  a 3mm thickness.....i suspect i may have not modelled correctly....how would you model this shape part so as it can be shelled out?

View 8 Replies View Related

AutoCAD Inventor :: How To Customize Thickness Of Edges

Aug 10, 2013

Is there is any way of customizing the thickness of edges. I want to customize this... I am using Autodesk v2012

View 4 Replies View Related

AutoCAD Inventor :: How To Add Material Thickness To A Face

Feb 13, 2013

How can I add a material thickness to a face trimmed from IGES file?

I have a surface imported from IGES file, then trimmed to a single face in IV that I would like to materialize.

I tried times for thickness, but IV doesn't like it.

Neither can I apply Shell for part, nor thickness adding from Sheet metal.

It is a 3D Lofted surface, very simple single one.

View 5 Replies View Related

AutoCAD Inventor :: Find Sheet Metal Thickness?

Oct 24, 2012

I am looking for a solid way of finding the Thickness parameter of a sheet metal part. I have tried two ways so far:

1. oCompDef.Parameters.Item(Thickness)

This works but if Inventor is installed with a different language pack like German for instance then it fails

2. oCompDef.Parameters.Item(1).Value

This also works but if the user started the part with a normal part template and then converts the part to a sheet metal part down the line, then this method fails.

View 1 Replies View Related

AutoCAD Inventor :: What Setting Controls The Line Thickness

Dec 2, 2011

What setting controls the line thickness attached to the arrows in the attached Detail View?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 3 Replies View Related

AutoCAD Inventor :: How To Select All Sheet Metal Parts With Certain Thickness

Nov 21, 2012

How to select all sheet metal parts with a certain thickness ? 

I am looking for a sample code to select all sheet metal parts with, for example thickness 0.5 mm.

View 1 Replies View Related

AutoCAD Inventor :: Modify Object Line Weights Thickness

Dec 15, 2011

I know this option makes all lines the same thickness when printing, but where can i modify this "global" thickness.

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Defaults (Use Thickness From Rule) - ILogic

Sep 9, 2013

know a rule to check if this dialog box sheet metal defaults "Use Thickness from Rule" is checked, and checked a rule to automatically clear since using a rule amending the plate thickness but if the box is checked catastrophic error occurs, and unchecking the rule works as expected.

View 2 Replies View Related

AutoCAD Inventor :: Stress Analysis Thin Sheet Multiple Thickness

Jul 3, 2013

I have an assembly of multi-thickness, thin sheets, essentially welded together. (see image attachment)

One component is composed of land and bay areas, a single planar sheet where the edges are thin, and the central body is thickened.

I can get Inventor to treat the remaining multi-thickness, right angle components as midplane by going with separate bodies.

The top plate is a single planar sheet, and Inventor will not treat it properly as a mid-planed plate.

Will Inventor translate the constraints properly if I build the thin region separate from the central thicker region in order to produce feasible mid-planed mesh?

Question already posted by other in forum - using local control to develop multiple element thicknesses through cross section of plate (by thin face selection), one cannot verify that the smaller elements along the cross section are built properly through the entire component.

View 5 Replies View Related







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