For beam results, you can extract contour result values:
The following code accesses the evaluated contour results in the tabular data interface:
result= Model.Analyses[0].Solution.Children[2] result.PlotData
The output looks like this:
To view the beam cross section results, set > to Yes:
After reevaluating the result, using PlotData to access the
beam cross section result gets multiple results across a single node:
See the following sections for additional examples: