stk.EdgeGroup
- class stk.EdgeGroup(edges)[source]
Bases:
objectRepresents a group of edges.
All edges in a group, and functional groups held by them, should be used together in a single
Reaction.Initialize an
EdgeGroupinstance.- Parameters:
edges (
iterableofEdge) – The edges in the group.
Methods
Yield the ids of edges in the group.