control pattern with parameter

control pattern with parameter

alikhan.ganayev
Enthusiast Enthusiast
437 Views
2 Replies
Message 1 of 3

control pattern with parameter

alikhan.ganayev
Enthusiast
Enthusiast

I've been looking around the forum and I haven't quite found the answer. Let's say I have length 6310 mm and a pattern that I'd like the quanity for to increase with 1 each 80 mm. Basically I'm trying to control this pattern with increments of 80 mm. Inventor 22/Windows 10.

0 Likes
Accepted solutions (1)
438 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor
Accepted solution

OK.  Create 3 user parameters to use.  "Length" = 6310 mm ; "Increment" = 80 mm ; "QTY" = floor(Length / Increment).

QTY will stay up do date automatically, because it is directly referencing the other two driving parameters.  I'm using 'floor()' to keep the quantity from going to the next increment when it is just a partial of the increment distance.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 3

alikhan.ganayev
Enthusiast
Enthusiast
As always, this worked like a charm. Thank you.
0 Likes