Model.migratetorigidwall#

Model.migratetorigidwall()#

Converts RWALL from groups to rigidwalls with config 301, and RWALADD from loadcols to rigidwalls with config 302 for OptiStruct.

Example#

Converts RWALL from groups to rigidwalls with config 301, and RWALADD from loadcols to rigidwalls with config 302 for OptiStruct#
import hm
import hm.entities as ent

model = hm.Model()

model.migratetorigidwall()