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
number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm not sure how to do this but I have a ladder designed and it can vary in length from 1m to 4m. I'd like the number of diags to change based on the ladder length. The length of the diag should change to make up any differnce, not the gap between them.
File attached
Solved! Go to Solution.
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Would I need to use iLogic to achieve this?
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
See the part attached to my post http://forums.autodesk.com/t5/Autodesk-Inventor/In
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You don't need iLogic to achieve this, it can all be done through parameters.
After modelling the ladder (using a component pattern to specify the amount of diags), give the parameters suitable names (eg. LadderLength, DiagQty, DiagOffset, etc.).
Then in the equation column for LadderLength, type something like this:
(DiagQty * DiagOffset) + OffsetFromEnd
This is assuming the distance between end diags and the end of the ladder are equal; otherwise, just type the required distance in place of OffsetFromEnd.
Keep in mind with this equation you'll be using the diag quantity to drive the length. It can be done so that the length defines the the diag quantity, but this is a bit easier IMO.
Hope this helps. (BTW, I haven't check out the attachement so hopefully I understood your question properly!)
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Excellent replies. Just had a look through the .ipt cadull_rb posted in his other thread and I found the item I was missing. I hadn't put ceil before my formula which in my case wasn't recognised when I tried using the parameter in the pattern feature.
Now works perfectly.
One other quick question unrelated, I want to draw a box around a view that finishes against my drawing border. Is it a case of freehanding by eye the end of the line or can I project the border onto my sketch?
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
you can place a point that will snap to the origin of the paper, then use the fix cammand to root that point, then dimension from that point based on your border dimensions.
Autodesk Product Design Suit 2012
Win 7 Enterprise 64bit
Intel core i7 2600K Clocked @ 4.7GHz
16Gb Ram
Nvidia GTX 580
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ahh, thank you, thats worked. The only part I wasn't sure of is where you say use the fix command. I haven't a clue what that is.
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
fix constraint, like a perpendicular or tangent constraint, the one with the padlock icon. You need to fix this point because although it snaps to the 0,0 its not really attached to anything
Autodesk Product Design Suit 2012
Win 7 Enterprise 64bit
Intel core i7 2600K Clocked @ 4.7GHz
16Gb Ram
Nvidia GTX 580
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Just re-read your question (and checked out the attachment), and realised that I misinterpreted it. Anyway, my attachment shows what I was originally trying to say (made a few errors in my original post).
Re: number of diags in ladder to reference the length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks to everyone who replied for taking time to do so.![]()


