Model.syncpropertybeamsectionvalues#

Model.syncpropertybeamsectionvalues(collection)#

Copies the beam section values to property values. Currently valid only for Nastran and OptiStruct.

Parameters:

collection (Collection) – The collection containing the property entities.

Example#

Copy beam section values to all 1D properties to which the beam section is attached#
import hm
import hm.entities as ent

model = hm.Model()

model.syncpropertybeamsectionvalues(collection=hm.Collection(model, ent.Property))