User Parameter Fundamentals - Everything You Need To Know About Parameters

แชร์
ฝัง

ความคิดเห็น • 34

  • @george-broughton
    @george-broughton ปีที่แล้ว +1

    Something that i found annoying is, i'm trying to make a spool for cable in Fusion 360 and i am unable to do the following: (CableWidth%SpoolWidth)*CableWidth
    for some reason when i put the second CableWidth in, it then invalidates the entire thing.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว

      Yeah, the issue with this is that you are taking a remainder(which i think you might want the spoolWidth%CableWidth no?) and multiplying it by a unit so you will need to make sure the parameter unit is lets say sq MM if you are in metric. Fusion is very picky about the units.
      The way to get around this is to make your cable width or spool width parameter unitless(i think). But then if you want to use that say in a dimension dialog you would need the UP name like SpoolWidth and then in the same dim dialog you would need to multiply it by 1, which will take on the default units in your document. This way you can still drive your parameters(without needing an area unit) and use it in your sketch.
      One thing about creating a parameter and setting the units is that when you enter a value into the dialog like 26 * 3, it doesn't apply the unit until it is solved. when you take a parameter that is defined as 26mm and one that is 3mm and try to multiply them (length x width) in a parameter you will get the error.
      Hopefully that makes sense, its late and you should never do math late ;)

    • @george-broughton
      @george-broughton ปีที่แล้ว +1

      @@LearnEverythingAboutDesign I came from Inventor and this was way easier when i could just use an accompanying excel sheet for my designs.
      Also, about the suggested correction. Close. I was actually going for:
      SpoolWidth - (SpoolWidth % (CableWidth / 2))
      Then I was going to pick up the slack elsewhere in the design.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว

      @@george-broughton Yeah using a spreadsheet for stuff like this makes it much easier. and Inventor with its iLogic can be much easier. But to be fair I believe the problem you had here with units is the same in inventor. If you take a parameter times a parameter like SpoolWidth * CableWidth I think it will still fail because it is bringing the unit with it vs entering a number in the equation which won't evaluate until the end of the calculation. This is different than how using an Excel spreadsheet is treated. The only way around it (that I am aware of) is to make the parameters unitless in both Inventor and Fusion when trying to multiply them.

    • @george-broughton
      @george-broughton ปีที่แล้ว

      @@LearnEverythingAboutDesign My updated math is accepted, whereas the old math isn't. No changes the units column in the parameters table were made.
      I was going to say that this seems like performing mathematical operations between numbers with units and ones without somehow seems to solve this problem, but i just tried removing the /2 out of the updated expression to test that theory and for some reason it's accepting it now.
      So, I'm guessing there's just some odd caveats to doing this and best practice is as you've advised. It's just something i honestly haven't encountered in the past 10 years using either software.
      I'll probably mess about with this a bit later and see what exactly it seems to matter with.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว

      @@george-broughton hmmm. If you are using (SpoolWidth - (SpoolWidth & (CableWidth/2))) that should work since you aren't multiplying unit * unit. If you original one is now working I am baffled :). I am going to pin this chain to the top as it is interesting and im guessing frustrating to many people. Please let me know if you figure it out if there is some weird order of operations that does work or doesn't. thanks!

  • @tiabs
    @tiabs ปีที่แล้ว +1

    Very solid tutorial! I came looking for the differences between user parameters and model parameters and you gave me a clear explanation and many tips to boot. Keep up the good work!

  • @LearnEverythingAboutDesign
    @LearnEverythingAboutDesign  2 ปีที่แล้ว +2

    So this video has gotten more views than I expected. Curious to know what was the most useful or what was possibly missing from the video?

    • @nachtdiertje1972
      @nachtdiertje1972 ปีที่แล้ว

      I think the best reason for this amount of views is because it's a nearly touched item. Not many "courses" speak about dimensions and parameters, while they are oh-so handy. They go for dimensions and smooth/manipulated surfaces, but not the deeper structure behind it. Thanks for showing and explaining.

  • @zeeshanfaraz9366
    @zeeshanfaraz9366 2 ปีที่แล้ว +1

    good job buddy, dont stop. keep cranking out new videos. I am a fusion360 fanatic and most of the channels that I've been following stop uploading videos after a certain amount of time. I really want to achieve mastery in this software but unfortunately for some reason, they stop uploading.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  2 ปีที่แล้ว +1

      Thanks Zeeshan! What types of things do you want to learn in Fusion? I have made loads of "courses" for Autodesk on various topics and I can point you to ones or of course cover the topic here.

  • @Gefionius
    @Gefionius ปีที่แล้ว

    Thank you for making this. Even though I use User Parameters a lot (pretty much every design), I didn’t really understand how easy is was to pick relative parameters by clicking on the dimension or the additional feature parameters that get generated automatically, etc. Learned several things that will help!

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว

      Awesome to hear! be sure to check out one of the more recent additions, IF statements. th-cam.com/video/91LBG-3DkpY/w-d-xo.html

  • @GRainwater13
    @GRainwater13 ปีที่แล้ว

    This video was very informative and well presented.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว

      Thank you! After this video there was an update adding if statements. th-cam.com/video/91LBG-3DkpY/w-d-xo.html

  • @Art_Of_Sound
    @Art_Of_Sound 11 หลายเดือนก่อน

    Great vid! Thanks. Still think params on the fly should be a user param by default. Just wondering why you dont use a diagonal line at 35:40?

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  11 หลายเดือนก่อน +1

      That would be great rather than having them be favorites!
      On the diagonal that would be a great option. At 35:32 I do mention/show corner to corner. I generally use midpoint from the edge because I often don't need to do this. If i need a diagonal it will often be a center point rectangle as the start so it is just there. Usually i will do the midpoint of an edge for something like a hole pattern. Some of it is preference. For this specific design the corner/corner would be the quickest and easiest way.

    • @Art_Of_Sound
      @Art_Of_Sound 11 หลายเดือนก่อน

      @@LearnEverythingAboutDesign Yeah a lot of diff ways to do it. Im use to other packages where you can hit a shortcut and waits for 2 point inputs (and I use diag a lot) then the centre point of whatever was executed before the shortcut will be placed.
      Bit hard to unsilt all the other progs...even inventor as F360 is similar but in some ways not. Cheers and keep un the great work!

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  11 หลายเดือนก่อน

      @@Art_Of_Sound yeah. I used to love Solidworks sketching and some things are nice but it is really hard to bounce between inventor, solidworks, fusion, and others that i use. Would be great if they would all just pick one way :)

  • @CisnerosShop
    @CisnerosShop ปีที่แล้ว

    Awesome info. I’ve been looking for a solution to specific problem I guess. I’m making a cabinet with drawers, but want to have the ability to change the number of drawers based off reveal between each and viceversa; and have the actual drawer box also change proportionally. Any advise where to start? And videos to watch. Thanks for your time

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว +1

      The one function missing is the if/else function sadly, but you could make something work pretty closely. There might be some future functionality that will help this but currently the only video I have that is close is this one. th-cam.com/video/-BPcktQwIIY/w-d-xo.html I go through a few examples, one being a wooden fence where we update fence slats based on length. Using things like floor and ceil will help with rounding.

    • @MrTmorton77
      @MrTmorton77 ปีที่แล้ว

      I came here looking for the same thing from another video where they showed it in action but did not give the details. This entire video has been incredible. Thanks for sharing the knowledge.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  ปีที่แล้ว +1

      @@MrTmorton77 I have some updated parameter videos as well since Fusion now has IF statements. th-cam.com/video/91LBG-3DkpY/w-d-xo.html Be sure to check that out if you are looking to use some of the new logic.

    • @MrTmorton77
      @MrTmorton77 ปีที่แล้ว

      Ohh wow that is awesome! I will check it out for sure. @@LearnEverythingAboutDesign

  • @yosofya
    @yosofya 10 หลายเดือนก่อน

    thanks for the great tutorial. I am trying to make sort of report of my user parametrs along with the design including all the parametrs i have set like wood thickness, total height, etc to send it for manufacturing. is there a way to do that ?

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  10 หลายเดือนก่อน

      natively in Fusion no there isn't, but there is a free tool in the App store that I think will do what you want.
      apps.autodesk.com/FUSION/en/Detail/Index?id=1801418194626000805&appLang=en&os=Win64
      I haven't personally used it but that is what i would try. I also have some API videos on making macros that let you bring in parameters from a CSV file and that could be the basis for writing the code to export them like the app does, but start there and see if that works for you.

    • @yosofya
      @yosofya 10 หลายเดือนก่อน +1

      @@LearnEverythingAboutDesign i really can’t thank you enough i have been looking for something like this all day long. Although some of the parameters are not shown properly for some reason but still really appreciate it. Will be glad to have a look at the script you mentioned too. Cheers

  • @BenoitPerocheau
    @BenoitPerocheau 2 ปีที่แล้ว +1

    I really hope they would add the If logic at some point.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  2 ปีที่แล้ว +1

      Me Too! I did a video on updating patterns with logic and use the round up/down functions but still nested IF statements would go a long way. They do have them in the CAM Expressions you can write inside of toolpath dialogs. Just not here...

  • @devakivijayan
    @devakivijayan 11 หลายเดือนก่อน

    I have student version of fusion 360 ans I'm not able to find the change parameter option under modify.

    • @LearnEverythingAboutDesign
      @LearnEverythingAboutDesign  11 หลายเดือนก่อน

      That is strange, I do not believe there are any limitations to the EDU version design tools. Do you happen to be on one of the remote access student versions? or is this installed locally on your computer?

  • @MeepMeep88
    @MeepMeep88 6 วันที่ผ่านมา

    LOL oh man.. I suck at this.. Can't even do the first step because there's no "change parameters" in the menu :(

    • @MeepMeep88
      @MeepMeep88 6 วันที่ผ่านมา

      Nvm, Found the solution
      Activate the timeline to turn on parameters in Fusion:
      Right-click the top-level component.
      Select Capture Design History.