Accessing Contour Results for Beams

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 Solution > Beam Section Resultsto 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: