- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
New to Fusion 360, trying to translate some old designs to this new environment.
I'm trying to use the rounding functions, but without much success.
If I create a parameter test = floor(311.781), I get an answer 311, as I expect. ceil and round also work as expected.
However, if I create a parameter that is the result of a calculation that returns 311.781 and floor that, I get 310. ceil and round also work to the nearest cm instead of the nearest mm.
FrontOfSide = ( NominalHeight - ( ( ( NominalDepth / 2 ) - MaterialThickness ) * tan(RoofAngle) ) + 0.5 mm ) = 311.781
NominalHeight = 350mm
NominalDepth = 300mm
MaterialThickness = 5.5mm
RoofAngle = 15deg
test = ( floor ( 311.781 ) * 1mm ) = 311mm
test2 = floor ( FrontOfSide ) = 310mm
I'm sure this is just something silly to do with me being a newbie, but would appreciate some help!
Solved! Go to Solution.
