Fusion 360 - Smart Patterns - How To Pattern With Special Dimensions

  Рет қаралды 31,351

Tyler Beck of Tech & Espresso

Tyler Beck of Tech & Espresso

Күн бұрын

Пікірлер: 46
@brit735
@brit735 2 ай бұрын
So glad I found your channel! I'm starting with your oldest vids 1st - so helpful. Seeing the different patterning tools is awesome!
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 2 ай бұрын
Welcome!
@tcurdt
@tcurdt 6 жыл бұрын
Being able to specify those dimensions as variables (also in other areas) was an eye opening moment for me. Thanks!
@BrentCWilliams
@BrentCWilliams 6 жыл бұрын
Glad you are back... Hope you're back in business for the long term -- I am learning F360 and find your stuff particularly helpful.
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 6 жыл бұрын
Thanks! Doing my best to get some regular content on the schedule :)
@nssdesigns
@nssdesigns 6 жыл бұрын
This opens up a whole new game... expressions in Fusion... nice to test it on other tools and circumstances
@jarradbradley6934
@jarradbradley6934 3 жыл бұрын
Thanks. Is there a way to expand the pattern as it progresses? For example in your model the width of the first bar might be 1 inch but the width of the last bar might be 3 inches and you want each bar in the pattern to get longer as they progress equally from one to three inches ?
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 3 жыл бұрын
Could you explain it in an email? Tyler@techandespresso.com
@Lennaert85
@Lennaert85 2 жыл бұрын
@@TylerBeckofTECHESPRESSO Hi Tyler, I am interested in this anwser also? So how would you have the pattern object change dynamically?
@BlaiseBarrette
@BlaiseBarrette 6 жыл бұрын
I know my request is much more complicated but how would you proceed for the number of pattern instances to update intelligently with the length of the plate? Thanks!
@benargee
@benargee 3 жыл бұрын
I would imagine dividing from the overall length and rounding to a whole number.
@peksn
@peksn 3 жыл бұрын
@@benargee How do you round to a number in the typing box? I want to do d14/d7 but of course, the number is a fraction, how do I round it to the min? EDIT: Nvm found it, you use for example: "round(d4/d7)" to get the closest whole number to that division.
@_emanmodnar
@_emanmodnar 2 жыл бұрын
Use a No Units parameter where you type in a formula: “floor(Length / DistanceBetweenObjects)”. Use this as Quantity when you make the pattern. I’ve made a step-by-step in another comment to this video.
@billkellogg1403
@billkellogg1403 4 жыл бұрын
Great video! Can you cover how to equally space the first and last patterned features? On the left you have a smaller space than at the end.
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 4 жыл бұрын
Great idea.
@josephfiocca5141
@josephfiocca5141 4 жыл бұрын
This has been stumping me too. How to space out the instances evenly spaced, including an equal distance of first and last instance from edges Face
@_emanmodnar
@_emanmodnar 2 жыл бұрын
Place a dimension from the edge to the object (this would be d3 in this case), and subtract this from the pattern distance formula: d1-d3
@WPGinfo
@WPGinfo 6 жыл бұрын
Great to hear from you again!
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 6 жыл бұрын
Thanks
@Zuunky
@Zuunky 4 жыл бұрын
I wanted to model a tiewrap, this video is just perfect
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 4 жыл бұрын
Cool!
@kirsihamalainen5447
@kirsihamalainen5447 5 ай бұрын
Thank you for clear explanation! Helped alot. 😁😅
@christo45566
@christo45566 2 жыл бұрын
clear and to the point. thank you I never wouldve worked this out on my own
@peksn
@peksn 3 жыл бұрын
Awesome video, specifically what I wanted to know! :D
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 3 жыл бұрын
Glad I could help!
@michaelliapakis5443
@michaelliapakis5443 6 жыл бұрын
Welcome back!
@kawiscov
@kawiscov 2 жыл бұрын
thank you for this great video and you explain everything so well!!!
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 2 жыл бұрын
Glad it was helpful!
@BGraves
@BGraves 5 жыл бұрын
What about up to vertex with an offset? How's it not already a thing?
@thanhavictus
@thanhavictus 4 жыл бұрын
Do you know how you would do a pattern on an existing part where you don't have the base parameters? Like, say you import a step file and you change it around
@65Naja1
@65Naja1 5 жыл бұрын
What if i want to maintain the distance between the features and then have it intelligently remove features for shorter plates and add more features for longer ones.
@_emanmodnar
@_emanmodnar 2 жыл бұрын
Use a No Units parameter, where you use a formula as value “floor(Length / DistanceBetweenObjects)”. This parameter can be used as Quantity when you create a pattern.
@TROYOSTRANDER
@TROYOSTRANDER 3 жыл бұрын
How can you do fixed spacing along a distance that changes? Like when laying out 32mm spaced holes for a cabinet whose height changes....
@spikekent
@spikekent 6 жыл бұрын
Great tip. Thanks Tyler.
@Blinkation
@Blinkation 4 жыл бұрын
how would you make the quantity change if the size change? instead of changing the spacing adding more features.
@_emanmodnar
@_emanmodnar 2 жыл бұрын
1) Create a parameter called “Length”. Use this as your length for the base object. 2) Create a parameter called “DistanceFromEdge”. Use this to make a margin from the edge of the base to your objects. 3) Sketch and make your base object like in the video (though using parameters instead d1…). Sketch the object like in the video (though making a dimension from the edge to the center of the object using “DistanceFromEdge”). 4) In parameter create a parameter called “DistanceBetweenObjects”. 5) This is where the magic happens: Create a parameter called “Quantity” make it “No Units”. As value make a formula: “floor(Length / DistanceBetweenObjects)” 6) Create a rect pattern. Distance type: “Extend”. Quantity: Use your parameter called “Quantity”. Distance: Type in a formula “Length - (DistanceFromEdge * 2) Shazaam!!
@IceSpeeder
@IceSpeeder 3 жыл бұрын
How do i scale the rectangular pattern? For example airplane wing profiles
@drpipe
@drpipe 6 жыл бұрын
Surely there's an easy way to do this ..not that I know ! Like a constraint or equal ? Great tutorial on how almost to do something, but still not show it !
@colinmaceke7474
@colinmaceke7474 11 ай бұрын
Now how do I remove one of them
@danl.4743
@danl.4743 6 жыл бұрын
What if you measure the distance of the first slot to the edge. See what the Fusion calls it. Let's say it is d4. Then in the distance you write d1 - d4. Then you always have equal distance at the end, and the beginning. Will that work? EDIT: ... actually the idea is good, but the formula is more complicated. See my comment below. Sorry!
@TylerBeckofTECHESPRESSO
@TylerBeckofTECHESPRESSO 6 жыл бұрын
Great idea!
@danl.4743
@danl.4743 6 жыл бұрын
Great! Thanks. I am actually a noob at Fusion, but I have a ton of experience as a software programmer in my past. So the idea came from there, and I'm glad to understand a little more about how Fusion works. Thanks again. Your videos are fantastic help.
@danl.4743
@danl.4743 6 жыл бұрын
Sorry for the confusion. This is actually wrong. I tried, and this is what it should be. Let's say d1 - total length of the bar. d6 - width of extrusion (the slot width) d7 - distance between beginning of the bar to the beginning of the first extruded slot. "Distance" in the Pattern box should be "d1-d7-d7-d6". Now it works OK. Why? Because it looks like the pattern measures from the END of the first slot to the BEGINNING of the last slot. So you take the distance, subtract the gap from the edge to the first slot. Now you need to subtract the width of the first slot because the pattern start measuring from the end of the slot, and then subtract the width of the last slot. Now the distance is correct. Sorry that it is that "wordy".
@TMODCustoms
@TMODCustoms 6 жыл бұрын
AWESOME! Thanks!
@ranjah76
@ranjah76 6 жыл бұрын
Omg I wish I would have seen this video a week ago!
Fusion 360 Pattern - (Save Time With Rectangle and Circular Sketch Patterns)
7:30
Tyler Beck of Tech & Espresso
Рет қаралды 8 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 69 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 41 МЛН
How to use the Voronoi Sketch Generator App #Fusion360 #Voronoi
15:49
Learn Everything About Design
Рет қаралды 50 М.
Using the Rectangular Pattern Tool in Autodesk Fusion 360 - Tool Tutorial!
9:07
Using CONSTRUCTION PLANES in Fusion 360 - 8 Kinds of Construction Planes
12:11
The Fusion Essentials
Рет қаралды 95 М.
47 Fusion 360 Tips in 15 minutes - Tips Everyone Should Know
15:10
Tyler Beck of Tech & Espresso
Рет қаралды 17 М.
Equally spaced Holes in Fusion 360
11:00
Eager Network
Рет қаралды 3,9 М.
360 LIVE: Fundamentals of Sketching
1:02:40
Autodesk Fusion
Рет қаралды 49 М.
Project Sketch on Curved Surface - Fusion 360
7:33
thehardwareguy
Рет қаралды 114 М.
How to Rectangular Pattern Sketch Geometry in Fusion 360
12:08
Product Design Online
Рет қаралды 29 М.