Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Display Area for a Drawing Section in a Drawing Text Box
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
How do I calculate the area for a section of an extruded profile and display it in a drawing note? I see how to add a field <AREA> in the text dialog box, but it comes up as N/A in my text box in the drawing. This is also the case for <MASS> and <VOLUME>. How do I get the drawing fields associated with the physical properties of the model?
Thanks,
Kevin
Solved! Go to Solution.
Re: Display Area for a Drawing Section in a Drawing Text Box
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
update the mass props of the object.
I'll bet that the area prop is the surface area of the object, not a cross-sectional area.
Re: Display Area for a Drawing Section in a Drawing Text Box
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You are correct. I was able to get the field properties to display by going to the model and calculating the physical properties.
The area is the surface area which I do not want.
I figured out to get what I really want which is lbs/foot of a profile. I created a sketch on the extrusion and created a reference dimension and renamed it "Length". I then created a user parameter named LBperFT. Then I created an iLogic rule and defined LBperFT = iProperties.mass / Length. In the drawing note I displayed the user parameter LBperFT.
This seems to work. Is there a better way to do this? This will not be accurate if I have other features added to my extrusion such as holes and cuts.
