On 12/01/2015 at 18:39, xxxxxxxx wrote:
For some reason, I just cannot create a selection from a selection tag.
selTag = op.GetTag ( 5673 ) # Selection Tag ID = 5673
selection = selTag.GetBaseSelect ()
selection.Select ( selection.GetSegments () )
I've looked into SendModelingCommand, BaseSelect, GetPolygonS..
I just can't seem to get the polygon ID's from the Selection Tag in order to select them.
I'm not sure what I'm missing..