I am trying to retrieve nodal results using JScript. I can call the nodal result values of a 3D model using

DS.Tree.Projects(1).Models(1).Environments(1).AnswerSet.StructuralResults.Arrays(1).Value(1);

but this doesn't work for 2D plates or 3D shells. Is there another method for accessing these values?


As of v11, these values are only being populated for solids, not plates or shells.





Show Form
No comments yet. Be the first to add a comment!