cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

max results per part

max results per part

Hi

It would be nice to have a max results list for each part of an assembly
we had this in the past in SImech and it helps a lot

 

actually the results contours options is not helpful..and tricky 

 

 

1 Comment
Dr_Nastran
Participant

There are several ways to do this now but you will need to add lines to the Case Control before you run the model.

1) Using RESULTLIMITS

https://help.autodesk.com/view/NINCAD/2024/ENU/?guid=GUID-BD4C4105-A80E-4732-ADC7-04686ED95DFB

 

2) Using VOLUME

https://help.autodesk.com/view/NINCAD/2024/ENU/?guid=GUID-5A9DA57B-3DA7-4568-8E49-9A8068164014

 

For each of these you would need to generate a SET with the elements in the property using

https://help.autodesk.com/view/NINCAD/2024/ENU/?guid=GUID-66041FB1-0078-4852-A2FC-26266A7DC198

 

Its sounds complicated but there are a lot of defaults so it really is not that bad...

SETGENERATE, 1, ELEM, , PID, 105 

generates a set with all elements in property 105.  Then you can use that SET in the VOLUME as

VOLUME 1, SET 1, SYSTEM BASIC

 

Which will generate a VOLUME with just property 105 and in the .LOG file you will have the max/min results for that property.

 

 

 

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

Submit Idea  

Technology Administrators


Autodesk Design & Make Report