NF 2025 - how does the scaling value label work?

NF 2025 - how does the scaling value label work?

joshua_frizzell
Explorer Explorer
1,167 Views
4 Replies
Message 1 of 5

NF 2025 - how does the scaling value label work?

joshua_frizzell
Explorer
Explorer

So I was excited when seeing that we could add the scale as a value to a part. I was expecting that if I was scaling "box" by X1.1 Y1.2 Z2.0 then it would change the name to "box X1.1 Y1.2 Z2.0" but instead it changes it to "box 1.38." I'm confused because the average of 1.1, 1.2, 2.0 is 1.433 so it doesn't seem like an average which would have at least been semi useful. Is this a bug?

 

joshua_frizzell_0-1712249727572.png

 

 

 

0 Likes
Accepted solutions (1)
1,168 Views
4 Replies
Replies (4)
Message 2 of 5

steffen_anders_adsk
Autodesk Support
Autodesk Support
Accepted solution

Hello, @joshua_frizzell,

 

Welcome to the Netfabb forum!

 

It's the cube root of the scaling factors multiplied, or geometric mean, which is, granted, arguably as semi-useful as the arithmetic mean.

 

Also, renaming out of labeling has been in since NF 2023.0. 😉

 

Kind regards,

Steffen

 

 

Steffen Anders
Autodesk Netfabb team

Netfabb resources: Online helpSystem requirementsKnowledge baseForumsHomepageYouTube

How to get Netfabb Basic: VideoHelpDownload

0 Likes
Message 3 of 5

joshua_frizzell
Explorer
Explorer

@steffen_anders_adsk 

Got it, is there any way to change it such that the value equals the full list of scaling factors? At least for the work I do, that would be much more useful than the cube root. Currently I just copy and paste the scaling factors I use on to the end of each part name which, you can imagine, becomes quite time consuming.

 

Also yep I realize that now, I guess I didn't notice until I was checking out the label value and saw that the scaling also works.

0 Likes
Message 4 of 5

steffen_anders_adsk
Autodesk Support
Autodesk Support

There is no way to change what value Netfabb actually puts in for Value (per Renaming configuration in the Settings), but with Lua you have the option of creating your own scaling tool that can rename the result however you'd want.

 

Steffen Anders
Autodesk Netfabb team

Netfabb resources: Online helpSystem requirementsKnowledge baseForumsHomepageYouTube

How to get Netfabb Basic: VideoHelpDownload

Message 5 of 5

joshua_frizzell
Explorer
Explorer
Got it thank you, my team and I are currently looking through Lua scripts figuring out what we can automate. Which I should say, thank you for adding Lua script accessibility to all versions in 2025.
0 Likes