Model.combineplotels#
- Model.combineplotels(collection)#
Creates a line from a group of plot elements.
- Parameters:
collection (Collection) – The collection containing the plot entities.
Example#
Combine plotels with IDs 1-100#import hm import hm.entities as ent model = hm.Model() model.combineplotels(collection=hm.Collection(model, ent.Element, list(range(1, 101))))