@clement wrote:
Hi @piac,
it looks like in V6, deleted groups are listed even when
ignoreDeletedGroups = True
.I see this in the python script editor using:
scriptcontext.doc.Groups.GroupNames(True)
and in GH when i use:
Rhino.RhinoDoc.ActiveDoc.Groups.GroupNames(True)
Funny thing is if i iterate over the group names, get the index and query if they are deleted, they are not and their index is not -1.
Is this a bug or am i doing things wrong ?
_
c.
Posts: 1
Participants: 1