Community
Fusion Design, Validate & Document
Stuck on a workflow? Have a tricky question about a Fusion (formerly Fusion 360) feature? Share your project, tips and tricks, ask questions, and get advice from the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Parametric modeling

7 REPLIES 7
SOLVED
Reply
Message 1 of 8
Josh3GG88
554 Views, 7 Replies

Parametric modeling

If anyone can help me, any help will be appreciated. 

 

I am looking for a function for a parametric template. I have a board that i want to split into 48 inches, but when the remainder gets smaller than 12", i want it to split into equal part. is there anyway possible to do that? I know if I would have an IF...THEN...ELSE option i would be able to.

Labels (1)
7 REPLIES 7
Message 2 of 8
stiller.design
in reply to: Josh3GG88

there is no option for IF, THEN, ELSE

maybe you can try something the MAX(XX,XX) or the FLOOR, CEILING expression

stillerdesign_0-1661312975059.png

 

Message 3 of 8

Yes that is what I have seen done for similar "logic" requirements as in this Tutorial...https://www.youtube.com/watch?v=-BPcktQwIIY&ab_channel=LearnEverythingAboutDesign

 

Disclaimer:...I've never utilised it myself!

Message 4 of 8

really good tutorial channel !!! not easy to find good advanced tutorials on youtube
Message 5 of 8


@stiller.design wrote:
really good tutorial channel !!! not easy to find good advanced tutorials on youtube

Yep, that is because advanced tutorials often require more than 15 minutes.


EESignature

Message 6 of 8
Josh3GG88
in reply to: Josh3GG88

Yes, i agree that is very good, but it does not quite give me the answer that i am looking for. Would it be possible to find an alternative to this function I will try my best to write:

 

Length = 100

BoardSplit = 48

Rem = Length % BoardSplit

SplitPoint = Ceil(Length/BoardSplit)

 

If rem < 12 then

    min(Length/SplitPoint;BoardSplit)

else

    BoardSplit

end if

 

This function applies to an Offset plane from the end.

 

It would be very nice if i could find anything that would work for fusion. 

Thanks.

Message 7 of 8
KristianLaholm
in reply to: Josh3GG88

Here is my suggestion:
Skärmbild 2022-08-25 180950.jpg

 

To my knowledge there is a bug with modulus (x % y) if the parameters have units, that's why all my parameters are No Units.
Test file attached, solid/surface components are for visual checking the parameters.

Message 8 of 8
Josh3GG88
in reply to: KristianLaholm

this works great! Thanks.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report