Model.createfacesonfreeboundaries#

Model.createfacesonfreeboundaries()#

This function is used to find and create shell elements on free boundaries of all the solid elements. This function generates faces only for first order shell elements. It operates on all solid elements, regardless of display status.

Example#

Create faces on free boundaries#
import hm
import hm.entities as ent

model = hm.Model()

model.createfacesonfreeboundaries()