Model.midsurface_show_for_edit#
- Model.midsurface_show_for_edit(surface)#
Displays all targets that are attached to the surface vertices and edges.
- Parameters:
surface (Entity) – The object describing the surface entity whose vertex targets you wish to display.
Example#
Display the targets of a surface with ID 213#import hm import hm.entities as ent model = hm.Model() model.midsurface_show_for_edit(surface=ent.Surface(model, 213))