Model.beamsectioncalculateresults#

Model.beamsectioncalculateresults(collection)#

Invokes the beam solver to calculate the results for selected standard, shell, and solid beam sections.

Parameters:

collection (Collection) – The collection containing the beam section entities.

Example#

Solve all results for all beam sections in the model#
import hm
import hm.entities as ent

model = hm.Model()

model.beamsectioncalculateresults(collection=hm.Collection(model, ent.Beamsection))