How to set beam section results under Solution to Yes using scripting?
below is an example:
model=ExtAPI.DataModel.Project.Model # refer to Model analysis = model.Analyses[0] # get first analysis solution=analysis.Solution # get the solution
solution.CalculateBeamSectionResults=True # set beam section results to Yes