Surface stress calc of an Inventor IDW section view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Something I have just been asked to investigate by my employer... (and after investigating, I can't think of a workable answer using Inventor, but thought i'd ask here in case someone else can).
As part of our design process, we currently design Welded structures which consist of numerous seperate ipt files assembled together as an iam. We currently drop the iam onto an idw sheet, cut various sections, save these out to Autocad, Where an Autolisp program I wrote 12 years ago, then performs the following functions, to prove the design is aceptable...
1- It creates a region of each section element selected.
2- It then performs a massprop on all regions to get bounding box and lower left corner coords.
3- It then changes the ucs to be the lower left boundary point, and performs a further massprop to obtain Centroid X & Y coords, and the second moment of area (Ix).
4 - The prog (having read a bending moment) then calcs the upper and lower surface stress and puts a nice text and line diagram over the section.
For audit reasons, my employer was recently asked "how do you know the AutoCAD sections are current and up to date with the Inventor Model?", and as a result, they now wish to do the calc within an Inventor IDW sheet live, so that the section stress data updates, if the iam file changes as mods are made to the model.
Problems I have found with this wish...
I can't get at Region properties (Ix and centroid X & Y) from the IDW sheet sections directly.
Also can't get the Ix and centroid X & Y from an IAM even.
The only succesfull method I have is to Shrinkwrap the IAM to an IPT, at which point 'Section Analysis' and 'Region Properties' can give me the data, but its a live inquiry as opposed to something I can automate on an idw sheet. And its a more manual process than the AutoCAD method which is the root of the Audit problem.
Is there a way to get Ix and centroid XY coords directly from an Inventor IDW section view?
If so how do you get at it directly using VBA?
Is there a better way to achieve live (updating to model changes) section data, removing as many manual steps as possible?
Thanks in advance if anyone has any ideas.
Nik
(Existing Autolisp output shown below as example)