Moldflow Insight Forum
Welcome to Autodesk’s Moldflow Insight Forums. Share your knowledge, ask questions, and explore popular Moldflow Insight topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Histogram on Thickness diagnostic (DD) and/or Dimensional Diag (3D) as a result

7 REPLIES 7
SOLVED
Reply
Message 1 of 8
Lorena.Rivas
376 Views, 7 Replies

Histogram on Thickness diagnostic (DD) and/or Dimensional Diag (3D) as a result

Hi Community!

Im looking a way to have a Histogram over a Wall Thickness results.

My initial idea was:

  • Create a Thickness Plot:  "calc wall_thickness:mm @diag:thck:0:5)"
  • Check histogram over the new result.

But it didn't work, I have the result but Histogram its not available.

 

Anyone have an idea?

 

Thanks in advanced,

 

Lorena Rivas

EESignature

7 REPLIES 7
Message 2 of 8
mason.myers
in reply to: Lorena.Rivas

Hello @Lorena.Rivas ,

 

I have a Thickness script as well as a Histogram script.  I can get the workflow to work however the Histogram script will only create a ppt with 2 images (one of them shown below).

 

Please let me know if this will work for you and I can send via email.

Mason

 

masonmyers_0-1729544249517.png

 

Message 3 of 8
Lorena.Rivas
in reply to: Lorena.Rivas

Yes please!
This works!!

Lorena Rivas

EESignature

Message 4 of 8
mason.myers
in reply to: Lorena.Rivas

Hello @Lorena.Rivas ,

 

Scripts attached.

 

Mason

Message 5 of 8
Lorena.Rivas
in reply to: Lorena.Rivas

Amazing Scripts!
Thanks again!

Lorena Rivas

EESignature

Message 6 of 8
adevadkar
in reply to: mason.myers

Hi @mason.myers ,
script gives the thickness plot but not able to examine the thickness in 2025 version.



Message 7 of 8
mason.myers
in reply to: Lorena.Rivas

Hello @adevadkar ,

 

I have noticed the same in 2025.  You can also use the command line and type in the following:

calc “Thickness:millimeter” “@diag:thck:0:3.5”

 

This would create a thickness plot with a range of 0 - 3.5 millimeters.  Examine feature works here.

 

Mason

Message 8 of 8
bernor_mf
in reply to: adevadkar

@adevadkar 

Hi,
the underlying reason for script thplot thickness result not working for Examine in 2025 is that nodal averaged is set to false.

Turning nodal averaged on for the plot, check it in plot properties and tab Optional Settings, Examine will work.

 

calc “Thickness:millimeter” “@diag:thck:0:3.5”
plot result has nodal averaged on by default, hence Examine works.
(Turning nodal averaged off, uncheck it in plot properties and tab Optional Settings - Examine will not work).

 

You could change this in thplot script where you have row (close to end of script):
Plot.SetNodalAveraging False
to
'Plot.SetNodalAveraging False ' * facetted - Examine does not work in 2025
Plot.SetNodalAveraging True ' * smooth - Examine works

 

I think it should be possible to Examine plot with nodal averaged turned off.

Have noticed Adsk tech support about this.

 

Hope this helps.
Regards,
Berndt

( If my comments are accepted, provide "Kudos" as appreciation. If your request is answered/resolved, please click the "Accept as Solution" button. Thanks.)

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

Post to forums  

Autodesk Design & Make Report