Model.morphsurfaces#
- Model.morphsurfaces(collectionsurf)#
Calls surface morphing function.
- Parameters:
collectionsurf (Collection) – The collection containing the input surface entities.
Example#
Morph all the surfaces for a given model#import hm import hm.entities as ent model = hm.Model() model.morphsurfaces(collectionsurf=hm.Collection(model, ent.Surface))
Note
Morphs the surfaces for a given model. Any surface that is associated with a node that has been morphed will be morphed when this function is used.