Model.blmesh2d_mc#
- Model.blmesh2d_mc(collection)#
Imprints edge layers on a surface mesh based on parameters defined in the edge layer control. Only the active edge layer control is utilized for imprinting. Input surfaces in mesh controls should have an associated mesh.
- Parameters:
collection (Collection) – The collection containing the mesh control entities.
Example#
Imprint edge layers use all mesh controls in the model#import hm import hm.entities as ent model = hm.Model() model.blmesh2d_mc(collection=hm.Collection(model, ent.Meshcontrol))